-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
TODO list for the 1.7.0 release #396
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
Comments
How about support for Python 3.3 (to be released within a month) and PR #376? |
I've added your PR in. Can you post issues that are not working in Python 3.3? I thought that everything is fixed there. |
I don't think your patches for Python 3.3 were backported/applied to the maintenance/1.7.x branch. Am I wrong? |
I see. You are right. I've created the issue #399 and added it into my issues above. |
#387 is also a regression, and probably easy to fix. |
@njsmith, thanks for the issues. I've added it to the description. |
Another task for Python 3.3: regenerate |
Can we backport #433 (Intel compiler flags) too? |
Can #445 be made release critical? It breaks several third party packages as reported on the mailing list. |
I think there are several untracked bugs described in this message (maybe just need notes in the release notes, but that's still a bug): Re: #445: for 1.7 purposes you could either merge it (or something like it), or you could revert 5a471b5 and the followup commit ("Retain backward compatibility. Enforce C order"). The first commit is basically just a code cleanup along with some tiny speed increase, so absolutely not release-critical, and the second commit (and #445) are then fixing release-critical bugs introduced by the first commit. So as release manager I guess you get to make the call as to which approach to getting the release out will work better for you :-). |
Hi @certik: I would use the milestones mechanism for keeping such a list up to date. We have found it fairly effective. |
#471 is basically a feature request, certainly not a regression... so shouldn't block the release IMO. |
@njsmith : agreed that it shouldn't block the release, as it isn't a regression. However it is more of a bug than a feature request IMHO :) |
On Sep 30, 2012, at 1:19 PM, njsmith wrote:
+1
|
@GaelVaroquaux, thanks for the tip with milestones, I was not aware of them! I am going to make use of it now. |
I went through all the comments here and everything has been merged or fixed by now. We now use the milestones to keep track of issues that need fixing before the release. I am now going over the issues in the description to make sure that all is fixed or tracked. |
I went over the issues in the description and it looks like that they are all fixed & backported, or open and milestone added. So I am closing this issue. |
This issue is to track what needs to be done before the 1.7.0 release. I will just be updating the text here.
Issues to work on
Issues to fix:
http://projects.scipy.org/numpy/ticket/2108
#378, #392 (see Nathaniel's comment below)
#394
#424
#426
#438
#294
#291
#464
Also we need to fix all Debian build issues:
#406, #407, #408, #409, #410, #411, #412, #413, #414, #415
Access to SPARC 64 needed for:
http://projects.scipy.org/numpy/ticket/2076
Fixed Issues that need to be merged
Work is done here, it just needs to get reviewed & merged, or more discussion needed.
Issues that need clarification:
http://projects.scipy.org/numpy/ticket/2150
http://projects.scipy.org/numpy/ticket/2101
Issues + PRs that need merging:
#2696 (this is a PR against maintenance-1.7.x)
Fixed
These are fixed, but not yet back-ported to the 1.7.x branch.
#459
#2707
Backported
All these PRs are fixed in master and back-ported to the 1.7.x branch (left here for reference).
http://projects.scipy.org/numpy/ticket/2185 (PR: #395)
http://projects.scipy.org/numpy/ticket/2066 (PR: #397)
http://projects.scipy.org/numpy/ticket/2189 (PR: #397)
http://projects.scipy.org/numpy/ticket/2187 (PR: #401)
http://projects.scipy.org/numpy/ticket/1588 (PR: #405)
#416 (PR: #417)
#376
#404
#390
eebd7b2
#432
#429
#431
#430
#399
#420
#451
#440 (this adds a deprecation, so I guess it also needs a short mention added to the release notes)
#449
The above 4 issues are backported by #472.
The text was updated successfully, but these errors were encountered: