Conversation
Require CenterIndexedArrays 0.2
timholy
added a commit
that referenced
this pull request
Mar 24, 2020
It turns out there was a previous release called 0.2.1 (presumably based on #2) in HolyLabRegistry, but the Project.toml file here did not get updated. Consequently I called PR #3 "v0.2.1", and when I made a new release it overwrote the old one. This seems to be the cause of https://discourse.julialang.org/t/how-can-i-register-align-shifted-image-stacks/29244/32?u=tim.holy This renames the current release 0.2.2. I also pushed a new branch called release-0.2.1 that should fix the 0.2.1 release; that branch should be kept in perpetuity. Hopefully this won't happen anymore now that we have LocalRegistry.jl.
timholy
added a commit
that referenced
this pull request
Mar 24, 2020
It turns out there was a previous release called 0.2.1 (presumably based on #2) in HolyLabRegistry, but the Project.toml file here did not get updated. Consequently I called PR #3 "v0.2.1", and when I made a new release it overwrote the old one. This seems to be the cause of https://discourse.julialang.org/t/how-can-i-register-align-shifted-image-stacks/29244/32?u=tim.holy This renames the current release 0.2.2. I also pushed a new branch called release-0.2.1 that should fix the 0.2.1 release; that branch should be kept in perpetuity. Hopefully this won't happen anymore now that we have LocalRegistry.jl.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release will essentially provide a way for packages with no explicit dependency on CenterIndexedArrays to require v0.2.0 of that package.