<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial, 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>TST: Branch coverage improvement for `np.polynomial` (#18499)</title>
<updated>2021-02-28T08:58:54+00:00</updated>
<author>
<name>jbCodeHub</name>
<email>besselingcodehub@gmail.com</email>
</author>
<published>2021-02-28T08:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=592b71c8cd10ef3cf9bccebb6c3ed0198f105484'/>
<id>592b71c8cd10ef3cf9bccebb6c3ed0198f105484</id>
<content type='text'>
* added tests for vander_nd in test_polyutils to cover some of the missed branches

* added tests to polyline and vander to improve branch coverage

* added tests to test_legendre.py to improve branch coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added tests for vander_nd in test_polyutils to cover some of the missed branches

* added tests to polyline and vander to improve branch coverage

* added tests to test_legendre.py to improve branch coverage</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: cleanup of numpy/polynomial.</title>
<updated>2021-01-28T17:21:55+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-01-28T17:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=bb8990e5eba4927716ad8a93e9b92c0f3de69386'/>
<id>bb8990e5eba4927716ad8a93e9b92c0f3de69386</id>
<content type='text'>
Numpydoc format says that the colon need o be omitted if there is no
type, there were also some empty Examples Sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpydoc format says that the colon need o be omitted if there is no
type, there were also some empty Examples Sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sinus based formula for `chebpts1`</title>
<updated>2021-01-14T10:38:42+00:00</updated>
<author>
<name>Weh Andreas</name>
<email>andreas.weh@student.uni-augsburg.de</email>
</author>
<published>2021-01-14T10:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=2caecfb70024cddafb13ef2c113f9dc1e3e0acc5'/>
<id>2caecfb70024cddafb13ef2c113f9dc1e3e0acc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Avoid using "set of" when talking about an ordered list.</title>
<updated>2020-12-29T20:18:08+00:00</updated>
<author>
<name>Antony Lee</name>
<email>anntzer.lee@gmail.com</email>
</author>
<published>2020-12-29T17:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f36e940a4726abb38c4929259e8eaf00d68c3d18'/>
<id>f36e940a4726abb38c4929259e8eaf00d68c3d18</id>
<content type='text'>
... or when the input isn't/cannot be a set.  I left a few usages, e.g.
in random sampling, where "set" is reasonable as informal description of
an array as the order doesn't matter; however, for e.g. np.gradient the
order of the returned list is clearly important, so "set" is wrong.

Also some other minor doc edits noticed during the grepping: using
`shape` instead of `form` in `cov` is consistent with most other places;
the wording in `Polynomial.trim` now matches other methods on the same
class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... or when the input isn't/cannot be a set.  I left a few usages, e.g.
in random sampling, where "set" is reasonable as informal description of
an array as the order doesn't matter; however, for e.g. np.gradient the
order of the returned list is clearly important, so "set" is wrong.

Also some other minor doc edits noticed during the grepping: using
`shape` instead of `form` in `cov` is consistent with most other places;
the wording in `Polynomial.trim` now matches other methods on the same
class.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update reference to verbatim in a few location.</title>
<updated>2020-12-29T06:15:34+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2020-12-29T06:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fcaaf276ee6dc7149a9ef442111748970fa46925'/>
<id>fcaaf276ee6dc7149a9ef442111748970fa46925</id>
<content type='text'>
Single backticks default role is reference, while here it seem to be for
verbatim. Fix it in a couple of places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Single backticks default role is reference, while here it seem to be for
verbatim. Fix it in a couple of places.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix a couple of reference to verbatim and vice versa</title>
<updated>2020-12-19T04:49:36+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2020-12-14T01:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=09cbb7495b92a37ddfb5e7d1bc2e9964bc6a0609'/>
<id>09cbb7495b92a37ddfb5e7d1bc2e9964bc6a0609</id>
<content type='text'>
This update a coupe of references (single backticks) that actually are not to
verbatim/code (double backticks); and a couple of verbatim to reference
when they do actually exists and can be resolved in context.

I probably missed other; and stayed simple but spoted a few other
inconsistencies that I did not fix:

  - some ``...`` could actually be :math:`...` but not always clear if
  it would be better.
  - some intervals are [``...``], other are ``[...]``

I guess they could be discussed individually; it was mostly the failing
references that bothered me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update a coupe of references (single backticks) that actually are not to
verbatim/code (double backticks); and a couple of verbatim to reference
when they do actually exists and can be resolved in context.

I probably missed other; and stayed simple but spoted a few other
inconsistencies that I did not fix:

  - some ``...`` could actually be :math:`...` but not always clear if
  it would be better.
  - some intervals are [``...``], other are ``[...]``

I guess they could be discussed individually; it was mostly the failing
references that bothered me.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Fix crosstalk issues with polynomial str tests.</title>
<updated>2020-12-07T23:39:54+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://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9235016e44f306b61fcc7805956654f65183c785'/>
<id>9235016e44f306b61fcc7805956654f65183c785</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
