<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/histograms.py, branch v1.22.0rc2</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>Adjusted formulas to estimator and removed repeat</title>
<updated>2021-02-10T18:16:02+00:00</updated>
<author>
<name>Jamie</name>
<email>dodgerbarker@gmail.com</email>
</author>
<published>2021-02-10T18:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=570710aafab435024ee17440fb3207740a0d39c2'/>
<id>570710aafab435024ee17440fb3207740a0d39c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sentence to docstring of histogram_bin_edges</title>
<updated>2021-02-06T17:32:25+00:00</updated>
<author>
<name>Jamie</name>
<email>dodgerbarker@gmail.com</email>
</author>
<published>2021-02-06T17:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5990b67f8ca5135ceb5e5d60eebca215d54d13a9'/>
<id>5990b67f8ca5135ceb5e5d60eebca215d54d13a9</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>ENH: Better error message when ``bins`` has float value in ``histogramdd``. (#16129)</title>
<updated>2020-05-07T11:49:14+00:00</updated>
<author>
<name>MatteoRaso</name>
<email>33975162+MatteoRaso@users.noreply.github.com</email>
</author>
<published>2020-05-07T11:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f3b82638a24204a13c9b16a3a36a59f199df41d'/>
<id>2f3b82638a24204a13c9b16a3a36a59f199df41d</id>
<content type='text'>
* Improved one of the error messages for histogramdd.py as outlined in issue #15984

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improved one of the error messages for histogramdd.py as outlined in issue #15984

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Fix exception causes in four .py files</title>
<updated>2020-04-24T11:31:13+00:00</updated>
<author>
<name>keremh</name>
<email>hallackerem@gmail.com</email>
</author>
<published>2020-04-24T09:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ddf0191ea43d763c784dcb5f7ab937d8ef1ae0b0'/>
<id>ddf0191ea43d763c784dcb5f7ab937d8ef1ae0b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Minor fix to _hist_bin_fd documentation (#15839)</title>
<updated>2020-04-03T16:26:09+00:00</updated>
<author>
<name>nglinh</name>
<email>nglinh2312@gmail.com</email>
</author>
<published>2020-04-03T16:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=caa9b6045cedfaf0a4735bd2be55164549a4ddcf'/>
<id>caa9b6045cedfaf0a4735bd2be55164549a4ddcf</id>
<content type='text'>
Co-Authored-By: Ross Barnowski &lt;rossbar@berkeley.edu&gt;&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Ross Barnowski &lt;rossbar@berkeley.edu&gt;&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix docstring for _hist_bin_auto.</title>
<updated>2020-03-28T01:14:23+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-03-28T01:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=56baf827dcb12d79cce68970abffcb96431b5dc8'/>
<id>56baf827dcb12d79cce68970abffcb96431b5dc8</id>
<content type='text'>
 * "bandwidth" -&gt; "bin width"
 * Minor grammatical fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * "bandwidth" -&gt; "bin width"
 * Minor grammatical fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Replace basestring with str.</title>
<updated>2020-01-23T21:56:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-01-23T21:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b4e3a4227e3a9cfe28717db458e67d79e916a418'/>
<id>b4e3a4227e3a9cfe28717db458e67d79e916a418</id>
<content type='text'>
This replaces basestring with str except in

- tools/npy_tempita/
- numpy/compat/py3k.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces basestring with str except in

- tools/npy_tempita/
- numpy/compat/py3k.py
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix mistype in histogramdd docstring</title>
<updated>2020-01-19T19:13:32+00:00</updated>
<author>
<name>Kirill Zinovjev</name>
<email>kzinovjev@gmail.com</email>
</author>
<published>2020-01-19T19:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dd120d75a8d57345d78890a776b6b4608afb62fb'/>
<id>dd120d75a8d57345d78890a776b6b4608afb62fb</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 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://git.baserock.org/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>
</feed>
