<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/c-api/ufunc.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: Remove directives for some constants</title>
<updated>2020-10-14T11:22:08+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-14T11:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=faaf29998d421529113d0bf40dc432c1017544b7'/>
<id>faaf29998d421529113d0bf40dc432c1017544b7</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 missing types to C function docs (#17549)</title>
<updated>2020-10-13T15:09:49+00:00</updated>
<author>
<name>Takanori H</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-13T15:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=18da0ef0480920c6256627ed91469a40997ba4f5'/>
<id>18da0ef0480920c6256627ed91469a40997ba4f5</id>
<content type='text'>
`.. c:function::` expects its contents to be a valid C prototype, meaning the return types and arguments are all need types.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`.. c:function::` expects its contents to be a valid C prototype, meaning the return types and arguments are all need types.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add some entries for C types and macros</title>
<updated>2020-10-06T05:34:44+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-06T04:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1e0aa16427795bee76a0138115b93bebb95084a9'/>
<id>1e0aa16427795bee76a0138115b93bebb95084a9</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 types including curly braces</title>
<updated>2020-08-13T08:46:13+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-07-17T07:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cd1cba812bddc8ae22a664e9347861325f21bb63'/>
<id>cd1cba812bddc8ae22a664e9347861325f21bb63</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 the role of references (var -&gt; macro)</title>
<updated>2020-07-25T02:59:38+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-07-25T02:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c7931f5ea38e55f7e75cc39680d3fe2f68890cf8'/>
<id>c7931f5ea38e55f7e75cc39680d3fe2f68890cf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15427 from seberg/deprecate-unused-c-api</title>
<updated>2020-02-02T07:36:56+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-02-02T07:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=330435bb3420d798de08f86bf47287e55cf9e516'/>
<id>330435bb3420d798de08f86bf47287e55cf9e516</id>
<content type='text'>
DEP: Schedule unused C-API functions for removal/disabling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Schedule unused C-API functions for removal/disabling</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Deprecate PyUFunc_GenericFunction public C-API function</title>
<updated>2020-02-01T04:49:25+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-01-24T17:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9ea0b47d8b0cfdec685bdeb02ab30aa282221df7'/>
<id>9ea0b47d8b0cfdec685bdeb02ab30aa282221df7</id>
<content type='text'>
This function provides mainly the same API as PyObject_Call()
with the exception of skipping ufunc overrides and output array
wraps.
It is fairly unwieldy to use, since ownership of all inputs and
outputs is transferred, but otherwise it still uses args and kwargs
as inputs.

As such, no known usage exists and PyObject_Call seems a reasonable
replacement for possible usage. Keeping it around means that we would
may have to add tests or risk breaking this function when ufunc
code is refactored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function provides mainly the same API as PyObject_Call()
with the exception of skipping ufunc overrides and output array
wraps.
It is fairly unwieldy to use, since ownership of all inputs and
outputs is transferred, but otherwise it still uses args and kwargs
as inputs.

As such, no known usage exists and PyObject_Call seems a reasonable
replacement for possible usage. Keeping it around means that we would
may have to add tests or risk breaking this function when ufunc
code is refactored.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Const qualify UFunc inner loops (gh-15355)</title>
<updated>2020-01-22T00:49:41+00:00</updated>
<author>
<name>Kai Striega</name>
<email>kaistriega@gmail.com</email>
</author>
<published>2020-01-22T00:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e94cec800304a6a467cf90ce4e7d3e207770b4b4'/>
<id>e94cec800304a6a467cf90ce4e7d3e207770b4b4</id>
<content type='text'>
This PR const qualifies the dimension and strides arguments of PyUFuncGenericFunction. Const qualified arguments make it simpler to reason about the behaviour of these ufuncs and prevents accidental mutation. As the const is now required this PR also const qualifies calls to PyUFuncGenericFunction inside the NumPy source code.

This closes #15252</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR const qualifies the dimension and strides arguments of PyUFuncGenericFunction. Const qualified arguments make it simpler to reason about the behaviour of these ufuncs and prevents accidental mutation. As the const is now required this PR also const qualifies calls to PyUFuncGenericFunction inside the NumPy source code.

This closes #15252</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add backslashes so the function renders correctly with sphinx.</title>
<updated>2019-09-13T09:50:47+00:00</updated>
<author>
<name>MSeifert04</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2019-09-13T09:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3e002b1b82084b1426c266f591eb5d89d3a60b0d'/>
<id>3e002b1b82084b1426c266f591eb5d89d3a60b0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Array API : Directory restructure and code cleanup (#14010)</title>
<updated>2019-07-22T16:17:39+00:00</updated>
<author>
<name>Kriti Singh</name>
<email>kritisingh1.ks@gmail.com</email>
</author>
<published>2019-07-22T16:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ab87388a76c0afca4eb1159ab0ed232d502a8378'/>
<id>ab87388a76c0afca4eb1159ab0ed232d502a8378</id>
<content type='text'>
* Minor improvements in Array API docs

* Directory restruture
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Minor improvements in Array API docs

* Directory restruture
</pre>
</div>
</content>
</entry>
</feed>
