Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: string → str | Dimitri Papadopoulos | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | REL: Prepare main for NumPy 1.25.0 development | Charles Harris | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | REL: Prepare main for NumPy 1.24.0 development | Charles Harris | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | REL: Prepare main for NumPy 1.23.0 development | Charles Harris | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | DOC, REL: Prepare notes for NumPy 1.22.0 development. | Charles Harris | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | MAINT: Update pavement.py to work with versioneer. | Charles Harris | 2021-01-21 | 1 | -28/+20 |
| | |||||
* | MAINT: Update master after 1.20.x branch.v1.21.0.dev0 | Charles Harris | 2020-11-27 | 1 | -1/+1 |
| | | | | | | | | - Update setup.py - Update pavement.py - Add 1.21.0-note.rst - Update npyconfig.h - Clear release/upcoming_changes | ||||
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -2/+0 |
| | | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811) | ||||
* | Merge branch 'master' into xavierohan-patch-1 | Xavier Thomas | 2020-01-24 | 1 | -2/+3 |
|\ | |||||
| * | Updated pavement.py with f-strings | Xavier Thomas | 2020-01-24 | 1 | -2/+2 |
| | | |||||
* | | Updated pavement.py with f-strings | Xavier Thomas | 2020-01-24 | 1 | -1/+1 |
|/ | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | MAINT: Update pavement.py for towncrier. | Charles Harris | 2019-12-22 | 1 | -25/+35 |
| | | | | | | | | The update is needed so that the links generated by towncrier are converted in the README.md file generated for the github release documentation. The code is also simplified. [skip ci] | ||||
* | REL: Update master after NumPy 1.18.0 release. | Charles Harris | 2019-12-22 | 1 | -1/+1 |
| | | | | | | | | | | - Update .mailmap. - Update release notes. - Create changelog - Remove duplicate release note entry. - Fix release note path in pavement. [skip ci] | ||||
* | DOC: update or remove outdated sourceforge links | mattip | 2019-08-08 | 1 | -2/+1 |
| | |||||
* | Merge pull request #13881 from charris/update-pavement | Sebastian Berg | 2019-07-01 | 1 | -1/+1 |
|\ | | | | | MAINT: Update pavement to use python3 in shell commands. | ||||
| * | MAINT: Update pavement to use python3 in shell commands. | Charles Harris | 2019-07-01 | 1 | -1/+1 |
| | | |||||
* | | MAINT: Prepare master for 1.18.0 development. | Charles Harris | 2019-06-30 | 1 | -1/+1 |
|/ | | | | | | - Create release notes. - Update pavement.py. - Update setup.py | ||||
* | MAINT: Prepare master for 1.17.0 development. | Charles Harris | 2018-12-08 | 1 | -2/+1 |
| | | | | | | | | | | | | - 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. | ||||
* | MAINT: Cleanup pavement.py | Charles Harris | 2018-11-09 | 1 | -501/+107 |
| | | | | | | | | | | | | | | | | | Remove long unused options from pavement.py. There is actually little left, and what is there could easily be turned into a python script at this point, but this clarifies what is currently needed. - Remove Windows installers code - Remove OS X dmg installers code - Remove Documentation generation code - Remove Changelog generation - Remove unused variables and make pylint happy Also fix a Python 3 bug, the files to be hashed need to be opened as binary files. [ci skip] | ||||
* | REL: Setup master for 1.16 development. | Charles Harris | 2018-06-12 | 1 | -2/+2 |
| | |||||
* | Revert "REL: Setup maintenance/1.15.x branch." | Charles Harris | 2018-06-12 | 1 | -2/+2 |
| | | | | Oops, this reverts commit 999b4ddc64c9bda4eb58f0feda801835d34de94e. | ||||
* | REL: Setup maintenance/1.15.x branch. | Charles Harris | 2018-06-12 | 1 | -2/+2 |
| | |||||
* | DOC: Update master after NumPy 1.14.4 release. | Charles Harris | 2018-06-06 | 1 | -2/+2 |
| | | | | [skip ci] | ||||
* | MAINT: Prepare master for 1.15 development. | Charles Harris | 2017-12-08 | 1 | -2/+2 |
| | | | | | | | Create `1.15.0-notes.rst`, add them to the documentation, and update `pavement.py`. [ci skip] | ||||
* | 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). |