<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial/tests/test_hermite_e.py, branch master</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Updated files in polynomial/ to use fstrings</title>
<updated>2020-01-26T22:20:55+00:00</updated>
<author>
<name>Anton Ritter-Gogerly</name>
<email>anton@antonviktor.com</email>
</author>
<published>2020-01-26T03:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=764c25bb8a9e5be60455ac7d6947318efbbb93aa'/>
<id>764c25bb8a9e5be60455ac7d6947318efbbb93aa</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 implicit inheritance from object class (#15236)</title>
<updated>2020-01-05T05:53:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-05T05:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c31cc36a8a814ed4844a2a553454185601914a5a'/>
<id>c31cc36a8a814ed4844a2a553454185601914a5a</id>
<content type='text'>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: polynomial: Be stricter about integral arguments</title>
<updated>2019-03-16T17:04:58+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-03-12T06:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0764929543c85decde9d664367dbf7d8f137fe1f'/>
<id>0764929543c85decde9d664367dbf7d8f137fe1f</id>
<content type='text'>
This changes the behavior for:
* The `deg`  and `axis` arguments of `&lt;type&gt;der`
* The `deg`  and `axis` arguments of `&lt;type&gt;int`
* The `deg`  argument of `&lt;type&gt;gauss`
* The `deg`  argument of `&lt;type&gt;vander2d`
* The `deg`  argument of `&lt;type&gt;vander3d`

The old behavior was:
* Raise `ValueError` if the argument is a float, but not an integral one
* Allow a float like `1.0` to mean `1`.

This is inconsistent with most other integer-accepting APIs in numpy, which require these to be actual integers, and raise TypeError when they are not.

The new behavior is:
* Raise `TypeError` if the argument is a float, but not an integral one
* Emit a `DeprecationWarning` if a float like `1.0` is passed, continuing to allow it its old meaning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the behavior for:
* The `deg`  and `axis` arguments of `&lt;type&gt;der`
* The `deg`  and `axis` arguments of `&lt;type&gt;int`
* The `deg`  argument of `&lt;type&gt;gauss`
* The `deg`  argument of `&lt;type&gt;vander2d`
* The `deg`  argument of `&lt;type&gt;vander3d`

The old behavior was:
* Raise `ValueError` if the argument is a float, but not an integral one
* Allow a float like `1.0` to mean `1`.

This is inconsistent with most other integer-accepting APIs in numpy, which require these to be actual integers, and raise TypeError when they are not.

The new behavior is:
* Raise `TypeError` if the argument is a float, but not an integral one
* Emit a `DeprecationWarning` if a float like `1.0` is passed, continuing to allow it its old meaning.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: use reduce's defaul param rather than a ternary operator</title>
<updated>2018-08-26T21:53:23+00:00</updated>
<author>
<name>Jeffrey Yancey</name>
<email>jeffrey@octane5.com</email>
</author>
<published>2018-08-26T21:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4c8e91e6ad07fcae15888ae9c78338f37f3d77ae'/>
<id>4c8e91e6ad07fcae15888ae9c78338f37f3d77ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add missing tests for all polynomial subclass pow fns.</title>
<updated>2018-08-26T20:50:37+00:00</updated>
<author>
<name>Jeffrey Yancey</name>
<email>jeffrey@octane5.com</email>
</author>
<published>2018-08-26T20:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=bfc0020621a931726e219a013e08e9f96e767a33'/>
<id>bfc0020621a931726e219a013e08e9f96e767a33</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 all uses of run_module_suite.</title>
<updated>2018-04-07T00:20:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-04-04T16:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7bf0564f87511d9e7b6287b3eec0857d0d7742df'/>
<id>7bf0564f87511d9e7b6287b3eec0857d0d7742df</id>
<content type='text'>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add tests for `lbnd` and `scl` in polynomial integration.</title>
<updated>2017-10-26T19:26:46+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-10-26T19:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=050cd172585c25e76c0d7f06999ddab70e31ee1a'/>
<id>050cd172585c25e76c0d7f06999ddab70e31ee1a</id>
<content type='text'>
The `lbnd` and `scl` parameters of the various polynomial integration
functions  are documented to be scalars. Add tests that those parameters
are checked and ValueError raised when it is not so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `lbnd` and `scl` parameters of the various polynomial integration
functions  are documented to be scalars. Add tests that those parameters
are checked and ValueError raised when it is not so.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Remove unittest dependencies in numpy/polynomial/tests.</title>
<updated>2017-07-24T19:00:29+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-07-18T01:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0133638d80078920a18ad6b04093314e88ba382a'/>
<id>0133638d80078920a18ad6b04093314e88ba382a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.</title>
<updated>2016-02-19T08:28:09+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-02-19T08:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=707772433ca82df688ca8c7db8dfc5531a517edc'/>
<id>707772433ca82df688ca8c7db8dfc5531a517edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
