Roadmap
-
NumPy 1.3.0 Release Notes
This minor release comes almost four months after the 1.1.0 release.
Changes
Refactoring numpy.core math configuration
http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/math_config_clean.txt
Improvements to build warnings
http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/warnfix.txt
Histogram
The semantics of histogram has been modified to fix long-standing issues with outliers handling. The main changes concern
- the definition of the bin edges, now including the rightmost edge, and
- the handling of upper outliers, now ignored rather than tallied in the rightmost bin.
The previous behavior is still accessible using new=False, but is scheduled to be deprecated in the next release (1.3).
Bug-fixes
- #811
- install error: Error: suffix or operands invalid for `fnstsw'
- #861
- numpy.matrix.var does not use ddof
- #864
- MAError is formatted badly when displayed (patch included)
- #887
- Generalized Universal Functions
- #913
- max is bogus if nan is in the array
- #914
- min is bogus if nan is in the array
- #915
- Simpler math configuration
- #925
- choose does not broadcast index array appropriately
- #941
- Add bzip2 support to numpy.loadtxt
- #954
- Add memapping to numpy.load
Note: See TracRoadmap for help on using the roadmap.
