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

Migration plan? #14

Closed
simonster opened this issue Jul 7, 2017 · 5 comments
Closed

Migration plan? #14

simonster opened this issue Jul 7, 2017 · 5 comments

Comments

@simonster
Copy link
Member

Since this package is now working on all platforms, I think it's about time to release it. I'm not sure exactly how to do that. I see a few options:

  • Start with a separate package from JLD.jl, and merge once it's seen wider use. (The only potentially complication here is if/how the package should be integrated with FileIO.)
  • Move code here to JLD.jl, but don't enable by default, since it hasn't received the same degree of testing. Once it sees wider use, enable it by default.
  • Move code here to JLD.jl and immediately enable by default. I'm a little hesitant to do this, since there may be cases I'm not handling properly yet.
@simonster
Copy link
Member Author

cc @timholy

@timholy
Copy link
Member

timholy commented Jul 7, 2017

I'm supportive! What about the following strategy?

  • Tag a release of this under its current name (or JLDnative?)
  • Push a branch, jld_experimental, to FileIO that points to this package rather than JLD.jl
  • Make an announcement on discourse, encouraging brave testers to switch to the jld_experimental branch of FileIO
  • Deal with any problems
  • Once the dust settles, merge the jld_experimental branch into FileIO's master

That way, anyone who has problems can manually choose JLD even after we make the switch. I don't really see a lot of profit in changing the names/functionality of the repos, though of course we could contemplate that.

@simonster
Copy link
Member Author

simonster commented Jul 8, 2017

I opened a PR against FileIO to tighten the magic for JLD and register JLD2 with the extension .jld2. This way, it should be possible for both packages to co-exist for now, and we can always reclaim .jld later if we want.

@ExpandingMan
Copy link

Are there any plans to move the name of this package to JLD.jl and deprecate the existing JLD.jl? It does seem that development on that one has ceased and that this one is becoming much more widely used.

I ask because the 0.7 transition might be a good time to do this.

@JonasIsensee
Copy link
Collaborator

JLD and JLD2 have established their respective names. There is no point in renaming now.

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

No branches or pull requests

4 participants