<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/MANIFEST.in, branch fix-8381-docs</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>BUG: fix TravisCI test issues when using setuptools unconditionally.</title>
<updated>2016-01-16T11:18:26+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-12-29T16:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4b43d20fec0eda4a8f02e843b3e6e454bb243f49'/>
<id>4b43d20fec0eda4a8f02e843b3e6e454bb243f49</id>
<content type='text'>
Also remove all mentions of setupegg.py from the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove all mentions of setupegg.py from the documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Include relevant files from numpy/linalg/lapack_lite in sdist.</title>
<updated>2015-11-24T18:33:14+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-11-24T18:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07b11e8676f43e9fe2f1dc1cb5c777728ada0f04'/>
<id>07b11e8676f43e9fe2f1dc1cb5c777728ada0f04</id>
<content type='text'>
After 1e436a5 *.h and *.c files from numpy/linalg/lapack_lite were no
longer included in source distributions. Fix this by adding them to
MANIFEST.in.

Closes #6694.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After 1e436a5 *.h and *.c files from numpy/linalg/lapack_lite were no
longer included in source distributions. Fix this by adding them to
MANIFEST.in.

Closes #6694.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix MANIFEST.in for removal of a file in gh-8047.</title>
<updated>2015-10-30T01:13:50+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-10-30T01:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ae925fc92a779b61c36d2d9bf52cc57eda15d02'/>
<id>3ae925fc92a779b61c36d2d9bf52cc57eda15d02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in</title>
<updated>2015-09-23T21:14:23+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-09-23T20:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e'/>
<id>32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e</id>
<content type='text'>
Those files in numpy/core/src/multiarray were only included in source
distributions when HAVE_CBLAS was defined, making the distribution
contents depend on the local configuration.

Closes #6343.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those files in numpy/core/src/multiarray were only included in source
distributions when HAVE_CBLAS was defined, making the distribution
contents depend on the local configuration.

Closes #6343.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Move numpy.build_utils -&gt; numpy._build_utils, add to MANIFEST.in</title>
<updated>2015-08-05T16:21:33+00:00</updated>
<author>
<name>Alex Willmer</name>
<email>alex@moreati.org.uk</email>
</author>
<published>2015-08-05T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ff668ba0d7652c12b28a6b6f9dbb3b581a383833'/>
<id>ff668ba0d7652c12b28a6b6f9dbb3b581a383833</id>
<content type='text'>
This fixes the distutils built from an sdist (e.g. under tox),
without including _build_utils in binary distributions or the installed numpy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the distutils built from an sdist (e.g. under tox),
without including _build_utils in binary distributions or the installed numpy.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Move doc/swig to tools/swig.</title>
<updated>2014-03-12T17:26:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-03-12T17:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a38888c18cd2a20de0eb0578b3fa8660cda79582'/>
<id>a38888c18cd2a20de0eb0578b3fa8660cda79582</id>
<content type='text'>
Also update MANIFEST.in and documentation to reflect the move. The
discussion of this change is at #2384.

Closes #2384. Closes #4374.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update MANIFEST.in and documentation to reflect the move. The
discussion of this change is at #2384.

Closes #2384. Closes #4374.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove no longer existing files from MANIFEST.in.</title>
<updated>2014-03-12T17:26:47+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-03-12T17:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4fd4850d6b8bb9a8837e19b7ef2b38d0cd67fdd1'/>
<id>4fd4850d6b8bb9a8837e19b7ef2b38d0cd67fdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: exclude compiled python files in source distribution</title>
<updated>2014-01-26T18:33:14+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-26T18:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0f6641b1539e068f5a3ee5df42c95b64f45c4665'/>
<id>0f6641b1539e068f5a3ee5df42c95b64f45c4665</id>
<content type='text'>
they could accidentally appear in the source distribution if sdist was
run after a make -C doc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they could accidentally appear in the source distribution if sdist was
run after a make -C doc.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: include f2py docs in source distribution</title>
<updated>2014-01-26T18:30:35+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-26T18:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e573709d57cbddefcb819515ff023db970d83d8d'/>
<id>e573709d57cbddefcb819515ff023db970d83d8d</id>
<content type='text'>
update was forgotten in the move to the doc/folder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update was forgotten in the move to the doc/folder
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: ensure the sphinx theme gets included in source tarballs</title>
<updated>2013-07-25T11:58:05+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2013-07-25T10:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=29d47bf1886d48a072448d69a3ecb845447bb581'/>
<id>29d47bf1886d48a072448d69a3ecb845447bb581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
