Skip to content

Commit

Permalink
Merge branch 'main' into port/zlib-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Mar 26, 2024
2 parents 2baf271 + 9134044 commit 9abd66b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/ml-dtypes/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jax-ml/ml_dtypes
REF v0.3.0
SHA512 98f64c9a4d4844d63fbb9ec6448899d4e5518f9d976baf8689f632c2840a6029c991c303e21b9a2d2eee4f2217d76dc1eaec1b235d3b38eb30616a70230ade13
REF v0.3.1
SHA512 d8d46fa519d98c9d4f7cd18eb243b738de505efcc80d3d1a76969995c1d88f886e7c54b9b3a6bf0f24d83eee61c91f29d4e725e37e5e0848c87c275ff1212d0b
)
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}/ml_dtypes")

Expand Down
2 changes: 1 addition & 1 deletion ports/ml-dtypes/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-dtypes",
"version-semver": "0.3.0",
"version-semver": "0.3.1",
"description": "A stand-alone implementation of several NumPy dtype extensions used in machine learning.",
"homepage": "https://github.com/jax-ml/ml_dtypes",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"port-version": 0
},
"ml-dtypes": {
"baseline": "0.3.0",
"baseline": "0.3.1",
"port-version": 0
},
"nsync": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/ml-dtypes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "328f8acd11aa35216addd1758e92102651efe1e7",
"version-semver": "0.3.1",
"port-version": 0
},
{
"git-tree": "9c8604813cd65c4b3992edb91b7d116f49ff3294",
"version-semver": "0.3.0",
Expand Down

0 comments on commit 9abd66b

Please sign in to comment.