<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch v1.17.0rc2</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>Merge pull request #13993 from seberg/issue-13929-2</title>
<updated>2019-07-15T12:57:03+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-15T12:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=562405c74fe7cebf22d45cb0de77bb23e082fd63'/>
<id>562405c74fe7cebf22d45cb0de77bb23e082fd63</id>
<content type='text'>
DEP: Speed up WarnOnWrite deprecation in buffer interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Speed up WarnOnWrite deprecation in buffer interface</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Speed up WarnOnWrite deprecation in buffer interface</title>
<updated>2019-07-14T21:53:55+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-07-08T20:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c24e43c0eb4dd6f9e4bf12519000cb9f662a5425'/>
<id>c24e43c0eb4dd6f9e4bf12519000cb9f662a5425</id>
<content type='text'>
When a buffer interface does not request a writeable buffer,
simply pass a read-only one when the warn on write flag is set.

This is to give an easier way forward with avoiding the deprecation
warnings: Simply do not ask for a writeable buffer.

It will break code that expects writeable buffers but does not
ask for them specifically a bit harder than would be nice.
But since such code probably should ask for it specifically, this
is likely fine (an RC release has to find out).

The main reason for this is, that this way it plays very will with
cython, which requests writeable buffers explicitly and if declared
`const` is happy about read-only (so that using `const` is the best
way to avoid the warning and makes code cleaner).

Closes gh-13929, gh-13974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a buffer interface does not request a writeable buffer,
simply pass a read-only one when the warn on write flag is set.

This is to give an easier way forward with avoiding the deprecation
warnings: Simply do not ask for a writeable buffer.

It will break code that expects writeable buffers but does not
ask for them specifically a bit harder than would be nice.
But since such code probably should ask for it specifically, this
is likely fine (an RC release has to find out).

The main reason for this is, that this way it plays very will with
cython, which requests writeable buffers explicitly and if declared
`const` is happy about read-only (so that using `const` is the best
way to avoid the warning and makes code cleaner).

Closes gh-13929, gh-13974
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve illustartion of unsupported args.</title>
<updated>2019-07-14T21:36:18+00:00</updated>
<author>
<name>Dan Allan</name>
<email>dallan@bnl.gov</email>
</author>
<published>2019-07-14T15:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d4992d1b5f4ddc5d7b35e4fb2664ebebbb0869d1'/>
<id>d4992d1b5f4ddc5d7b35e4fb2664ebebbb0869d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy editing</title>
<updated>2019-07-14T21:36:18+00:00</updated>
<author>
<name>Dan Allan</name>
<email>dallan@bnl.gov</email>
</author>
<published>2019-07-14T15:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fc97dc979d80eb39e656ec188f880aee88d4f001'/>
<id>fc97dc979d80eb39e656ec188f880aee88d4f001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new section of custom array containers.</title>
<updated>2019-07-14T21:36:18+00:00</updated>
<author>
<name>Dan Allan</name>
<email>dallan@bnl.gov</email>
</author>
<published>2019-07-13T22:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bcaf4108f8ff0359d975b060bb11da6da71310ff'/>
<id>bcaf4108f8ff0359d975b060bb11da6da71310ff</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 #13998 from charris/backport-13989</title>
<updated>2019-07-14T21:05:21+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T21:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f0c8ed0230b614d4bbb97e5642a3734b600aa8df'/>
<id>f0c8ed0230b614d4bbb97e5642a3734b600aa8df</id>
<content type='text'>
BUG: Missing warnings import in polyutils.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Missing warnings import in polyutils.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13997 from charris/backport-13916</title>
<updated>2019-07-14T20:27:34+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T20:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba242476ab421b96b877d7ed83d498e740553fb3'/>
<id>ba242476ab421b96b877d7ed83d498e740553fb3</id>
<content type='text'>
BUG: i0 Bessel function regression on array-likes supporting ufuncs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: i0 Bessel function regression on array-likes supporting ufuncs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13996 from charris/backport-13907</title>
<updated>2019-07-14T20:27:03+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T20:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=727c18517c67351304792b4e1ec59c004d0a5ff3'/>
<id>727c18517c67351304792b4e1ec59c004d0a5ff3</id>
<content type='text'>
BUG: Handle weird bytestrings in dtype()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Handle weird bytestrings in dtype()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13992 from charris/backport-13003</title>
<updated>2019-07-14T19:38:22+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T19:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=621e36c420d5e4ead98d53aba9edf15955b39343'/>
<id>621e36c420d5e4ead98d53aba9edf15955b39343</id>
<content type='text'>
BUG: Do not crash on recursive `.dtype` attribute lookup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Do not crash on recursive `.dtype` attribute lookup.</pre>
</div>
</content>
</entry>
<entry>
<title>TST: hit the deprecationwarning</title>
<updated>2019-07-14T18:19:11+00:00</updated>
<author>
<name>patto90</name>
<email>andrea.pattori@gmail.com</email>
</author>
<published>2019-07-14T15:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b118b0aa6be84e8b575c04b0b87742fa9f3dd25'/>
<id>8b118b0aa6be84e8b575c04b0b87742fa9f3dd25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
