Discussion:
[Numpy-discussion] NumPy 1.11.2 released
Charles R Harris
2016-10-04 02:15:24 UTC
Permalink
*Hi All,*

I'm pleased to announce the release of Numpy 1.11.2. This release supports
Python 2.6 - 2.7, and 3.2 - 3.5 and fixes bugs and regressions found in
Numpy 1.11.1. Wheels for Linux, Windows, and OSX can be found on PyPI.
Sources are available on both PyPI and Sourceforge
<https://sourceforge.net/projects/numpy/files/NumPy/1.11.2/>.

Thanks to all who were involved in this release. Contributors and merged
pull requests are listed below.


*Contributors to v1.11.2*

- Allan Haldane
- Bertrand Lefebvre
- Charles Harris
- Julian Taylor
- Loïc EstÚve
- Marshall Bockrath-Vandegrift +
- Michael Seifert +
- Pauli Virtanen
- Ralf Gommers
- Sebastian Berg
- Shota Kawabuchi +
- Thomas A Caswell
- Valentin Valls +
- Xavier Abellan Ecija +

A total of 14 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
*Pull requests merged for v1.11.2*

- #7736 <https://github.com/numpy/numpy/pull/7736>: Backport 4619, BUG:
many functions silently drop keepdims kwarg
- #7738 <https://github.com/numpy/numpy/pull/7738>: Backport 5706, ENH:
add extra kwargs and update doc of many MA...
- #7778 <https://github.com/numpy/numpy/pull/7778>: DOC: Update Numpy
1.11.1 release notes.
- #7793 <https://github.com/numpy/numpy/pull/7793>: Backport 7515, BUG:
MaskedArray.count treats negative axes incorrectly
- #7816 <https://github.com/numpy/numpy/pull/7816>: Backport 7463, BUG:
fix array too big error for wide dtypes.
- #7821 <https://github.com/numpy/numpy/pull/7821>: Backport 7817, BUG:
Make sure npy_mul_with_overflow_<type> detects...
- #7824 <https://github.com/numpy/numpy/pull/7824>: Backport 7820,
MAINT: Allocate fewer bytes for empty arrays.
- #7847 <https://github.com/numpy/numpy/pull/7847>: Backport 7791,
MAINT,DOC: Fix some imp module uses and update...
- #7849 <https://github.com/numpy/numpy/pull/7849>: Backport 7848,
MAINT: Fix remaining uses of deprecated Python...
- #7851 <https://github.com/numpy/numpy/pull/7851>: Backport 7840, Fix
ATLAS version detection
- #7870 <https://github.com/numpy/numpy/pull/7870>: Backport 7853, BUG:
Raise RuntimeError when reloading numpy is...
- #7896 <https://github.com/numpy/numpy/pull/7896>: Backport 7894, BUG:
construct ma.array from np.array which contains...
- #7904 <https://github.com/numpy/numpy/pull/7904>: Backport 7903, BUG:
fix float16 type not being called due to...
- #7917 <https://github.com/numpy/numpy/pull/7917>: BUG: Production
install of numpy should not require nose.
- #7919 <https://github.com/numpy/numpy/pull/7919>: Backport 7908, BLD:
Fixed MKL detection for recent versions of...
- #7920 <https://github.com/numpy/numpy/pull/7920>: Backport #7911: BUG:
fix for issue#7835 (ma.median of 1d)
- #7932 <https://github.com/numpy/numpy/pull/7932>: Backport 7925,
Monkey-patch _msvccompile.gen_lib_option like...
- #7939 <https://github.com/numpy/numpy/pull/7939>: Backport 7931, BUG:
Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in...
- #7953 <https://github.com/numpy/numpy/pull/7953>: Backport 7937, BUG:
Guard against buggy comparisons in generic...
- #7954 <https://github.com/numpy/numpy/pull/7954>: Backport 7952, BUG:
Use keyword arguments to initialize Extension...
- #7955 <https://github.com/numpy/numpy/pull/7955>: Backport 7941, BUG:
Make sure numpy globals keep identity after...
- #7972 <https://github.com/numpy/numpy/pull/7972>: Backport 7963, BUG:
MSVCCompiler grows 'lib' & 'include' env...
- #7990 <https://github.com/numpy/numpy/pull/7990>: Backport 7977, DOC:
Create 1.11.2 release notes.
- #8005 <https://github.com/numpy/numpy/pull/8005>: Backport 7956, BLD:
remove __NUMPY_SETUP__ from builtins at end...
- #8007 <https://github.com/numpy/numpy/pull/8007>: Backport 8006, DOC:
Update 1.11.2 release notes.
- #8010 <https://github.com/numpy/numpy/pull/8010>: Backport 8008,
MAINT: Remove leftover imp module imports.
- #8012 <https://github.com/numpy/numpy/pull/8012>: Backport 8011, DOC:
Update 1.11.2 release notes.
- #8020 <https://github.com/numpy/numpy/pull/8020>: Backport 8018, BUG:
Fixes return for np.ma.count if keepdims...
- #8024 <https://github.com/numpy/numpy/pull/8024>: Backport 8016, BUG:
Fix numpy.ma.median.
- #8031 <https://github.com/numpy/numpy/pull/8031>: Backport 8030, BUG:
fix np.ma.median with only one non-masked...
- #8032 <https://github.com/numpy/numpy/pull/8032>: Backport 8028, DOC:
Update 1.11.2 release notes.
- #8044 <https://github.com/numpy/numpy/pull/8044>: Backport 8042, BUG:
core: fix bug in NpyIter buffering with discontinuous...
- #8046 <https://github.com/numpy/numpy/pull/8046>: Backport 8045, DOC:
Update 1.11.2 release notes.

