Discussion:
[Numpy-discussion] Numpy 1.11.2
Charles R Harris
2016-08-03 20:09:32 UTC
Permalink
Hi All,

I would like to release Numpy 1.11.2rc1 this weekend. It will contain a few
small fixes and enhancements for windows and the last Scipy release. If
there are any pending PRs that you think should go in or be backported for
this release, please speak up.

Chuck
Sandro Tosi
2016-08-14 17:11:08 UTC
Permalink
hey there, what happened here? do you still plan to release a 1.11.2rc1 soon?

On Wed, Aug 3, 2016 at 9:09 PM, Charles R Harris
Post by Charles R Harris
Hi All,
I would like to release Numpy 1.11.2rc1 this weekend. It will contain a few
small fixes and enhancements for windows and the last Scipy release. If
there are any pending PRs that you think should go in or be backported for
this release, please speak up.
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
Charles R Harris
2016-08-15 00:12:33 UTC
Permalink
"Events, dear boy, events" ;) There were a couple of bugs that turned up at
the last moment that needed fixing. At the moment there are two, possibly
three, bugs that need finishing off.

- A fix for compilation on PPC running RHEL 7.2 (done, but not verified)
- Roll back Numpy reload error: more than one project was reloading.
- Maybe fix crash for quicksort of object arrays with bogus comparison.

Chuck
Post by Sandro Tosi
hey there, what happened here? do you still plan to release a 1.11.2rc1 soon?
On Wed, Aug 3, 2016 at 9:09 PM, Charles R Harris
Post by Charles R Harris
Hi All,
I would like to release Numpy 1.11.2rc1 this weekend. It will contain a
few
Post by Charles R Harris
small fixes and enhancements for windows and the last Scipy release. If
there are any pending PRs that you think should go in or be backported
for
Post by Charles R Harris
this release, please speak up.
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Sandro Tosi
2016-09-09 07:20:01 UTC
Permalink
what is the status for this? i checked on GH and
https://github.com/numpy/numpy/milestone/43 seems to report no issue
pending. the reason i'm asking is that i still have to package 1.11.1
for debian, but i dont want to do all the work and then the next day
you release a new version (oh, dear Murphy :) )

On Mon, Aug 15, 2016 at 1:12 AM, Charles R Harris
Post by Charles R Harris
"Events, dear boy, events" ;) There were a couple of bugs that turned up at
the last moment that needed fixing. At the moment there are two, possibly
three, bugs that need finishing off.
A fix for compilation on PPC running RHEL 7.2 (done, but not verified)
Roll back Numpy reload error: more than one project was reloading.
Maybe fix crash for quicksort of object arrays with bogus comparison.
Chuck
Post by Sandro Tosi
hey there, what happened here? do you still plan to release a 1.11.2rc1 soon?
On Wed, Aug 3, 2016 at 9:09 PM, Charles R Harris
Post by Charles R Harris
Hi All,
I would like to release Numpy 1.11.2rc1 this weekend. It will contain a few
small fixes and enhancements for windows and the last Scipy release. If
there are any pending PRs that you think should go in or be backported for
this release, please speak up.
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi
Charles R Harris
2016-09-09 14:26:20 UTC
Permalink
Post by Sandro Tosi
what is the status for this? i checked on GH and
https://github.com/numpy/numpy/milestone/43 seems to report no issue
pending. the reason i'm asking is that i still have to package 1.11.1
for debian, but i dont want to do all the work and then the next day
you release a new version (oh, dear Murphy :) )
I'm planning on putting out 1.11.2rc1 this weekend, then 1-2 weeks to the
final.

<snip>

Chuck

Loading...