<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/add_newdocs.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>BUG: fix packbits and unpackbits to correctly handle empty arrays</title>
<updated>2016-12-03T21:52:47+00:00</updated>
<author>
<name>Takuya Akiba</name>
<email>t.akiba.65536@gmail.com</email>
</author>
<published>2016-11-29T06:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1b26730fb81c23d823c1bde7ba0cbd531b39b617'/>
<id>1b26730fb81c23d823c1bde7ba0cbd531b39b617</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Patch doc errors for atleast_nd and frombuffer</title>
<updated>2016-10-27T18:20:34+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-10-27T18:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=baef1f2291abfcdaedec12d7b5afa230fe1d3db5'/>
<id>baef1f2291abfcdaedec12d7b5afa230fe1d3db5</id>
<content type='text'>
Closes gh-8214.
Closes gh-8215.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-8214.
Closes gh-8215.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdim</title>
<updated>2016-10-23T16:15:16+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-23T16:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0e4de36343b22c3a570fcb5179e9a313a0acef0d'/>
<id>0e4de36343b22c3a570fcb5179e9a313a0acef0d</id>
<content type='text'>
DEP: Deprecate the keepdims argument to accumulate</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Deprecate the keepdims argument to accumulate</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Deprecate the keepdims argument to accumulate</title>
<updated>2016-10-23T01:45:57+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-10-22T01:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5b9e7ee0d5b614fb312052feae98abdd8801ba7a'/>
<id>5b9e7ee0d5b614fb312052feae98abdd8801ba7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add missing arguments to np.ufunc.outer</title>
<updated>2016-10-21T23:33:32+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2016-10-20T14:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f1aaff1948dfb3e008bb20ef5442bf0118104f4d'/>
<id>f1aaff1948dfb3e008bb20ef5442bf0118104f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: warn that dtype.descr is only for use in PEP3118</title>
<updated>2016-10-18T21:12:55+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2016-10-18T21:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4733b0047c04e15b69d359fa347378a6399fd10b'/>
<id>4733b0047c04e15b69d359fa347378a6399fd10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>ENH: a.resize(.., refcheck=True) is almost unusable on PyPy</title>
<updated>2016-09-17T19:53:36+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2016-09-12T20:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c1ca4cb5662a80110fd2020634b4deea7717661'/>
<id>8c1ca4cb5662a80110fd2020634b4deea7717661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update add_newdocs.py (#8040)</title>
<updated>2016-09-11T15:18:08+00:00</updated>
<author>
<name>AustereCuriosity</name>
<email>aaryapatil1996@gmail.com</email>
</author>
<published>2016-09-11T15:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1b22317ca16e14070400eedc714ae97e022b747d'/>
<id>1b22317ca16e14070400eedc714ae97e022b747d</id>
<content type='text'>
DOC: Fix bad partition example.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Fix bad partition example.</pre>
</div>
</content>
</entry>
</feed>
