<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/tools/swig, branch v1.18.4</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>Use *sys.version_info[:2]</title>
<updated>2019-08-26T18:06:41+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-08-26T18:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bd59cd437be25443d918ddb558563a1581db8738'/>
<id>bd59cd437be25443d918ddb558563a1581db8738</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix for Python 3.10</title>
<updated>2019-08-26T15:22:55+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-08-26T14:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e7c1f8e789d8ccea6034f791393a2122e1237886'/>
<id>e7c1f8e789d8ccea6034f791393a2122e1237886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated ``assertEquals()``</title>
<updated>2019-04-23T10:46:21+00:00</updated>
<author>
<name>Nicola Soranzo</name>
<email>nicola.soranzo@earlham.ac.uk</email>
</author>
<published>2019-04-23T10:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9ea796e9add2e3a0ffdd2abbea0e552966c10e5b'/>
<id>9ea796e9add2e3a0ffdd2abbea0e552966c10e5b</id>
<content type='text'>
See https://docs.python.org/2/library/unittest.html#deprecated-aliases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://docs.python.org/2/library/unittest.html#deprecated-aliases
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix memory leak in pyfragments.swg (#11877)</title>
<updated>2018-09-10T16:36:03+00:00</updated>
<author>
<name>Christopher Pezley</name>
<email>github@pezley.net</email>
</author>
<published>2018-09-10T16:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=530ac095504b903d7f87ff635e81935c7c6ee180'/>
<id>530ac095504b903d7f87ff635e81935c7c6ee180</id>
<content type='text'>
* BUG: Fix memory leak in pyfragments.swg

Make sure to Py_DECREF the Py_ArrayDesc created in the definition of
SWIG_CanCastAsInteger for long and unsigned long.

Fixes #11876

* fixup! BUG: Fix memory leak in pyfragments.swg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Fix memory leak in pyfragments.swg

Make sure to Py_DECREF the Py_ArrayDesc created in the definition of
SWIG_CanCastAsInteger for long and unsigned long.

Fixes #11876

* fixup! BUG: Fix memory leak in pyfragments.swg
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Misc small fixes. (#10722)</title>
<updated>2018-03-11T02:44:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-11T02:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=055ce3e90b50b5f9ef8cf1b8641c42e391f10735'/>
<id>055ce3e90b50b5f9ef8cf1b8641c42e391f10735</id>
<content type='text'>
* MAINT: Replace print statements for Python3.

Updates tools/swig/test/testSuperTensor.py.

* MAINT: Fix deprecated escaped characters for python 3.6+.

Update numpy/linalg/lapack_lite/clapack_scrub.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* MAINT: Replace print statements for Python3.

Updates tools/swig/test/testSuperTensor.py.

* MAINT: Fix deprecated escaped characters for python 3.6+.

Update numpy/linalg/lapack_lite/clapack_scrub.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>White spaces</title>
<updated>2018-02-08T22:59:59+00:00</updated>
<author>
<name>Mathieu Lamarre</name>
<email>mlamarre@ea.com</email>
</author>
<published>2018-02-08T22:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=50329041147190643a815ed0006920400048d0c5'/>
<id>50329041147190643a815ed0006920400048d0c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS</title>
<updated>2018-02-08T19:10:58+00:00</updated>
<author>
<name>Mathieu Lamarre</name>
<email>mlamarre@ea.com</email>
</author>
<published>2018-02-08T19:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a119f03a846e76dcc9aff64ea760b9f128110ea6'/>
<id>a119f03a846e76dcc9aff64ea760b9f128110ea6</id>
<content type='text'>
Leave the flag if there's only one non unit dim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leave the flag if there's only one non unit dim
</pre>
</div>
</content>
</entry>
<entry>
<title>Swig tool: Clear CARRAY flag when setting FARRAY</title>
<updated>2018-02-08T16:00:21+00:00</updated>
<author>
<name>Mathieu Lamarre</name>
<email>mlamarre@ea.com</email>
</author>
<published>2018-02-08T16:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6c4a77bf87b8a6fcadd7a128f73b8f2954642bec'/>
<id>6c4a77bf87b8a6fcadd7a128f73b8f2954642bec</id>
<content type='text'>
Otherwise the returned array has both flags, which creates all sorts of confusing runtime behaviors.
C_CONTIGUOUS : True
F_CONTIGUOUS : True
Doesn't cause a crash, but some functions like copy() works in F_CONTIGUOUS others like element wise operators assume C_CONTIGUOUS, obviously this becomes a nightmare to debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the returned array has both flags, which creates all sorts of confusing runtime behaviors.
C_CONTIGUOUS : True
F_CONTIGUOUS : True
Doesn't cause a crash, but some functions like copy() works in F_CONTIGUOUS others like element wise operators assume C_CONTIGUOUS, obviously this becomes a nightmare to debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added types for int and uint with an explicit size.</title>
<updated>2018-01-12T17:48:56+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2018-01-12T17:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5dc1f717844723dd2524d318ae7a3ff9da7fe3e7'/>
<id>5dc1f717844723dd2524d318ae7a3ff9da7fe3e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid NPY_ARRAY_F_CONTIGUOUS for numpy &lt; 1.7</title>
<updated>2016-06-18T11:50:56+00:00</updated>
<author>
<name>Jan David Mol</name>
<email>mol@astron.nl</email>
</author>
<published>2016-06-18T11:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=de97bb2ccaa4293632fdd28f6370d63a55d5d538'/>
<id>de97bb2ccaa4293632fdd28f6370d63a55d5d538</id>
<content type='text'>
numpy API &lt; 1.7 does not support NPY_ARRAY_F_CONTIGUOUS.or PyArray_IS_F_CONTIGUOUS. Supporting old APIs is useful as users tend to ship modern numpy.i files to compile against possibly older numpy installations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
numpy API &lt; 1.7 does not support NPY_ARRAY_F_CONTIGUOUS.or PyArray_IS_F_CONTIGUOUS. Supporting old APIs is useful as users tend to ship modern numpy.i files to compile against possibly older numpy installations.</pre>
</div>
</content>
</entry>
</feed>
