<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch v1.23.0.dev0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>REL: Begin NumPy 1.23.0 development</title>
<updated>2021-11-16T22:03:36+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-11-16T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=640fff6b33eb092319160b300b80bbbe3669cd35'/>
<id>640fff6b33eb092319160b300b80bbbe3669cd35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: Begin NumPy 1.22.0 development</title>
<updated>2021-11-16T21:59:24+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-11-16T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0c76455aa27c435a852aa346e3bdfb1c6d497721'/>
<id>0c76455aa27c435a852aa346e3bdfb1c6d497721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REV: Add MaskedArray creation from non nd-array back in (#20386)</title>
<updated>2021-11-16T19:37:19+00:00</updated>
<author>
<name>Greg Lucas</name>
<email>greg.m.lucas@gmail.com</email>
</author>
<published>2021-11-16T19:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b31a3a3fb05910abc2ee55d63255efdb2a2c383e'/>
<id>b31a3a3fb05910abc2ee55d63255efdb2a2c383e</id>
<content type='text'>
* REV: Add MaskedArray creation from non nd-array back in

This code path was removed in beacb39. This adds back in the
MaskedArray portion of that commit. A test with a Quantity-like
(non inherited, but still acts like a MaskedArray) class for
this case.

* Update numpy/ma/core.py

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* REV: Add MaskedArray creation from non nd-array back in

This code path was removed in beacb39. This adds back in the
MaskedArray portion of that commit. A test with a Quantity-like
(non inherited, but still acts like a MaskedArray) class for
this case.

* Update numpy/ma/core.py

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20367 from HowJMay/simd-trunc</title>
<updated>2021-11-16T17:12:14+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-11-16T17:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=38558de9ecb8b0ec7982a956106713f921e2d3d5'/>
<id>38558de9ecb8b0ec7982a956106713f921e2d3d5</id>
<content type='text'>
ENH, SIMD: add new universal intrinsics for trunc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH, SIMD: add new universal intrinsics for trunc</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20182 from HaoZeke/buildf2pydoc</title>
<updated>2021-11-16T16:00:01+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-11-16T16:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f146ec16eed3f464f152ac9be4d51e33602f4e80'/>
<id>f146ec16eed3f464f152ac9be4d51e33602f4e80</id>
<content type='text'>
DOC, MAINT: Update build systems for f2py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC, MAINT: Update build systems for f2py</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Address build system review I</title>
<updated>2021-11-16T15:03:23+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-11-16T13:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=36041a0d0e9ad38d2029be335b8df76edc8a40cd'/>
<id>36041a0d0e9ad38d2029be335b8df76edc8a40cd</id>
<content type='text'>
Co-authored-by: Ralf Gommers &lt;ralf.gommers@gmail.com&gt;
Co-authored-by: Christoph Buchner &lt;bilderbuchi@phononoia.at&gt;
Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ralf Gommers &lt;ralf.gommers@gmail.com&gt;
Co-authored-by: Christoph Buchner &lt;bilderbuchi@phononoia.at&gt;
Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH, SIMD: add new universal intrinsics for trunc</title>
<updated>2021-11-16T03:08:02+00:00</updated>
<author>
<name>HowJMay</name>
<email>yuanyanghau@gmail.com</email>
</author>
<published>2021-11-13T18:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b1bd0d60b976e3e130cbb6d1eac84c9c6835adb'/>
<id>9b1bd0d60b976e3e130cbb6d1eac84c9c6835adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20274 from h-vetinari/fix_15179</title>
<updated>2021-11-16T00:47:23+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-11-16T00:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=444a721ce3222c939af68640a248217173b557a0'/>
<id>444a721ce3222c939af68640a248217173b557a0</id>
<content type='text'>
TST: Some fixes &amp; refactoring around glibc-dependent skips in test_umath.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: Some fixes &amp; refactoring around glibc-dependent skips in test_umath.py</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20327 from seberg/rename-interpolation</title>
<updated>2021-11-16T00:31:41+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-11-16T00:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=376ad691fe4df77e502108d279872f56b30376dc'/>
<id>376ad691fe4df77e502108d279872f56b30376dc</id>
<content type='text'>
BUG,DEP: Fixup quantile/percentile and rename interpolation-&gt;method</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG,DEP: Fixup quantile/percentile and rename interpolation-&gt;method</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fixups for interpolation rename comments from review</title>
<updated>2021-11-15T23:32:35+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-11-15T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=546c47adae1066411ff7a3e3da5d758236ee90cf'/>
<id>546c47adae1066411ff7a3e3da5d758236ee90cf</id>
<content type='text'>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
