<p dir="ltr">Thank you Chuck!</p>
<div class="gmail_quote">04.10.2016 5:15 пользователь "Charles R Harris" <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">
<div class="m_-7542413170082671827gmail-document">


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


</div>
<br>______________________________<wbr>_________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="https://mail.scipy.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank">https://mail.scipy.org/<wbr>mailman/listinfo/numpy-<wbr>discussion</a><br>
<br></blockquote></div>