Enjoy,
Chuck
Matthew Brett
2016-10-04 04:33:30 UTC
Permalink
On Mon, Oct 3, 2016 at 7:15 PM, Charles R Harris
Post by Charles R Harris
Hi All,
I'm pleased to announce the release of Numpy 1.11.2. This release supports
Python 2.6 - 2.7, and 3.2 - 3.5 and fixes bugs and regressions found in
Numpy 1.11.1. Wheels for Linux, Windows, and OSX can be found on PyPI.
Sources are available on both PyPI and Sourceforge.
Thanks to all who were involved in this release. Contributors and merged
pull requests are listed below.
Contributors to v1.11.2
Allan Haldane
Bertrand Lefebvre
Charles Harris
Julian Taylor
Loïc Estève
Marshall Bockrath-Vandegrift +
Michael Seifert +
Pauli Virtanen
Ralf Gommers
Sebastian Berg
Shota Kawabuchi +
Thomas A Caswell
Valentin Valls +
Xavier Abellan Ecija +
A total of 14 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.
Pull requests merged for v1.11.2
#7736: Backport 4619, BUG: many functions silently drop keepdims kwarg
#7738: Backport 5706, ENH: add extra kwargs and update doc of many MA...
#7778: DOC: Update Numpy 1.11.1 release notes.
#7793: Backport 7515, BUG: MaskedArray.count treats negative axes
incorrectly
#7816: Backport 7463, BUG: fix array too big error for wide dtypes.
#7821: Backport 7817, BUG: Make sure npy_mul_with_overflow_<type> detects...
#7824: Backport 7820, MAINT: Allocate fewer bytes for empty arrays.
#7847: Backport 7791, MAINT,DOC: Fix some imp module uses and update...
#7849: Backport 7848, MAINT: Fix remaining uses of deprecated Python...
#7851: Backport 7840, Fix ATLAS version detection
#7870: Backport 7853, BUG: Raise RuntimeError when reloading numpy is...
#7896: Backport 7894, BUG: construct ma.array from np.array which
contains...
#7904: Backport 7903, BUG: fix float16 type not being called due to...
#7917: BUG: Production install of numpy should not require nose.
#7919: Backport 7908, BLD: Fixed MKL detection for recent versions of...
#7920: Backport #7911: BUG: fix for issue#7835 (ma.median of 1d)
#7932: Backport 7925, Monkey-patch _msvccompile.gen_lib_option like...
#7939: Backport 7931, BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in...
#7953: Backport 7937, BUG: Guard against buggy comparisons in generic...
#7954: Backport 7952, BUG: Use keyword arguments to initialize Extension...
#7955: Backport 7941, BUG: Make sure numpy globals keep identity after...
#7972: Backport 7963, BUG: MSVCCompiler grows 'lib' & 'include' env...
#7990: Backport 7977, DOC: Create 1.11.2 release notes.
#8005: Backport 7956, BLD: remove __NUMPY_SETUP__ from builtins at end...
#8007: Backport 8006, DOC: Update 1.11.2 release notes.
#8010: Backport 8008, MAINT: Remove leftover imp module imports.
#8012: Backport 8011, DOC: Update 1.11.2 release notes.
#8020: Backport 8018, BUG: Fixes return for np.ma.count if keepdims...
#8024: Backport 8016, BUG: Fix numpy.ma.median.
#8031: Backport 8030, BUG: fix np.ma.median with only one non-masked...
#8032: Backport 8028, DOC: Update 1.11.2 release notes.
#8044: Backport 8042, BUG: core: fix bug in NpyIter buffering with
discontinuous...
#8046: Backport 8045, DOC: Update 1.11.2 release notes.
Thanks very much for doing all the release work, congratulations on the release,

