Thank you Chuck!
04.10.2016 5:15 пользователь "Charles R Harris" <charlesr.har...@gmail.com>
написал:

> *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
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to