1==========================
2NumPy 1.12.1 Release Notes
3==========================
4
5NumPy 1.12.1 supports Python 2.7 and 3.4 - 3.6 and fixes bugs and regressions
6found in NumPy 1.12.0. In particular, the regression in f2py constant parsing
7is fixed. Wheels for Linux, Windows, and OSX can be found on pypi,
8
9Bugs Fixed
10==========
11
12*  BUG: Fix wrong future nat warning and equiv type logic error...
13*  BUG: Fix wrong masked median for some special cases
14*  DOC: Place np.average in inline code
15*  TST: Work around isfinite inconsistency on i386
16*  BUG: Guard against replacing constants without '_' spec in f2py.
17*  BUG: Fix mean for float 16 non-array inputs for 1.12
18*  BUG: Fix calling python api with error set and minor leaks for...
19*  BUG: Make iscomplexobj compatible with custom dtypes again
20*  BUG: Fix undefined behaviour induced by bad __array_wrap__
21*  BUG: Fix MaskedArray.__setitem__
22*  BUG: PPC64el machines are POWER for Fortran in f2py
23*  BUG: Look up methods on MaskedArray in `_frommethod`
24*  BUG: Remove extra digit in binary_repr at limit
25*  BUG: Fix deepcopy regression for empty arrays.
26*  BUG: Fix ma.median for empty ndarrays
27