<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch revert-11693-accept-nep18</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>Revert "NEP: Mark NEP 18 as accepted"</title>
<updated>2018-09-12T16:24:03+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@gmail.com</email>
</author>
<published>2018-09-12T16:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=55e1498b2819fda43f615ce56bd9244dec296ab1'/>
<id>55e1498b2819fda43f615ce56bd9244dec296ab1</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 #11929 from derek-kim/master</title>
<updated>2018-09-12T11:27:53+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-09-12T11:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99f7ad58fcfa3d09897426e468a66840026dbce8'/>
<id>99f7ad58fcfa3d09897426e468a66840026dbce8</id>
<content type='text'>
DOC: #defining -&gt; #define / Added a short explanation for Numeric</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: #defining -&gt; #define / Added a short explanation for Numeric</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add missing comma</title>
<updated>2018-09-12T06:49:21+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-09-12T06:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fdd0ee22a099186ce99889b0c2e516a05208df3e'/>
<id>fdd0ee22a099186ce99889b0c2e516a05208df3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: revert whitespace changes</title>
<updated>2018-09-12T06:47:57+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-09-12T06:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7c083d942d3e2ee93a4ed03fae846ced8ba805e0'/>
<id>7c083d942d3e2ee93a4ed03fae846ced8ba805e0</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 #10602 from eric-wieser/dtype-__str__-__repr__-in-python</title>
<updated>2018-09-11T17:25:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-09-11T17:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=371cc4d604a58d01cc4f1057c8741620a7edca6f'/>
<id>371cc4d604a58d01cc4f1057c8741620a7edca6f</id>
<content type='text'>
MAINT: Move dtype string functions to python</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Move dtype string functions to python</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11909 from mattip/flake8-cleanups</title>
<updated>2018-09-11T15:40:44+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-09-11T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21'/>
<id>ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21</id>
<content type='text'>
MAINT: flake8 cleanups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: flake8 cleanups</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11921 from eric-wieser/fix-bitname</title>
<updated>2018-09-11T15:03:24+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-09-11T15:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b1187f667a2bb5d7a0c519192440a5116a948180'/>
<id>b1187f667a2bb5d7a0c519192440a5116a948180</id>
<content type='text'>
MAINT: Don't rely on `__name__` in bitname - use the information directly from the typeinfo.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Don't rely on `__name__` in bitname - use the information directly from the typeinfo.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11930 from giuliobenetti/master</title>
<updated>2018-09-11T14:46:59+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-09-11T14:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6598d0144d819330daa73d9a99120b2a525c19bd'/>
<id>6598d0144d819330daa73d9a99120b2a525c19bd</id>
<content type='text'>
DOC: fix scipy-sphinx-theme license path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: fix scipy-sphinx-theme license path</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix scipy-sphinx-theme license path</title>
<updated>2018-09-11T13:01:04+00:00</updated>
<author>
<name>Giulio Benetti</name>
<email>giulio.benetti@micronovasrl.com</email>
</author>
<published>2018-09-11T12:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ba932319cae2861aeb14cd8814d0df2d399a456'/>
<id>3ba932319cae2861aeb14cd8814d0df2d399a456</id>
<content type='text'>
In base LICENSE.txt under scipy-sphinx-theme, LICENSE.txt path is wrong.

Point to right path:
doc/scipy-sphinx-theme/LICENSE.txt
instead of:
doc/sphinxext/LICENSE.txt

Signed-off-by: Giulio Benetti &lt;giulio.benetti@micronovasrl.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In base LICENSE.txt under scipy-sphinx-theme, LICENSE.txt path is wrong.

Point to right path:
doc/scipy-sphinx-theme/LICENSE.txt
instead of:
doc/sphinxext/LICENSE.txt

Signed-off-by: Giulio Benetti &lt;giulio.benetti@micronovasrl.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: #defining -&gt; #define</title>
<updated>2018-09-11T06:03:46+00:00</updated>
<author>
<name>Derek Kim</name>
<email>bluewhale8202@gmail.com</email>
</author>
<published>2018-09-11T06:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=566eddfc4c27e4f30941e4ba9d908abb9a449a51'/>
<id>566eddfc4c27e4f30941e4ba9d908abb9a449a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
