<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/function_base.py, branch dependabot/pip/gitpython-3.1.14</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: make piecewise subclass safe using use zeros_like.</title>
<updated>2021-02-22T15:37:32+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2021-01-03T16:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aeae93b6c0042f6ed8f45205545985cc194f84f3'/>
<id>aeae93b6c0042f6ed8f45205545985cc194f84f3</id>
<content type='text'>
Subclass input of piecewise was already respected, so it seems more
logical to ensure the output is the same subclass (possibly just an
oversight that it was not done before).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subclass input of piecewise was already respected, so it seems more
logical to ensure the output is the same subclass (possibly just an
oversight that it was not done before).
</pre>
</div>
</content>
</entry>
<entry>
<title>Specified the return type for trapz to include the possibility of ndarray being returned</title>
<updated>2021-02-05T19:55:43+00:00</updated>
<author>
<name>zolboo1024</name>
<email>erdenebz@dickinson.edu</email>
</author>
<published>2021-02-05T19:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e5a5c7a90feeafe8596bb3e6ce9d587282a572f5'/>
<id>e5a5c7a90feeafe8596bb3e6ce9d587282a572f5</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://git.baserock.org/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>Make it clearer that np.interp input must be monotonically increasing</title>
<updated>2020-11-27T20:41:50+00:00</updated>
<author>
<name>David Stansby</name>
<email>dstansby@gmail.com</email>
</author>
<published>2020-11-27T20:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fd821c8dc5e39879e684467e4326083822e7a796'/>
<id>fd821c8dc5e39879e684467e4326083822e7a796</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 dtype option to cov and corrcoef (#17456)</title>
<updated>2020-10-09T19:35:47+00:00</updated>
<author>
<name>Lisa Schwetlick</name>
<email>mail@lisaschwetlick.de</email>
</author>
<published>2020-10-09T19:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=156cd054e007b05d4ac4829e10a369d19dd2b0b1'/>
<id>156cd054e007b05d4ac4829e10a369d19dd2b0b1</id>
<content type='text'>
Adds a keyword-only dtype parameter to correlate and coerrcoef to allow
user to specify the dtype of the output.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a keyword-only dtype parameter to correlate and coerrcoef to allow
user to specify the dtype of the output.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)</title>
<updated>2020-09-17T08:06:41+00:00</updated>
<author>
<name>Bradley Dice</name>
<email>bdice@bradleydice.com</email>
</author>
<published>2020-09-17T08:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=60a1e10c4593736b188b38e7d7c51aefb213af6a'/>
<id>60a1e10c4593736b188b38e7d7c51aefb213af6a</id>
<content type='text'>
* DOC: Fix typos in versionchanged.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Fix typos in versionchanged.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: reformat meshgrid see also links</title>
<updated>2020-09-09T22:00:48+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-09-09T22:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fef19578d79dffd9310cc8d155c631bcfd1bcd9e'/>
<id>fef19578d79dffd9310cc8d155c631bcfd1bcd9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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: Make the window functions exactly symmetric</title>
<updated>2020-08-31T10:14:40+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-08-31T10:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=36ad0e43127240377692b9ca669db06c7fb153f7'/>
<id>36ad0e43127240377692b9ca669db06c7fb153f7</id>
<content type='text'>
This relies on the fact that `cos` is exactly symmetric around zero, but not around the floating-point approximation of `pi`.

Closes gh-17169.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This relies on the fact that `cos` is exactly symmetric around zero, but not around the floating-point approximation of `pi`.

Closes gh-17169.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: revert trim_zeros changes from gh-16911</title>
<updated>2020-08-27T16:35:52+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-08-27T16:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=051198414ba1e2c3e56919013d4d4372c34aa994'/>
<id>051198414ba1e2c3e56919013d4d4372c34aa994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
