<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial, branch v1.20.3</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>API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` list</title>
<updated>2021-03-17T13:38:24+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-03-16T16:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6b0490ce71d438d91303931f4d4a0a607d0bcd76'/>
<id>6b0490ce71d438d91303931f4d4a0a607d0bcd76</id>
<content type='text'>
Aforementioned module was accidently marked as public
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aforementioned module was accidently marked as public
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Re-export a number of sub-modules</title>
<updated>2021-03-17T13:38:07+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-03-15T13:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9602fb2d4835541491ff041f786249150c6a5c10'/>
<id>9602fb2d4835541491ff041f786249150c6a5c10</id>
<content type='text'>
Ensures that type checkers will allow the likes of:

&gt;&gt;&gt; import numpy as np
&gt;&gt;&gt; out = np.lib.stride_tricks.sliding_window_view(...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensures that type checkers will allow the likes of:

&gt;&gt;&gt; import numpy as np
&gt;&gt;&gt; out = np.lib.stride_tricks.sliding_window_view(...)
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Fix crosstalk issues with polynomial str tests.</title>
<updated>2020-12-18T00:30:11+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-12-07T23:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed00a02c7fc8f2d10cb6393dc42b29803af9b714'/>
<id>ed00a02c7fc8f2d10cb6393dc42b29803af9b714</id>
<content type='text'>
Polynomial printing tests implicitly depended on calling
order, causing the test suite to fail when the test ordering was
randomized with the pytest-random plugin (gh-17954).

Two factors contributed to this:
 * Improper setting of class-level test config and
 * Poorly designed test that overrode an inherited class
   variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Polynomial printing tests implicitly depended on calling
order, causing the test suite to fail when the test ordering was
randomized with the pytest-random plugin (gh-17954).

Two factors contributed to this:
 * Improper setting of class-level test config and
 * Poorly designed test that overrode an inherited class
   variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages</title>
<updated>2020-11-03T14:08:38+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-11-03T14:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99051b40de3b77c166a24250df3fd38689aa412e'/>
<id>99051b40de3b77c166a24250df3fd38689aa412e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Chain exceptions in "_polybase.py" (#17453)</title>
<updated>2020-10-07T05:08:29+00:00</updated>
<author>
<name>Sahil Siddiq</name>
<email>39989901+valdaarhun@users.noreply.github.com</email>
</author>
<published>2020-10-07T05:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=590201aa6ef313f9d34fa4136d6f0b3b3c36e951'/>
<id>590201aa6ef313f9d34fa4136d6f0b3b3c36e951</id>
<content type='text'>
* Removed "from" keyword and changed "raise e" to "raise"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed "from" keyword and changed "raise e" to "raise"</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17250 from albertvillanova/fix-docstring</title>
<updated>2020-09-10T20:36:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-09-10T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7e9d603664edc756f555fecf8649bf888a46d47c'/>
<id>7e9d603664edc756f555fecf8649bf888a46d47c</id>
<content type='text'>
DOC: Fix docstring cross-referencing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Fix docstring cross-referencing</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring cross-referencing</title>
<updated>2020-09-04T18:23:42+00:00</updated>
<author>
<name>Albert Villanova del Moral</name>
<email>8515462+albertvillanova@users.noreply.github.com</email>
</author>
<published>2020-09-04T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8599fe0abc88f584ee45b54654833cdccefc3cd0'/>
<id>8599fe0abc88f584ee45b54654833cdccefc3cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Replace module-level `__getattr__` with explicitly defined objects</title>
<updated>2020-08-20T11:50:50+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-08-20T11:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b67db6b53f80f895237f58c1c8fa8a855cdd8051'/>
<id>b67db6b53f80f895237f58c1c8fa8a855cdd8051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add placeholder stubs for all sub-modules</title>
<updated>2020-08-19T12:49:16+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-08-19T12:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ef217b19161e01672e243d21263e517f63d817a'/>
<id>1ef217b19161e01672e243d21263e517f63d817a</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 #16167 from rossbar/doc/poly_module_docstring</title>
<updated>2020-07-14T07:31:43+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-07-14T07:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aa935dd812f2475797d39742fe3539572c974e0e'/>
<id>aa935dd812f2475797d39742fe3539572c974e0e</id>
<content type='text'>
DOC: Increase guidance and detail of np.polynomial docstring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Increase guidance and detail of np.polynomial docstring</pre>
</div>
</content>
</entry>
</feed>