Cheers,

Matthew
Evgeni Burovski
2016-10-04 05:29:53 UTC
Permalink
Thank you Chuck!
Post by Charles R Harris
*Hi All,*
I'm pleased to announce the release of Numpy 1.11.2. This release
supports Python 2.6 - 2.7, and 3.2 - 3.5 and fixes bugs and regressions
found in Numpy 1.11.1. Wheels for Linux, Windows, and OSX can be found
on PyPI. Sources are available on both PyPI and Sourceforge
<https://sourceforge.net/projects/numpy/files/NumPy/1.11.2/>.
Thanks to all who were involved in this release. Contributors and merged
pull requests are listed below.
*Contributors to v1.11.2*
- Allan Haldane
- Bertrand Lefebvre
- Charles Harris
- Julian Taylor
- Loïc EstÚve
- Marshall Bockrath-Vandegrift +
- Michael Seifert +
- Pauli Virtanen
- Ralf Gommers
- Sebastian Berg
- Shota Kawabuchi +
- Thomas A Caswell
- Valentin Valls +
- Xavier Abellan Ecija +
A total of 14 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
*Pull requests merged for v1.11.2*
- #7736 <https://github.com/numpy/numpy/pull/7736>: Backport 4619,
BUG: many functions silently drop keepdims kwarg
- #7738 <https://github.com/numpy/numpy/pull/7738>: Backport 5706,
ENH: add extra kwargs and update doc of many MA...
- #7778 <https://github.com/numpy/numpy/pull/7778>: DOC: Update Numpy
1.11.1 release notes.
- #7793 <https://github.com/numpy/numpy/pull/7793>: Backport 7515,
BUG: MaskedArray.count treats negative axes incorrectly
- #7816 <https://github.com/numpy/numpy/pull/7816>: Backport 7463,
BUG: fix array too big error for wide dtypes.
- #7821 <https://github.com/numpy/numpy/pull/7821>: Backport 7817,
BUG: Make sure npy_mul_with_overflow_<type> detects...
- #7824 <https://github.com/numpy/numpy/pull/7824>: Backport 7820,
MAINT: Allocate fewer bytes for empty arrays.
- #7847 <https://github.com/numpy/numpy/pull/7847>: Backport 7791,
MAINT,DOC: Fix some imp module uses and update...
- #7849 <https://github.com/numpy/numpy/pull/7849>: Backport 7848,
MAINT: Fix remaining uses of deprecated Python...
- #7851 <https://github.com/numpy/numpy/pull/7851>: Backport 7840, Fix
ATLAS version detection
- #7870 <https://github.com/numpy/numpy/pull/7870>: Backport 7853,
BUG: Raise RuntimeError when reloading numpy is...
- #7896 <https://github.com/numpy/numpy/pull/7896>: Backport 7894,
BUG: construct ma.array from np.array which contains...
- #7904 <https://github.com/numpy/numpy/pull/7904>: Backport 7903,
BUG: fix float16 type not being called due to...
- #7917 <https://github.com/numpy/numpy/pull/7917>: BUG: Production
install of numpy should not require nose.
- #7919 <https://github.com/numpy/numpy/pull/7919>: Backport 7908,
BLD: Fixed MKL detection for recent versions of...
BUG: fix for issue#7835 (ma.median of 1d)
- #7932 <https://github.com/numpy/numpy/pull/7932>: Backport 7925,
Monkey-patch _msvccompile.gen_lib_option like...
- #7939 <https://github.com/numpy/numpy/pull/7939>: Backport 7931,
BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in...
- #7953 <https://github.com/numpy/numpy/pull/7953>: Backport 7937,
BUG: Guard against buggy comparisons in generic...
- #7954 <https://github.com/numpy/numpy/pull/7954>: Backport 7952,
BUG: Use keyword arguments to initialize Extension...
- #7955 <https://github.com/numpy/numpy/pull/7955>: Backport 7941,
BUG: Make sure numpy globals keep identity after...
- #7972 <https://github.com/numpy/numpy/pull/7972>: Backport 7963,
BUG: MSVCCompiler grows 'lib' & 'include' env...
- #7990 <https://github.com/numpy/numpy/pull/7990>: Backport 7977,
DOC: Create 1.11.2 release notes.
- #8005 <https://github.com/numpy/numpy/pull/8005>: Backport 7956,
BLD: remove __NUMPY_SETUP__ from builtins at end...
- #8007 <https://github.com/numpy/numpy/pull/8007>: Backport 8006,
DOC: Update 1.11.2 release notes.
- #8010 <https://github.com/numpy/numpy/pull/8010>: Backport 8008,
MAINT: Remove leftover imp module imports.
- #8012 <https://github.com/numpy/numpy/pull/8012>: Backport 8011,
DOC: Update 1.11.2 release notes.
- #8020 <https://github.com/numpy/numpy/pull/8020>: Backport 8018,
BUG: Fixes return for np.ma.count if keepdims...
- #8024 <https://github.com/numpy/numpy/pull/8024>: Backport 8016,
BUG: Fix numpy.ma.median.
- #8031 <https://github.com/numpy/numpy/pull/8031>: Backport 8030,
BUG: fix np.ma.median with only one non-masked...
- #8032 <https://github.com/numpy/numpy/pull/8032>: Backport 8028,
DOC: Update 1.11.2 release notes.
- #8044 <https://github.com/numpy/numpy/pull/8044>: Backport 8042,
BUG: core: fix bug in NpyIter buffering with discontinuous...
- #8046 <https://github.com/numpy/numpy/pull/8046>: Backport 8045,
DOC: Update 1.11.2 release notes.
Enjoy,
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Chris Barker
2016-10-04 18:44:35 UTC
Permalink
I'm pleased to announce the release of Numpy 1.11.2. This release supports
Post by Charles R Harris
Python 2.6 - 2.7, and 3.2 - 3.5 and fixes bugs and regressions found in
Numpy 1.11.1. Wheels for Linux, Windows, and OSX can be found on PyPI.
Sources are available on both PyPI and Sourceforge
<https://sourceforge.net/projects/numpy/files/NumPy/1.11.2/>.
and on conda-forge:

https://anaconda.org/conda-forge/numpy

Hmm, not Windows (darn fortran an openblas!) -- but thanks for getting that
up fast!

And of course, thanks to all in the numpy community for getting this build
out.

-CHB
--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

***@noaa.gov
Loading...