<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/tools, branch v1.14.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>White spaces</title>
<updated>2018-02-09T16:12:14+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=5d831f8a7cec7771bc0c3d305ffdc0dc7d431e60'/>
<id>5d831f8a7cec7771bc0c3d305ffdc0dc7d431e60</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-09T16:12:14+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=b220aedfacbeca7475c6a0339a8f19b409af0e7f'/>
<id>b220aedfacbeca7475c6a0339a8f19b409af0e7f</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-09T16:12:14+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=db831c0122a952f80121a066a501ceda8ee8e02c'/>
<id>db831c0122a952f80121a066a501ceda8ee8e02c</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>MAINT: Update zesty to artful for i386 testing</title>
<updated>2018-01-17T21:31:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-01-17T17:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2145e1b8e4f061fcf5c16d9d63e743c00d208937'/>
<id>2145e1b8e4f061fcf5c16d9d63e743c00d208937</id>
<content type='text'>
The zesty release hit end of life Jan 13, 2018 and it seems that travis
ci tests are failing due to a failure to fetch it. This updates to use
artful. When the bionic LTS comes out in April, we should update again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zesty release hit end of life Jan 13, 2018 and it seems that travis
ci tests are failing due to a failure to fetch it. This updates to use
artful. When the bionic LTS comes out in April, we should update again.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Workaround for new travis sdist failures.</title>
<updated>2017-12-26T02:34:36+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-12-26T02:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a69b694837e74fe1b27fa87fcb6dbb4b577485db'/>
<id>a69b694837e74fe1b27fa87fcb6dbb4b577485db</id>
<content type='text'>
See travis-ci/travis-ci#8920 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See travis-ci/travis-ci#8920 .
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: appveyor: Enable OpenBLAS via MinGW Gfortran</title>
<updated>2017-09-05T04:32:53+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-09-02T20:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=37878bfb4aa9db5860887ad994c4014611812cb3'/>
<id>37878bfb4aa9db5860887ad994c4014611812cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: merge python -3 and -OO test</title>
<updated>2017-09-01T09:07:15+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-09-01T08:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7697bf0c03742f2339ce96870d0a52e370a31daf'/>
<id>7697bf0c03742f2339ce96870d0a52e370a31daf</id>
<content type='text'>
They are not worth two seperate slow test runs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are not worth two seperate slow test runs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove -Wsign-compare from warnings</title>
<updated>2017-09-01T09:07:15+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-09-01T08:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=26d7e398ebf6352fdf1c5a659b39646da36b03e4'/>
<id>26d7e398ebf6352fdf1c5a659b39646da36b03e4</id>
<content type='text'>
Too noise and not really worth fixing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Too noise and not really worth fixing.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: add compiler warning tests to all jobs</title>
<updated>2017-09-01T09:06:48+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-09-01T08:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=49e78515a022ac61ce354f20e99cf085e0ee5ece'/>
<id>49e78515a022ac61ce354f20e99cf085e0ee5ece</id>
<content type='text'>
Except the builtin lapack job as that is mostly generated code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except the builtin lapack job as that is mostly generated code.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: restore compiler warning check to zero warnings</title>
<updated>2017-09-01T08:01:16+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-09-01T07:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ad398d3bfd92b87b586961c2e6bc585c209760b4'/>
<id>ad398d3bfd92b87b586961c2e6bc585c209760b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
