Discussion:
[Numpy-discussion] Numpy 1.12.x branched
Charles R Harris
2016-11-05 23:04:06 UTC
Permalink
Hi All,

Numpy 1.12.x has been branched and the 1.13 development branch is open. It
would be helpful if folks could review the release notes as it is likely
I've missed something. I'd like to make the first beta release in a couple
of days.

Chuck
Sebastian Berg
2016-11-06 16:56:12 UTC
Permalink
Post by Charles R Harris
Hi All,
Numpy 1.12.x has been branched and the 1.13 development branch is
open. It would be helpful if folks could review the release notes as
it is likely I've missed something.  I'd like to make the first beta
release in a couple of days.
Very cool, thanks for all the hard work!

- Sebastian
Post by Charles R Harris
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Matti Picus
2016-11-07 18:32:54 UTC
Permalink
Date: Sun, 06 Nov 2016 17:56:12 +0100
Subject: Re: [Numpy-discussion] Numpy 1.12.x branched
Content-Type: text/plain; charset="utf-8"
Post by Charles R Harris
Hi All,
Numpy 1.12.x has been branched and the 1.13 development branch is
open. It would be helpful if folks could review the release notes as
it is likely I've missed something.? I'd like to make the first beta
release in a couple of days.
Very cool, thanks for all the hard work!
- Sebastian
Post by Charles R Harris
Chuck
Thanks for managing this. I don't know where, but it would be nice if
the release notes could mention the PyPy support - we are down to only a
few failures on the test suite, the only real oustanding issue is nditer
using UPDATEIFCOPY which depends on refcounting semantics to trigger the
copy. Other than that PyPy + NumPy 1.12 is a working thing, we (PyPy
devs) will soon try to make it work faster :).
Matti
Charles R Harris
2016-11-07 19:59:48 UTC
Permalink
Date: Sun, 06 Nov 2016 17:56:12 +0100
Subject: Re: [Numpy-discussion] Numpy 1.12.x branched
Content-Type: text/plain; charset="utf-8"
Post by Charles R Harris
Hi All,
Numpy 1.12.x has been branched and the 1.13 development branch is
open. It would be helpful if folks could review the release notes as
it is likely I've missed something.? I'd like to make the first beta
release in a couple of days.
Very cool, thanks for all the hard work!
- Sebastian
Chuck
Thanks for managing this. I don't know where, but it would be nice if the
release notes could mention the PyPy support - we are down to only a few
failures on the test suite, the only real oustanding issue is nditer using
UPDATEIFCOPY which depends on refcounting semantics to trigger the copy.
Other than that PyPy + NumPy 1.12 is a working thing, we (PyPy devs) will
soon try to make it work faster :).
A PR updating the release notes would be welcome. This might be one of the
highlights for those interested in PyPy.

Chuck
Frédéric Bastien
2016-11-10 16:06:34 UTC
Permalink
My change about numpy.mean in float16 aren't in the doc.

Should I make a PR again numpy master or maintenance/1.12.x?

Fred
Post by Charles R Harris
Post by Matti Picus
Date: Sun, 06 Nov 2016 17:56:12 +0100
Subject: Re: [Numpy-discussion] Numpy 1.12.x branched
Content-Type: text/plain; charset="utf-8"
Post by Charles R Harris
Hi All,
Numpy 1.12.x has been branched and the 1.13 development branch is
open. It would be helpful if folks could review the release notes as
it is likely I've missed something.? I'd like to make the first beta
release in a couple of days.
Very cool, thanks for all the hard work!
- Sebastian
Chuck
Thanks for managing this. I don't know where, but it would be nice if
the release notes could mention the PyPy support - we are down to only a
few failures on the test suite, the only real oustanding issue is nditer
using UPDATEIFCOPY which depends on refcounting semantics to trigger the
copy. Other than that PyPy + NumPy 1.12 is a working thing, we (PyPy devs)
will soon try to make it work faster :).
A PR updating the release notes would be welcome. This might be one of the
highlights for those interested in PyPy.
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Charles R Harris
2016-11-10 18:30:13 UTC
Permalink
On Thu, Nov 10, 2016 at 9:06 AM, Frédéric Bastien <
Post by Frédéric Bastien
My change about numpy.mean in float16 aren't in the doc.
Should I make a PR again numpy master or maintenance/1.12.x?
Make it against master. I may cut and paste the content into a bigger PR I
will merge before the first beta.

<snip>

Chuck

Loading...