Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Reuse the code to compute sha256, md5 hashes | Srinivas Reddy Thatiparthy | 2017-08-25 | 1 | -16/+9 |
| | |||||
* | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
| | | | | Bare except is very rarely the right thing | ||||
* | MAINT: Update master branch for 1.14.0 development. | Charles Harris | 2017-05-10 | 1 | -2/+2 |
| | | | | Post 1.13.x branch housekeeping. | ||||
* | ENH: Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-05-09 | 1 | -4/+4 |
| | | | | https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior | ||||
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | MAINT: Forward port accumulated changes from the 1.12.0 release. | Charles Harris | 2017-01-15 | 1 | -7/+14 |
| | | | | | | | | | | | | | The following files were updated during the NumPy 1.12.0 release - .mailmap - doc/release/1.12.0-notes.rst - tools/announce.py - pavement.py and are forward ported to master by this PR. [ci skip] | ||||
* | BUG: Fix pavement.py write_release_task. | Charles Harris | 2016-11-16 | 1 | -3/+3 |
| | | | | Correct indentation of commands that should be in an open file context. | ||||
* | MAINT: Update pavement.py and setup.py for numpy 1.13.0. | Charles Harris | 2016-11-05 | 1 | -11/+2 |
| | |||||
* | MAINT: Update pavement.py | Charles Harris | 2016-11-04 | 1 | -4/+20 |
| | | | | | | | - Add README signing from scipy. - Change NOTES.txt to README. [ci skip] | ||||
* | ENH: Add stacklevel to all (or almost all) our function calls | Sebastian Berg | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | REL: Update master branch after 1.12.x branch has been made. | Charles Harris | 2016-01-19 | 1 | -2/+2 |
| | | | | | | | * Drop testing of Python 2.6, 3.2, and 3.3 * Create 1.12.0-notes.rst and add to source/documentation. * Update pavement.py to use 1.10.x as LOG_START * Update version numpy in setup.py | ||||
* | REL: Prepare for 1.10.x branch. | Charles Harris | 2016-01-19 | 1 | -1/+1 |
| | | | | | | | * Add comment to cversions.txt (no change) * Add comment to setup_common.py (no change) * Nothing done for numpy/core/include/numpy/numpyconfig.h * Update log start to 1.10.0 in pavement.py. | ||||
* | REL: Do not include merge commits in Changelog. | Charles Harris | 2016-01-16 | 1 | -2/+3 |
| | | | | | | Cleans up the Changelog. [ci skip] | ||||
* | BUG: fix TravisCI test issues when using setuptools unconditionally. | Ralf Gommers | 2016-01-16 | 1 | -2/+2 |
| | | | | Also remove all mentions of setupegg.py from the documentation. | ||||
* | MAINT: Include from __future__ boilerplate in some files missing it. | Charles Harris | 2015-12-05 | 1 | -1/+1 |
| | | | | | Some newer *.py files are missing the `from __future__` boilerplate that helps assure Python2 and Python3 compatibility. | ||||
* | REL: update Paver file to ensure sdist contents are OK for releases. | Ralf Gommers | 2015-10-14 | 1 | -0/+8 |
| | |||||
* | BUG: PEP440 compliant versioning for development releases. | Charles Harris | 2015-09-23 | 1 | -1/+1 |
| | | | | | The pavement script was not using the new '.dev0+' GIT_REVISION[:7] suffix for development releases. | ||||
* | MAINT: Init master branch for 1.11.0 development. | Charles Harris | 2015-08-03 | 1 | -2/+2 |
| | | | | | | | | Create 1.11.0-notes.rst template. Update version number in setup.py. Update version number in numpyconfig.h. Update version number in pavement.py. Update version number in bento.info. | ||||
* | Merge pull request #4671 from charris/prepare-1.10-devel | Charles Harris | 2014-07-06 | 1 | -2/+2 |
|\ | | | | | MAINT: start 1.10-devel. | ||||
| * | MAINT: Update pavement.py to 1.10.0. | Charles Harris | 2014-05-06 | 1 | -2/+2 |
| | | |||||
* | | BLD: compute sha256 sums of build artifacts | Julian Taylor | 2014-06-08 | 1 | -2/+23 |
|/ | | | | | | | Using a secure hash allows verifying ther binaries from a gpg signed README.txt. MD5 just kept for legacy users who may not be able to obtain a sha256 utility. | ||||
* | MAINT: add python3.4 to paver file | Julian Taylor | 2014-02-28 | 1 | -0/+4 |
| | |||||
* | MAINT: update pavement.py for no-2to3. | Ralf Gommers | 2013-10-15 | 1 | -4/+1 |
| | |||||
* | MAINT: update release scripts for building OS X binaries. | Ralf Gommers | 2013-09-16 | 1 | -7/+3 |
| | | | | Works with Python 3.x now that bdist_mpkg is ported (thanks @matthew-brett). | ||||
* | MAINT: Update pavement.py script. | Charles Harris | 2013-09-02 | 1 | -11/+3 |
| | | | | | | Remove builds for Python 2.6 and 3.1 Update release notes path to doc/release/1.9.0-notes.rst. Set LOG_START to 'branch-1.8.x' | ||||
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078. | ||||
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new import `absolute_import` is added the `from __future__ import` statement and The 2to3 `import` fixer is run to make the imports compatible. There are several things that need to be dealt with to make this work. 1) Files meant to be run as scripts run in a different environment than files imported as part of a package, and so changes to those files need to be skipped. The affected script files are: * all setup.py files * numpy/core/code_generators/generate_umath.py * numpy/core/code_generators/generate_numpy_api.py * numpy/core/code_generators/generate_ufunc_api.py 2) Some imported modules are not available as they are created during the build process and consequently 2to3 is unable to handle them correctly. Files that import those modules need a bit of extra work. The affected files are: * core/__init__.py, * core/numeric.py, * core/_internal.py, * core/arrayprint.py, * core/fromnumeric.py, * numpy/__init__.py, * lib/npyio.py, * lib/function_base.py, * fft/fftpack.py, * random/__init__.py Closes #3172 | ||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ . | Charles Harris | 2013-02-27 | 1 | -1/+1 |
| | | | | This should finish the updating of the exception syntax. | ||||
* | BLD: Add support for Python 3.3 in paver | Ondřej Čertík | 2012-12-28 | 1 | -0/+4 |
| | |||||
* | pavement.py: rename "yop" to "atlas" | Ondrej Certik | 2012-08-14 | 1 | -3/+3 |
| | |||||
* | REL: change Sphinx version in release script to 1.1.3. | Ralf Gommers | 2012-05-04 | 1 | -1/+1 |
| | | | | | | | | Version 1.0.4 was used till now, but has become too old. New version gives far fewer warnings and thereby increases the reference guide with O(100) pages that previously got lost. Also update current Cython version number. | ||||
* | REL: forward port changes to release scripts from 1.6.x branch. | Ralf Gommers | 2011-07-20 | 1 | -4/+18 |
| | |||||
* | BUG: Py3K: fix setup.py to work from a released tarball. | Ralf Gommers | 2011-03-27 | 1 | -1/+13 |
| | | | | | This was first fixed in commit 0131218 (but that broke the paver script), and broken again in commit 13212a5d. Should now work in both cases. | ||||
* | DOC: BLD: fix some doc build warnings. | Ralf Gommers | 2011-03-14 | 1 | -1/+2 |
| | | | | | Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc extension is broken. 1.0.4 works fine. | ||||
* | REL: update release scripts for Python 3.2. | rgommers | 2011-03-08 | 1 | -1/+5 |
| | |||||
* | BUG: fix up setup.py and pavement.py so the binary builds work again. | rgommers | 2011-03-04 | 1 | -7/+26 |
| | |||||
* | DOC: update notes in release script and reorganize paver script a little. | rgommers | 2011-03-01 | 1 | -4/+16 |
| | |||||
* | REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. | rgommers | 2010-09-04 | 1 | -2/+10 |
| | |||||
* | 3K: copy built installers from build/py3k/dist instead of dist/. | rgommers | 2010-08-05 | 1 | -1/+4 |
| | |||||
* | ENH: Several changes to Paver script taken from 1.4.x branch. | rgommers | 2010-07-24 | 1 | -11/+11 |
| | |||||
* | BUG: fix paver execution on windows 7 for python 2.6. | David Cournapeau | 2010-03-04 | 1 | -1/+3 |
| | |||||
* | REL: fix atlas detection for SSE2/SSE3 wininst. | David Cournapeau | 2009-11-30 | 1 | -2/+2 |
| | |||||
* | REL: re-enable SSE2 binary in the superpack. | David Cournapeau | 2009-11-30 | 1 | -2/+2 |
| | |||||
* | REL: fix dmg name and dmg build. | David Cournapeau | 2009-11-30 | 1 | -11/+13 |
| | |||||
* | Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard. | David Cournapeau | 2009-11-30 | 1 | -1/+4 |
| | |||||
* | BUG: fix md5 import for python 2.6 in paver file. | David Cournapeau | 2009-11-26 | 1 | -3/+3 |
| | |||||
* | REL: new, better paver file. | David Cournapeau | 2009-11-22 | 1 | -292/+378 |
| | |||||
* | ENH: update version for paver script. | David Cournapeau | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | ENH: fix paver script for wine-built simple wininst installer. | David Cournapeau | 2009-11-16 | 1 | -2/+2 |
| |