-
Notifications
You must be signed in to change notification settings - Fork 106
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
Release 0.7.0 #1335
Comments
I was looking at this only a few weeks ago, and I agree that a release before the 1.0 release could be nice. We have a lot of new things since last release, but indeed there seems to be a bit left before 1.0. Edit: we seem to have changes in over 400 files, with over 40 000 additions and 19 000 deletions... |
I agree that we should do this, but the version would be 0.7 according to standard numbering. Do we have a list of things we want done here? |
I'd suggest we only put stuff here that we can fix in relatively short time. Here's a list, feel free to edit: PRs
The others are more fundamental or need significant work as far as I can judge. Open issues
|
That does look like a reasonable release schedule. For 1.0 we want tensor valued discrete lp as well as a cuda backend. |
I'll go ahead with this. |
Done. |
Freaking tremendous and "done" does not sufficiently convey the success :) Now lets put our aims towards a proper 1.0 release (and getting an article out as well). Btw, what happened to: #1432 |
That'll go in as a regular PR on |
It's been quite a while since the last release, and it seems like still a while to go until 1.0, since there are a bunch of quite big and important changes still to be finalized and merged. See #1055.
So how about we release once before, say 0.9.0, with roughly the current status? I also seem to remember that there were some changes in the
conda build
process that need to be done, and we don't want to screw up 1.0 for that reason.Edit: I'll start with this and maintain a checklist here that reflects the process outlined in the release documentation.
release-0.7.0
offmaster
, on a fork like for any other PRbranch
to the next development version (here'1.0.0.dev0'
)odl/__init__.py
conda/meta.yaml
'0.7.0'
inodl/__init__.py
andconda/meta.yaml
git_rev
field inconda/meta.yaml
to'v0.7.0'
Make a PR and fix review comments, using a single commitDone on masterREL: bump version to 0.7.0
release-0.7.0
branch and the short summary from the release notes file; add a link to the release notes page9. Merge the release branchNot mergingThe text was updated successfully, but these errors were encountered: