<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/c-api.config.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: 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>
<entry>
<title>DOC: Add missing macros to C API documentation</title>
<updated>2019-05-12T07:21:21+00:00</updated>
<author>
<name>kritisingh1</name>
<email>kritisingh1.ks@gmail.com</email>
</author>
<published>2019-04-21T10:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a961c828b5c9e28a3815d83c37aaa84310950374'/>
<id>a961c828b5c9e28a3815d83c37aaa84310950374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change all non-code instances of Numpy to NumPy</title>
<updated>2016-09-06T09:20:19+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-05T20:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=773e3cad9a71cb9a7849d8e251fb8a99ab35d06b'/>
<id>773e3cad9a71cb9a7849d8e251fb8a99ab35d06b</id>
<content type='text'>
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.

Release notes were left unchanged.

see issue #7986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.

Release notes were left unchanged.

see issue #7986
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix outdated sphinx directives.</title>
<updated>2015-07-02T05:40:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-07-01T17:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6646bdfeac189c50b19b032ea8b6795ea7fd2074'/>
<id>6646bdfeac189c50b19b032ea8b6795ea7fd2074</id>
<content type='text'>
Examples

:cdata: -&gt; :c:data:
.. cfunction:: -&gt; .. c:function::
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Examples

:cdata: -&gt; :c:data:
.. cfunction:: -&gt; .. c:function::
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix native-only long long check</title>
<updated>2014-01-04T11:54:51+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-04T00:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=28eb575c0c73a2061942b72b80ff6c43a67a431a'/>
<id>28eb575c0c73a2061942b72b80ff6c43a67a431a</id>
<content type='text'>
Caused all long longs to be required native only in memoryviews.
NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing
NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused all long longs to be required native only in memoryviews.
NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing
NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix NPY_* macros for endianness (#1154).</title>
<updated>2009-06-30T10:08:27+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-06-30T10:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8e96f6afadbb5e985442d5821e6f79eb5f795a7b'/>
<id>8e96f6afadbb5e985442d5821e6f79eb5f795a7b</id>
<content type='text'>
I managed to screw them up: they did not actually mimic the gblic
endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should
always be defined, and endianness should be detected by comparison with
NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_
macros was different depending on whether endian.h was available or not.
Let's hope nobody depended on it...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I managed to screw them up: they did not actually mimic the gblic
endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should
always be defined, and endianness should be detected by comparison with
NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_
macros was different depending on whether endian.h was available or not.
Let's hope nobody depended on it...
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: strip trailing whitespace from RST files</title>
<updated>2009-03-21T21:19:53+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2009-03-21T21:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=bab64b897064cfdf8cf86fcc62b44e21df1153ee'/>
<id>bab64b897064cfdf8cf86fcc62b44e21df1153ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document some of the API additions in Numpy 1.3.0</title>
<updated>2009-03-20T22:39:25+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2009-03-20T22:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0be90727d12bf6d4c80100c866253c576df0d8b2'/>
<id>0be90727d12bf6d4c80100c866253c576df0d8b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update configuration in the numpy reference.</title>
<updated>2009-03-11T09:22:34+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-03-11T09:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=df219565c5598516ed7b9179e94fcc354558e007'/>
<id>df219565c5598516ed7b9179e94fcc354558e007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
