<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch v1.13.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>REL: NumPy 1.13.0rc2 release.</title>
<updated>2017-05-18T18:01:19+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-05-18T18:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=59aec750c677b348dce102bc6fa1e6f9395362b8'/>
<id>59aec750c677b348dce102bc6fa1e6f9395362b8</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 #9136 from charris/backport-9115</title>
<updated>2017-05-18T16:29:32+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-05-18T16:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ea4d3b099f2155cb14b8fb04c033699cdb225b2'/>
<id>7ea4d3b099f2155cb14b8fb04c033699cdb225b2</id>
<content type='text'>
BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9135 from charris/backport-9113</title>
<updated>2017-05-18T16:12:41+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-05-18T16:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3d87af02660bc33c163b9d6070950771d7f267ed'/>
<id>3d87af02660bc33c163b9d6070950771d7f267ed</id>
<content type='text'>
BUG: delay calls of array repr in getlimits</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: delay calls of array repr in getlimits</pre>
</div>
</content>
</entry>
<entry>
<title>RF: remove main clause</title>
<updated>2017-05-18T15:40:19+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2017-05-15T15:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7b9a98d1639663d2e9781ab03a2551052be6c27f'/>
<id>7b9a98d1639663d2e9781ab03a2551052be6c27f</id>
<content type='text'>
Does not work, and shouldn't be there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does not work, and shouldn't be there.
</pre>
</div>
</content>
</entry>
<entry>
<title>RF: delay calls of array repr in getlimits</title>
<updated>2017-05-18T15:40:03+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2017-05-12T18:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=531c36bc331d2aad954f492ca3ae835a344693e1'/>
<id>531c36bc331d2aad954f492ca3ae835a344693e1</id>
<content type='text'>
Delay use of array repr until needed for string representations of the
float info parameters.  This is to allow getlimits to be imported early
without pulling in too much of the repr machinery.

See: https://github.com/numpy/numpy/pull/8983#discussion_r115838683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delay use of array repr until needed for string representations of the
float info parameters.  This is to allow getlimits to be imported early
without pulling in too much of the repr machinery.

See: https://github.com/numpy/numpy/pull/8983#discussion_r115838683
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set</title>
<updated>2017-05-18T15:38:29+00:00</updated>
<author>
<name>David Hagen</name>
<email>david@drhagen.com</email>
</author>
<published>2017-05-13T11:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aab963935e95ecbb08f8a04b6a250191d52e4593'/>
<id>aab963935e95ecbb08f8a04b6a250191d52e4593</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 #9111 from mhvk/array_ufunc_reduce_out_tuple</title>
<updated>2017-05-18T09:32:59+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-05-18T09:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c52dbea523c1cd833faee5fa5886b65695553e4'/>
<id>9c52dbea523c1cd833faee5fa5886b65695553e4</id>
<content type='text'>
BUG: Array ufunc reduce out tuple</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Array ufunc reduce out tuple</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9133 from charris/deprecate-expand_dims-bad-axis</title>
<updated>2017-05-18T03:41:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-05-18T03:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65c1a50b80b759cd1af9cf5ae24ff0a80202e6c5'/>
<id>65c1a50b80b759cd1af9cf5ae24ff0a80202e6c5</id>
<content type='text'>
DEP: Deprecate incorrect behavior of expand_dims.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Deprecate incorrect behavior of expand_dims.</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Deprecate incorrect behavior of expand_dims.</title>
<updated>2017-05-18T02:13:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-05-17T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7415596a01e5898176a34345d7df384ea618217d'/>
<id>7415596a01e5898176a34345d7df384ea618217d</id>
<content type='text'>
Expand_dims works as documented when the index of the inserted NewAxis
in the resulting array satisfies -a.ndim - 1 &lt;= index &lt;= a.ndim.
However, when index &gt; a.ndim index is replaced by a.ndim and, when
index &lt; -a.ndim - 1, it is replaced by index + a.ndim + 1, which may be
negative and results in incorrect placement. The latter two cases are
now deprecated.

Closes #9100.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand_dims works as documented when the index of the inserted NewAxis
in the resulting array satisfies -a.ndim - 1 &lt;= index &lt;= a.ndim.
However, when index &gt; a.ndim index is replaced by a.ndim and, when
index &lt; -a.ndim - 1, it is replaced by index + a.ndim + 1, which may be
negative and results in incorrect placement. The latter two cases are
now deprecated.

Closes #9100.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: update documentation allowing tuple of one in reduce, etc.</title>
<updated>2017-05-18T01:13:06+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2017-05-12T14:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ca49f0b11bc88056bf4767ac439b298cfda16fed'/>
<id>ca49f0b11bc88056bf4767ac439b298cfda16fed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
