<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/fromnumeric.py, branch v1.22.0rc3</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>DOC: Add `versionadded` directives for the argmin/-max `keepdims` parameter</title>
<updated>2021-10-04T17:04:23+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-10-04T13:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e4444e5a0c1f11a5a1aab18fcbdde3da059d7f4d'/>
<id>e4444e5a0c1f11a5a1aab18fcbdde3da059d7f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG,DEP: Allow (arg-)partition to accept `uint64` indices  (#20000)</title>
<updated>2021-10-03T00:21:11+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-10-03T00:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=96d5993c4fca186f8c9f0f686c963549a03d0636'/>
<id>96d5993c4fca186f8c9f0f686c963549a03d0636</id>
<content type='text'>
* BUG: Allow (arg-)partition to accept `uint64` indices

* DEP: Deprecate the use of booleans as (arg-)partition indices

* TST,DEP: Add tests for the `parametrize` bool-index-deprecation

* TST: Add more dtype-based tests for (arg-)partition

* DOC: Add a release note for the (arg-)partition boolean deprecation

* DEP: Explicitly mention numpy 1.22 in the (arg-)partition deprecation warning

Co-Authored-By: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Allow (arg-)partition to accept `uint64` indices

* DEP: Deprecate the use of booleans as (arg-)partition indices

* TST,DEP: Add tests for the `parametrize` bool-index-deprecation

* TST: Add more dtype-based tests for (arg-)partition

* DOC: Add a release note for the (arg-)partition boolean deprecation

* DEP: Explicitly mention numpy 1.22 in the (arg-)partition deprecation warning

Co-Authored-By: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference since it's not used (#19766)</title>
<updated>2021-08-27T20:25:15+00:00</updated>
<author>
<name>Illviljan</name>
<email>14371165+Illviljan@users.noreply.github.com</email>
</author>
<published>2021-08-27T20:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8243b25fc8b78f5fd358c14588e4511786276f8e'/>
<id>8243b25fc8b78f5fd358c14588e4511786276f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix so doctest passes</title>
<updated>2021-08-27T15:44:35+00:00</updated>
<author>
<name>Illviljan</name>
<email>14371165+Illviljan@users.noreply.github.com</email>
</author>
<published>2021-08-27T15:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db76197e016481e1ce63a7588445c16cc4e1d0a0'/>
<id>db76197e016481e1ce63a7588445c16cc4e1d0a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix see also references in numpy.resize (#19475)</title>
<updated>2021-07-14T16:17:02+00:00</updated>
<author>
<name>Niko Savola</name>
<email>niko.savola@aalto.fi</email>
</author>
<published>2021-07-14T16:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=64e62ef69babccb36cb2ee014225c6845b163c0e'/>
<id>64e62ef69babccb36cb2ee014225c6845b163c0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Adding keepdims to np.argmin,np.argmax (#19211)</title>
<updated>2021-07-07T16:30:03+00:00</updated>
<author>
<name>Gagandeep Singh</name>
<email>gdp.1807@gmail.com</email>
</author>
<published>2021-07-07T16:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6568c6b022e12ab6d71e7548314009ced6ccabe9'/>
<id>6568c6b022e12ab6d71e7548314009ced6ccabe9</id>
<content type='text'>
* keepdims added to np.argmin,np.argmax

* Added release notes entry

* tested for axis=None,keepdims=True

* Apply suggestions from code review

* updated interface

* updated interface

* API changed, implementation to be done

* Added reshape approach to C implementation

* buggy implementation without reshape

* TestArgMax, TestArgMin fixed, comments added

* Fixed for matrix

* removed unrequired changes

* fixed CI failure

* fixed linting issue

* PyArray_ArgMaxKeepdims now only modifies shape and strides

* Comments added to PyArray_ArgMaxKeepdims

* Updated implementation of PyArray_ArgMinKeepdims to match with PyArray_ArgMaxKeepdims

* Testing complete for PyArray_ArgMinKeepdims and PyArray_ArgMaxKeepdims

* PyArray_ArgMinWithKeepdims both keepdims=True and keepdims=False

* matched implementation of PyArray_ArgMaxKeepdims and PyArray_ArgMinKeepdims

* simplified implementation

* Added missing comment

* removed unwanted header

* addressed all the reviews

* Removing unwanted changes

* fixed docs

* Added new lines

* restored annotations

* parametrized test

* Apply suggestions from code review

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

* keyword handling now done in np.argmin/np.argmax

* corrected indendation

* used with pytest.riases(ValueError)

* fixed release notes

* removed PyArray_ArgMaxWithKeepdims and PyArray_ArgMinWithKeepdims from public C-API

* Apply suggestions from code review

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* keepdims added to np.argmin,np.argmax

* Added release notes entry

* tested for axis=None,keepdims=True

* Apply suggestions from code review

* updated interface

* updated interface

* API changed, implementation to be done

* Added reshape approach to C implementation

* buggy implementation without reshape

* TestArgMax, TestArgMin fixed, comments added

* Fixed for matrix

* removed unrequired changes

* fixed CI failure

* fixed linting issue

* PyArray_ArgMaxKeepdims now only modifies shape and strides

* Comments added to PyArray_ArgMaxKeepdims

* Updated implementation of PyArray_ArgMinKeepdims to match with PyArray_ArgMaxKeepdims

* Testing complete for PyArray_ArgMinKeepdims and PyArray_ArgMaxKeepdims

* PyArray_ArgMinWithKeepdims both keepdims=True and keepdims=False

* matched implementation of PyArray_ArgMaxKeepdims and PyArray_ArgMinKeepdims

* simplified implementation

* Added missing comment

* removed unwanted header

* addressed all the reviews

* Removing unwanted changes

* fixed docs

* Added new lines

* restored annotations

* parametrized test

* Apply suggestions from code review

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

* keyword handling now done in np.argmin/np.argmax

* corrected indendation

* used with pytest.riases(ValueError)

* fixed release notes

* removed PyArray_ArgMaxWithKeepdims and PyArray_ArgMinWithKeepdims from public C-API

* Apply suggestions from code review

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change more np.min/np.max to np.amin/np.amax</title>
<updated>2021-06-29T13:38:18+00:00</updated>
<author>
<name>Henry Schreiner</name>
<email>HenrySchreinerIII@gmail.com</email>
</author>
<published>2021-06-29T13:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ad6d423acf45c0b06b478e898a6ddaf358e0c0a3'/>
<id>ad6d423acf45c0b06b478e898a6ddaf358e0c0a3</id>
<content type='text'>
A few places were missed, so the docs switched back to `np.min`/`np.max`
partway through the examples. These are not statically typed anymore
since 1.21.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few places were missed, so the docs switched back to `np.min`/`np.max`
partway through the examples. These are not statically typed anymore
since 1.21.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Explicitly mention that `searchsorted` returns an integer if `v` is a scalar</title>
<updated>2021-06-03T21:17:21+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-06-03T21:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ad3484568b7b7939797948d9a2f6b062b9c1200d'/>
<id>ad3484568b7b7939797948d9a2f6b062b9c1200d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Improve cumsum documentation (#18895)</title>
<updated>2021-05-17T02:33:23+00:00</updated>
<author>
<name>Atharva-Vidwans</name>
<email>57441520+Atharva-Vidwans@users.noreply.github.com</email>
</author>
<published>2021-05-17T02:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99bb6a48ced27e5ce7bbf1fc7b606c5bd840af3a'/>
<id>99bb6a48ced27e5ce7bbf1fc7b606c5bd840af3a</id>
<content type='text'>
Add note and example potential differences with np.sum.

Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add note and example potential differences with np.sum.

Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary dash for the dividing line</title>
<updated>2021-04-17T08:37:33+00:00</updated>
<author>
<name>Patrick</name>
<email>39380924+xamm@users.noreply.github.com</email>
</author>
<published>2021-04-17T08:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=379ffd443c12ef45f178a30605a237198689f29b'/>
<id>379ffd443c12ef45f178a30605a237198689f29b</id>
<content type='text'>
Co-authored-by: Matthias Bussonnier &lt;bussonniermatthias@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Matthias Bussonnier &lt;bussonniermatthias@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
