Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xtensor-io ] updates to 0.13.0 #21946

Merged
merged 3 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/xtensor-io/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xtensor-io
REF 2bc048b3f34731385f29e2f3b307103ee6d4e5ab # 0.12.8
REF ffada938383b0f24c9e0b07cea7d5780057e1d96 # 0.13.0
SHA512 d7c5c85489aea9b9d8af7ee33a43dd8ab888e7f03da8b533ace39e143f89acbae4fe88bb10253931a3cc44041e1532bd76483686f7f20c00e2850647a574349c
HEAD_REF master
)
Expand Down
3 changes: 1 addition & 2 deletions ports/xtensor-io/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "xtensor-io",
"version": "0.12.8",
"port-version": 1,
"version": "0.13.0",
"description": "xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5",
"homepage": "https://github.com/xtensor-stack/xtensor-io",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7361,8 +7361,8 @@
"port-version": 2
},
"xtensor-io": {
"baseline": "0.12.8",
"port-version": 1
"baseline": "0.13.0",
"port-version": 0
},
"xtl": {
"baseline": "0.7.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xtensor-io.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71f1c4cb5fb871e6dd863766646a38b232a20b2f",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "ba855025d72826b6462959f0e8f895e62102e626",
"version": "0.12.8",
Expand Down