<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc, 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>DOC: Prepare 1.17.0rc2 release.</title>
<updated>2019-07-15T23:18:03+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-07-15T23:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f4d588c0450c65dd1332ca12aae7efc0e2b29860'/>
<id>f4d588c0450c65dd1332ca12aae7efc0e2b29860</id>
<content type='text'>
- Update mailmap.
- Update changelog.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update mailmap.
- Update changelog.

[ci skip]
</pre>
</div>
</content>
</entry>
<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>Merge pull request #14001 from charris/backport-13985</title>
<updated>2019-07-15T03:20:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-07-15T03:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=48a0ed69999dfa77f4d78a37c890417e2725c040'/>
<id>48a0ed69999dfa77f4d78a37c890417e2725c040</id>
<content type='text'>
DOC: show workaround for backward compatibility</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: show workaround for backward compatibility</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: show workaround for backward compatibility</title>
<updated>2019-07-14T22:00:36+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T03:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb41181982f8cbdc85741cd6cdf40d3a256bf16b'/>
<id>bb41181982f8cbdc85741cd6cdf40d3a256bf16b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Restore old intro, add note at top.</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:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=721a3ce46198fcd00e7d785025c9823ae8e3bbc2'/>
<id>721a3ce46198fcd00e7d785025c9823ae8e3bbc2</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>rephrase</title>
<updated>2019-07-14T21:36:18+00:00</updated>
<author>
<name>Dan Allan</name>
<email>dallan@bnl.gov</email>
</author>
<published>2019-07-13T21:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07f8117bbf747ff06a090ea17b81b1eb4fd18fef'/>
<id>07f8117bbf747ff06a090ea17b81b1eb4fd18fef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __array_function__ to user reference.</title>
<updated>2019-07-14T21:36:18+00:00</updated>
<author>
<name>Dan Allan</name>
<email>dallan@bnl.gov</email>
</author>
<published>2019-07-13T15:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b559011ccbebe93e36f0a35f2245337251e41049'/>
<id>b559011ccbebe93e36f0a35f2245337251e41049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
