<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial, branch eric-wieser-patch-1</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>Merge pull request #12239 from daten-kieker/polyval_2477</title>
<updated>2019-01-04T15:02:41+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2019-01-04T15:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aef982e4482773e802cc0ef076bf5e76ff650cf9'/>
<id>aef982e4482773e802cc0ef076bf5e76ff650cf9</id>
<content type='text'>
BUG: polyval returned non-masked arrays for masked input.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: polyval returned non-masked arrays for masked input.</pre>
</div>
</content>
</entry>
<entry>
<title>TST, DOC: enable refguide_check</title>
<updated>2018-12-14T18:14:05+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-11-14T19:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=250861059b106371cb232456eeccd6d9e97d8f00'/>
<id>250861059b106371cb232456eeccd6d9e97d8f00</id>
<content type='text'>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)</title>
<updated>2018-12-06T19:05:08+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@pm.me</email>
</author>
<published>2018-12-06T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45cef38cda80868355a920b5e94211dcf662ea07'/>
<id>45cef38cda80868355a920b5e94211dcf662ea07</id>
<content type='text'>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: polyval returned Non-Masked Arrays for Masked Input.</title>
<updated>2018-10-21T20:18:34+00:00</updated>
<author>
<name>Joachim Hereth</name>
<email>joachim.hereth@numberfour.eu</email>
</author>
<published>2018-10-21T20:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af6cb03920f3ae62cb8a8c871edeccbcd8609955'/>
<id>af6cb03920f3ae62cb8a8c871edeccbcd8609955</id>
<content type='text'>
This fix will preserve subtypes of ndarray when given as input (x)
to the polyval function. In particular, the results for masked
values of a masked array will be masked.

Fixes #2477.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix will preserve subtypes of ndarray when given as input (x)
to the polyval function. In particular, the results for masked
values of a masked array will be masked.

Fixes #2477.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use np.full in numpy.polynomial</title>
<updated>2018-10-02T22:41:49+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@pm.me</email>
</author>
<published>2018-10-02T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe76cc7fb5c598375cc3ec3ccd96a64fc53e4e3e'/>
<id>fe76cc7fb5c598375cc3ec3ccd96a64fc53e4e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove unused stdlib imports</title>
<updated>2018-09-30T17:22:49+00:00</updated>
<author>
<name>Emil Hessman</name>
<email>emil@hessman.se</email>
</author>
<published>2018-09-30T17:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e07b0fce7844a227fa05e4f20772ec9cc5bf9912'/>
<id>e07b0fce7844a227fa05e4f20772ec9cc5bf9912</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove surviving, unused, list comprehension (#11843)</title>
<updated>2018-09-04T05:41:57+00:00</updated>
<author>
<name>Jeff</name>
<email>3820914+jeffyancey@users.noreply.github.com</email>
</author>
<published>2018-09-04T05:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe3412fde8990ff08405f3324d309e521aff1d7d'/>
<id>fe3412fde8990ff08405f3324d309e521aff1d7d</id>
<content type='text'>
This variable is never used, and shows signs of being leftover from a previous implementation.

Introduced in gh-11528. Closes gh-11842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable is never used, and shows signs of being leftover from a previous implementation.

Introduced in gh-11528. Closes gh-11842
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11850 from jeffyancey/update-polybase-comment</title>
<updated>2018-08-31T20:34:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-31T20:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ddc0afc9de06bd21ca6facd60f2abe1d8ff5052a'/>
<id>ddc0afc9de06bd21ca6facd60f2abe1d8ff5052a</id>
<content type='text'>
DOC: add comment to remove fn after python 2 support is dropped</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: add comment to remove fn after python 2 support is dropped</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: closes #11845</title>
<updated>2018-08-31T19:59:53+00:00</updated>
<author>
<name>Jeffrey Yancey</name>
<email>jeffrey@octane5.com</email>
</author>
<published>2018-08-31T19:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f578660872b0e64acf5773a61c288eccf119607'/>
<id>3f578660872b0e64acf5773a61c288eccf119607</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 #11834 from charris/fix-polynomial-grammar</title>
<updated>2018-08-30T17:03:41+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-30T17:03:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=44d3b5976d55d028e85c075933837dff150d9840'/>
<id>44d3b5976d55d028e85c075933837dff150d9840</id>
<content type='text'>
MAINT, DOC: Replace 'an' by 'a' in some docstrings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT, DOC: Replace 'an' by 'a' in some docstrings.</pre>
</div>
</content>
</entry>
</feed>
