<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/ufuncs.rst, branch dependabot/pip/gitpython-3.1.14</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 some references</title>
<updated>2020-10-24T05:00:37+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-24T04:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=14bb26753df4ca4ef42ecd830699433ed781cf9f'/>
<id>14bb26753df4ca4ef42ecd830699433ed781cf9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add ufunc docstring to generated docs.</title>
<updated>2020-07-21T00:20:10+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-07-21T00:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ccead6aaf82c0fb6289760209ab534202c347844'/>
<id>ccead6aaf82c0fb6289760209ab534202c347844</id>
<content type='text'>
Adds the ufunc class to the documentation so that it is included
in the generated html docs and all links to it work.

Slightly modify ufunc docstring to remove unrecognized heading
name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the ufunc class to the documentation so that it is included
in the generated html docs and all links to it work.

Slightly modify ufunc docstring to remove unrecognized heading
name.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: describe ufunc copy behavior when input and output overlap (#16826)</title>
<updated>2020-07-16T23:16:30+00:00</updated>
<author>
<name>Neal C</name>
<email>nealchau@gmail.com</email>
</author>
<published>2020-07-16T23:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cd181785e63cf943841adeaf65ac4658a2386bf3'/>
<id>cd181785e63cf943841adeaf65ac4658a2386bf3</id>
<content type='text'>
Describing ufunc copy behaviour when input and output overlaps.

Closes #16749

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Describing ufunc copy behaviour when input and output overlaps.

Closes #16749

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fixes for 18 broken links (#16472)</title>
<updated>2020-06-06T15:02:14+00:00</updated>
<author>
<name>bjnath</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-06T15:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9'/>
<id>9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9</id>
<content type='text'>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix typos and cosmetic issues</title>
<updated>2020-05-17T07:32:24+00:00</updated>
<author>
<name>Martin Michlmayr</name>
<email>tbm@cyrius.com</email>
</author>
<published>2020-05-17T07:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0a2893149e88e5c5bb69a29f78a4ad262a08cd29'/>
<id>0a2893149e88e5c5bb69a29f78a4ad262a08cd29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: correct possible list lengths for `extobj` in ufunc calls</title>
<updated>2020-03-22T18:54:37+00:00</updated>
<author>
<name>Josh Wilson</name>
<email>person142@users.noreply.github.com</email>
</author>
<published>2020-03-22T18:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7ccadc342e8eb519873fa330fd57a97ebe6c575f'/>
<id>7ccadc342e8eb519873fa330fd57a97ebe6c575f</id>
<content type='text'>
According to the docs, the list can be of lengths 1, 2, or 3, but only
length 3 appears to work:

```
&gt;&gt;&gt; import numpy as np
&gt;&gt;&gt; np.sin(1, extobj=[16, 1, lambda: None])
0.8414709848078965
&gt;&gt;&gt; np.sin(1, extobj=[16, 1])
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
TypeError: UFUNC_PYVALS must be a length 3 list.
&gt;&gt;&gt; np.sin(1, extobj=[16])
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
TypeError: UFUNC_PYVALS must be a length 3 list.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the docs, the list can be of lengths 1, 2, or 3, but only
length 3 appears to work:

```
&gt;&gt;&gt; import numpy as np
&gt;&gt;&gt; np.sin(1, extobj=[16, 1, lambda: None])
0.8414709848078965
&gt;&gt;&gt; np.sin(1, extobj=[16, 1])
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
TypeError: UFUNC_PYVALS must be a length 3 list.
&gt;&gt;&gt; np.sin(1, extobj=[16])
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
TypeError: UFUNC_PYVALS must be a length 3 list.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add some missing functions in the list of available ufuncs.</title>
<updated>2020-01-06T19:49:39+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-01-06T19:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d2c45c0ddb7b946c14abe1bfd209ff76b91318e3'/>
<id>d2c45c0ddb7b946c14abe1bfd209ff76b91318e3</id>
<content type='text'>
See #15214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #15214
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting</title>
<updated>2019-11-25T19:07:30+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-11-25T19:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4de39979cbe26741c01bded893ce0269116c7153'/>
<id>4de39979cbe26741c01bded893ce0269116c7153</id>
<content type='text'>
API: Forbid Q&lt;-&gt;m safe casting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Forbid Q&lt;-&gt;m safe casting</pre>
</div>
</content>
</entry>
<entry>
<title>API: Forbid Q&lt;-&gt;m safe casting</title>
<updated>2019-10-16T08:31:42+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-10-15T21:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=30b2b587d0b33d53cab72b11cb8da5378f277a30'/>
<id>30b2b587d0b33d53cab72b11cb8da5378f277a30</id>
<content type='text'>
That is, uint64 &lt;-&gt; timedelta64.

Allowing this casting was weird, because Q&lt;-&gt;q is forbidden, yet q and m are both int64.

This fixes gh-12927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is, uint64 &lt;-&gt; timedelta64.

Allowing this casting was weird, because Q&lt;-&gt;q is forbidden, yet q and m are both int64.

This fixes gh-12927
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: convert `None` to bare None or ``None``</title>
<updated>2019-10-15T15:03:11+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-10-15T15:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=efaaa96767e3ca048a3cd01107d811e345e3438c'/>
<id>efaaa96767e3ca048a3cd01107d811e345e3438c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
