<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch pr/19857</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>DOC: fix docstrings.</title>
<updated>2021-10-08T22:23:04+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-10-08T22:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=62ef72a62d924b8acd89862a8e19107564aef3a9'/>
<id>62ef72a62d924b8acd89862a8e19107564aef3a9</id>
<content type='text'>
Hopefully fix the docstrings of percentile, nanpercentile,
quantile, and nanquantile so that CircleCI passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hopefully fix the docstrings of percentile, nanpercentile,
quantile, and nanquantile so that CircleCI passes.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, ENH [#10736] Add interpolation methods to quantile</title>
<updated>2021-10-06T17:19:12+00:00</updated>
<author>
<name>abel</name>
<email>aoun@cerfacs.fr</email>
</author>
<published>2021-09-02T14:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0d6f55ebb664ab8b9c265a60d2f4333b19ffb062'/>
<id>0d6f55ebb664ab8b9c265a60d2f4333b19ffb062</id>
<content type='text'>
- Added the missing linear interpolation methods.
- Updated the existing unit tests.

- Added pytest.mark.xfail for boolean arrays
See
- https://github.com/numpy/numpy/pull/19857#issuecomment-919258693
- https://github.com/numpy/numpy/issues/19154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added the missing linear interpolation methods.
- Updated the existing unit tests.

- Added pytest.mark.xfail for boolean arrays
See
- https://github.com/numpy/numpy/pull/19857#issuecomment-919258693
- https://github.com/numpy/numpy/issues/19154
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Make nanfunc test ignore overflow instead of xfailing test</title>
<updated>2021-09-07T22:55:41+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-09-07T22:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=268e8e8853d4c17a0f95ca831630647c0b88557d'/>
<id>268e8e8853d4c17a0f95ca831630647c0b88557d</id>
<content type='text'>
This makes the test more precise, and I ran into having to broaden
the xfails otherwise, because right now reduce-likes incorrectly
faile to give floating point warnings (and I was fixing that).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the test more precise, and I ran into having to broaden
the xfails otherwise, because right now reduce-likes incorrectly
faile to give floating point warnings (and I was fixing that).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19821 from BvB93/nanfunctions</title>
<updated>2021-09-05T23:32:30+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-05T23:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b3a66e88b005c4ca783c11e5d934451b7ca72477'/>
<id>b3a66e88b005c4ca783c11e5d934451b7ca72477</id>
<content type='text'>
BUG: Fixed an issue wherein certain `nan&lt;x&gt;` functions could fail for object arrays</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fixed an issue wherein certain `nan&lt;x&gt;` functions could fail for object arrays</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Let `_remove_nan_1d` attempt to identify nan-containing object arrays</title>
<updated>2021-09-05T21:46:34+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-09-05T21:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ecba7133ffef32b817d53bcb2ceeb3113b37bb07'/>
<id>ecba7133ffef32b817d53bcb2ceeb3113b37bb07</id>
<content type='text'>
Use the same approach as in numpy/numpy#9013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the same approach as in numpy/numpy#9013
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18884 from seiko2plus/breathe_doxygen</title>
<updated>2021-09-05T04:50:40+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-09-05T04:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4af05ea0c88be6120190a70f00094ed764421015'/>
<id>4af05ea0c88be6120190a70f00094ed764421015</id>
<content type='text'>
DOC: Add support for documenting C/C++ via Doxygen &amp; Breathe</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Add support for documenting C/C++ via Doxygen &amp; Breathe</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Copy the `_methods._std` code-path for handling `nanstd` object-arrays</title>
<updated>2021-09-04T13:55:09+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-09-04T13:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a0ea053cd7ee8af1bd05a49b9577eb13fa1e28b7'/>
<id>a0ea053cd7ee8af1bd05a49b9577eb13fa1e28b7</id>
<content type='text'>
https://github.com/numpy/numpy/blob/410a89ef04a2d3c50dd2dba2ad403c872c3745ac/numpy/core/_methods.py#L265-L270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/numpy/numpy/blob/410a89ef04a2d3c50dd2dba2ad403c872c3745ac/numpy/core/_methods.py#L265-L270
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Small cleanups of includes in *.c files.</title>
<updated>2021-09-03T21:06:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T20:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7653829fa0d409d5850566cda1c031d9fadc1c22'/>
<id>7653829fa0d409d5850566cda1c031d9fadc1c22</id>
<content type='text'>
This puts the following numpy defines at the top of the files before
the includes.

define NPY_NO_DEPRECATED_API NPY_API_VERSION
define _MULTIARRAYMODULE
define _UMATHMODULE

There are also minor cleanups of &lt;...&gt; vs "..." include styles together
with a small fix to the .clang-format file to include "pymem.h" among
the Python supplied headers.

Further cleanups will follow if clang-format is used on the files but
that is not done here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This puts the following numpy defines at the top of the files before
the includes.

define NPY_NO_DEPRECATED_API NPY_API_VERSION
define _MULTIARRAYMODULE
define _UMATHMODULE

There are also minor cleanups of &lt;...&gt; vs "..." include styles together
with a small fix to the .clang-format file to include "pymem.h" among
the Python supplied headers.

Further cleanups will follow if clang-format is used on the files but
that is not done here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19810 from charris/update-some-includes</title>
<updated>2021-09-03T18:27:37+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T18:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=410a89ef04a2d3c50dd2dba2ad403c872c3745ac'/>
<id>410a89ef04a2d3c50dd2dba2ad403c872c3745ac</id>
<content type='text'>
MAINT: Minor include rationalizations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Minor include rationalizations.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19818 from sistaseetaram/related-to-#19077</title>
<updated>2021-09-03T17:02:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T17:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=11420ae27f36bf8a49b7661be44dad94f39a79b0'/>
<id>11420ae27f36bf8a49b7661be44dad94f39a79b0</id>
<content type='text'>
MAINT: fix unhashable instance and potential exception identified by LGTM.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: fix unhashable instance and potential exception identified by LGTM.</pre>
</div>
</content>
</entry>
</feed>
