-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
DOC: Update the 1.11.0 release notes. #7073
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
Conversation
* ``MaskedArray`` takes view of data **and** mask when slicing in 1.12.0. | ||
The following changes are scheduled for Numpy 1.12.0. | ||
|
||
* Relaxed stride checking will become the default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a link to what this means we could put in? (Imagining reading these from a naive users point of view, and this line is pretty opaque :-))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is opaque ;) The 1.8.0 release notes has a discussion and there is a brief mention in the 'Internal memory layout of an ndarray' section of the reference guide.
b176b46
to
f3f049d
Compare
There's a missing space here: "datetimes with timeunits" -> "datetimes with time units" (yes, I wrote this section!) |
|
||
* The datetime64 type is now timezone naive. | ||
* A dtype parameter has been added to ``randint``. | ||
* A new benchmark suite using `Airspeed Velocity`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The benchmark suite isn't user facing, so I would probably drop it as a highlight for the release notes.
FWIW, my favorite changes for the release (beyond your list) include:
- automatic bin width estimation for
np.histogram
np.moveaxis
(full disclosure: yes, this was mine!)- optimization for
A @ A.T
a740cd4
to
fd797f5
Compare
Just as a reminder, it might be worth noting that |
* The datetime64 type is now timezone naive. | ||
* A dtype parameter has been added to ``randint``. | ||
* Improved detection of two arrays possibly sharing memory. | ||
* Alternative algorithms for ``np.histogram`` bin estimation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These aren't alternative algorithms -- they are the first options to make it in numpy. I would say simply "automatic bin size estimation for np.histogram"
[ci skip]
fd797f5
to
b8d61d4
Compare
DOC: Update the 1.11.0 release notes.
[ci skip]