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

support ImageMetadata v0.9.0 #861

Merged
merged 2 commits into from
Jan 10, 2020
Merged

support ImageMetadata v0.9.0 #861

merged 2 commits into from
Jan 10, 2020

Conversation

johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented Jan 10, 2020

ImageMetadata v0.9.0 deprecates the symbol data in favor of arraydata,
and this would cause a name conflict with ImageAxes when we import both
packages. This commit rebinds the deprecation of data to arraydata and thus
fixes this issue.

Besides this, this package fixes the depwarn brought by ImageMetadata v0.9.0,
and provides backward compatibility to ImageMetadata < v0.9.0

This commit also removes ImageAxes v0.5 from the compat section, it
doesn't affect anything because ImageAxes v0.5 isn't compatible to
ImageCore v0.8.1 (it's ImageCore = "0.2-0.7" according to the General
registry)

cf. this commit fixes the broken test in #858

ImageMetadata v0.9.0 deprecates the symbol `data` in favor of `arraydata`,
and this would cause a name conflict with ImageAxes when we import both
packages. This commit rebinds the deprecation of `data` to `arraydata` and thus
fixes this issue.

Besides this, this package fixes the depwarn brought by ImageMetadata v0.9.0,
and provides backward compatibility to ImageMetadata < v0.9.0

This commit also removes ImageAxes v0.5 from the compat section, it
doesn't affect anything because ImageAxes v0.5 isn't compatible to
ImageCore v0.8.1 (it's ImageCore = "0.2-0.7" according to the General
registry)

cf. this commit fixes the broken test in #858
@johnnychen94
Copy link
Member Author

I must add a lot of unnecessary tests to the CI with my frequently force-push... just feel free to closes them...

@timholy timholy merged commit 2176612 into master Jan 10, 2020
@timholy timholy deleted the jc/name branch January 10, 2020 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants