<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/setup.py, branch eric-wieser-patch-1</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>BLD: Fix minimum Python version in setup.py (#12616)</title>
<updated>2018-12-27T00:22:20+00:00</updated>
<author>
<name>Juan Luis Cano Rodríguez</name>
<email>juanlu001@gmail.com</email>
</author>
<published>2018-12-27T00:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4adf52ebde53e01a0b1ed7509b0add6ac4575044'/>
<id>4adf52ebde53e01a0b1ed7509b0add6ac4575044</id>
<content type='text'>
* BLD: Fix minimum Python version in setup.py

See https://github.com/numpy/numpy/issues/12480 for discussion.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BLD: Fix minimum Python version in setup.py

See https://github.com/numpy/numpy/issues/12480 for discussion.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Prepare master for 1.17.0 development.</title>
<updated>2018-12-08T15:02:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-12-07T21:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=badf2901ea040aa89dbb3c19e53c6b1b692cb489'/>
<id>badf2901ea040aa89dbb3c19e53c6b1b692cb489</id>
<content type='text'>
- Create 1.17.0-notes
- Update index.rst for new notes
- Update pavement.py
- Update setup.py
- Remove Python 2.7 and 3.4 from CI testing.
- Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files.

Note that this removes support for both Python2.7 and Python3.4 in
setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Create 1.17.0-notes
- Update index.rst for new notes
- Update pavement.py
- Update setup.py
- Remove Python 2.7 and 3.4 from CI testing.
- Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files.

Note that this removes support for both Python2.7 and Python3.4 in
setup.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11802 from charris/f2py-console-script</title>
<updated>2018-08-28T16:16:43+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-28T16:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=14a3ac9586f26929b696b9a38afb155d37cef3b0'/>
<id>14a3ac9586f26929b696b9a38afb155d37cef3b0</id>
<content type='text'>
ENH: Use entry_points to install the f2py scripts.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Use entry_points to install the f2py scripts.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: edit setup.py docstring that is displayed on PyPI.</title>
<updated>2018-08-25T03:03:35+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2018-08-23T17:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=759dd95bc0a3c155a1757e067484427ccdfe642d'/>
<id>759dd95bc0a3c155a1757e067484427ccdfe642d</id>
<content type='text'>
The text on numpy.org was better, so mostly reused that.
Only kept the additional clarification about wheels on PyPI being
BSD licensed.

closes gh-11793
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The text on numpy.org was better, so mostly reused that.
Only kept the additional clarification about wheels on PyPI being
BSD licensed.

closes gh-11793
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use entry_points to install the f2py scripts.</title>
<updated>2018-08-23T19:51:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-22T17:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f22a33b71dc767d81ed60f40c3b84456d2a33f79'/>
<id>f22a33b71dc767d81ed60f40c3b84456d2a33f79</id>
<content type='text'>
This adds entry_points for the f2py scripts. The installed scripts
differ between Windows and other environments.

* On Windows, the only script installed is 'f2py'. This works well in
  that environment because each Python version is installed in its own
  directory, making it easy to keep the differing script versions
  separate.

* Otherwise, three scripts are installed, 'f2py', 'f2py' + 'minor', and
  'f2py' + 'major.minor'. For instance, if Numpy is installed by
  Python 2.7, then the installed scripts will be named 'f2py', 'f2py2',
  and 'f2py2.7'. That naming scheme is used for back compatibility, and
  also so that more than one Python version can be dealt with in a way
  common to many Linux distros. Note that 'f2py' will always point to
  the latest install and 'f2py(2|3)' to the latest Python (2|3) install

The script tests have been modified to check for the new environment
and the code previously used to install the scripts has been removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds entry_points for the f2py scripts. The installed scripts
differ between Windows and other environments.

* On Windows, the only script installed is 'f2py'. This works well in
  that environment because each Python version is installed in its own
  directory, making it easy to keep the differing script versions
  separate.

* Otherwise, three scripts are installed, 'f2py', 'f2py' + 'minor', and
  'f2py' + 'major.minor'. For instance, if Numpy is installed by
  Python 2.7, then the installed scripts will be named 'f2py', 'f2py2',
  and 'f2py2.7'. That naming scheme is used for back compatibility, and
  also so that more than one Python version can be dealt with in a way
  common to many Linux distros. Note that 'f2py' will always point to
  the latest install and 'f2py(2|3)' to the latest Python (2|3) install

The script tests have been modified to check for the new environment
and the code previously used to install the scripts has been removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Revert use of `console_scripts`.</title>
<updated>2018-08-11T20:43:31+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-11T20:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c9c1869eae67aa74eb9dfa7b81a18a1907a6684c'/>
<id>c9c1869eae67aa74eb9dfa7b81a18a1907a6684c</id>
<content type='text'>
The changes introduced in #10463 caused f2py to hang in somde
circumstances. There is may a better fix than this, but
until it is implemented it is better to undo the change.

Closes #11649.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes introduced in #10463 caused f2py to hang in somde
circumstances. There is may a better fix than this, but
until it is implemented it is better to undo the change.

Closes #11649.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: add PyPI classifier for Python 3.7</title>
<updated>2018-06-28T02:26:19+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2018-06-28T02:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=943695bddd1ca72f3047821309165d26224a3d12'/>
<id>943695bddd1ca72f3047821309165d26224a3d12</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP -&gt; HTTPS, and other linkrot fixes</title>
<updated>2018-06-16T06:18:19+00:00</updated>
<author>
<name>Mike Toews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-06-16T06:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83828f52b287fefb3d8753a21bd3441997a4d687'/>
<id>83828f52b287fefb3d8753a21bd3441997a4d687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: Setup master for 1.16 development.</title>
<updated>2018-06-12T22:03:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-06-12T21:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79ba2891e5712477a2b2bec62e10644f574022d6'/>
<id>79ba2891e5712477a2b2bec62e10644f574022d6</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 `setup.py build install egg_info`, which did not previously build</title>
<updated>2018-03-12T08:29:52+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-03-12T08:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b8b2a0e1637d8bacdf5858a9f1ab78b0e31a052f'/>
<id>b8b2a0e1637d8bacdf5858a9f1ab78b0e31a052f</id>
<content type='text'>
Fixes #10646

The original intent was to disable builds when _only_ the egg_info target is requested, not whenever it is one of the targets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #10646

The original intent was to disable builds when _only_ the egg_info target is requested, not whenever it is one of the targets.
</pre>
</div>
</content>
</entry>
</feed>
