<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/numeric.py, branch v1.12.0rc1</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>DEP: Fix escaped string characters deprecated in Python 3.6.</title>
<updated>2016-12-17T23:51:03+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-12-13T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d156cafb3b9163d731869c18740a51f733c2c776'/>
<id>d156cafb3b9163d731869c18740a51f733c2c776</id>
<content type='text'>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clarified when a copy is made in numpy.asarray [skip ci]</title>
<updated>2016-11-03T20:34:04+00:00</updated>
<author>
<name>Michael Seifert</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2016-11-03T20:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=18a9075496407e162b1401817316932c0982ca4c'/>
<id>18a9075496407e162b1401817316932c0982ca4c</id>
<content type='text'>
asarray does copy the input if the specified dtype and/or order differ
from the input even if it is an ndarray.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asarray does copy the input if the specified dtype and/or order differ
from the input even if it is an ndarray.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Allows contraction order optimization in einsum function.</title>
<updated>2016-09-26T16:21:42+00:00</updated>
<author>
<name>Daniel Smith</name>
<email>malorian@me.com</email>
</author>
<published>2016-09-09T18:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4c788f4e7f6f5af6b1c3cda98388768912349b46'/>
<id>4c788f4e7f6f5af6b1c3cda98388768912349b46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC, MAINT: Update error message in rollaxis.</title>
<updated>2016-09-11T17:42:44+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-09-11T05:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fa369d17e110717535860d8caea5bec44da53f42'/>
<id>fa369d17e110717535860d8caea5bec44da53f42</id>
<content type='text'>
Updates error message to properly reflect
that the 'start' or 'axis' can be negative.

Closes gh-7974.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates error message to properly reflect
that the 'start' or 'axis' can be negative.

Closes gh-7974.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change version references from x.y to x.y.z</title>
<updated>2016-09-07T07:55:40+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-07T07:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01'/>
<id>0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change version references from x.y to x.y.z</title>
<updated>2016-09-07T07:48:40+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-07T07:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db0b231f17fb2148772181626235e2644eb67c3e'/>
<id>db0b231f17fb2148772181626235e2644eb67c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: change Numpy to NumPy in dosctrings and comments</title>
<updated>2016-09-06T12:42:08+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-06T12:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681'/>
<id>2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681</id>
<content type='text'>
The strings in error messages were left untouched
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The strings in error messages were left untouched
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add stacklevel to all (or almost all) our function calls</title>
<updated>2016-09-02T14:39:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2016-01-23T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7884a8c9f5f5c6657413dbeaa59ad969280d38ea'/>
<id>7884a8c9f5f5c6657413dbeaa59ad969280d38ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: added axis param for np.count_nonzero</title>
<updated>2016-08-05T02:20:45+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-01-29T03:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0fc9e4520b1d00b58a77f28936da2fec2672de83'/>
<id>0fc9e4520b1d00b58a77f28936da2fec2672de83</id>
<content type='text'>
Closes gh-391.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-391.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Cleanp of random stuff</title>
<updated>2016-05-04T04:37:19+00:00</updated>
<author>
<name>Joseph Fox-Rabinovitz</name>
<email>jfoxrabinovitz@gmail.com</email>
</author>
<published>2016-04-12T05:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=21d2fb78d4b6a094dcf81990b769a36e5d22e119'/>
<id>21d2fb78d4b6a094dcf81990b769a36e5d22e119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
