<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/user, branch v1.15.3</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>fixes from review</title>
<updated>2018-06-01T22:12:00+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-06-01T22:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0646f01a2b01cfa493818a8d3f0bc9b65a7264aa'/>
<id>0646f01a2b01cfa493818a8d3f0bc9b65a7264aa</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 existing recfunctions documentation to output</title>
<updated>2018-06-01T20:41:32+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-06-01T20:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f43a3e8fec03079846f0765991b48978185b57b'/>
<id>2f43a3e8fec03079846f0765991b48978185b57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clarify C-API for generalized ufuncs.</title>
<updated>2018-05-28T13:36:25+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-30T15:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=69a77fb790d6545969c17f7aed0fe160a6a5bc6a'/>
<id>69a77fb790d6545969c17f7aed0fe160a6a5bc6a</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 #10991 from eric-wieser/genfromtxt-docs</title>
<updated>2018-05-16T21:34:16+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-05-16T21:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08b38dc4e46e37e36dbb7db2b65ae1f35fc67952'/>
<id>08b38dc4e46e37e36dbb7db2b65ae1f35fc67952</id>
<content type='text'>
DOC: Update genfromtxt docs to use StringIO and u-strings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Update genfromtxt docs to use StringIO and u-strings</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10980 from mattip/master</title>
<updated>2018-04-27T14:11:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-04-27T14:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79cd01d4e7daaf925d29194ce0cdfa7b14dba85c'/>
<id>79cd01d4e7daaf925d29194ce0cdfa7b14dba85c</id>
<content type='text'>
DOC: link to governance, convert external link to internal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: link to governance, convert external link to internal</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: link to governance, convert external link to internal</title>
<updated>2018-04-27T07:18:00+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-27T07:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1'/>
<id>3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update genfromtxt docs to use StringIO and u-strings</title>
<updated>2018-04-27T07:16:56+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-04-27T07:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ade27fe21cf2da7174145f893c40b1b6f16be61'/>
<id>7ade27fe21cf2da7174145f893c40b1b6f16be61</id>
<content type='text'>
We could also instead use b-strings everywhere, but encouraging unicode seems like the right thing to do.

Fixes #8498
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We could also instead use b-strings everywhere, but encouraging unicode seems like the right thing to do.

Fixes #8498
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: advise against use of matrix.</title>
<updated>2018-04-25T15:13:21+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2017-12-01T01:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b6e8a13b6fecf4938e169f528c46b601dbf02a01'/>
<id>b6e8a13b6fecf4938e169f528c46b601dbf02a01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: clear up warnings, fix matplotlib plot</title>
<updated>2018-04-17T13:54:10+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-17T10:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df8e83538461c29bc12c44198574bde8ffefcad7'/>
<id>df8e83538461c29bc12c44198574bde8ffefcad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)</title>
<updated>2018-04-17T05:12:01+00:00</updated>
<author>
<name>Raunak Shah</name>
<email>32986603+raunaks13@users.noreply.github.com</email>
</author>
<published>2018-04-17T05:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8323be1bc44c2811fc36f5b99c1a30ebcee8edbd'/>
<id>8323be1bc44c2811fc36f5b99c1a30ebcee8edbd</id>
<content type='text'>
Fixes gh-10780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes gh-10780
</pre>
</div>
</content>
</entry>
</feed>
