| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REL: NumPy 1.20.0 release. | Charles Harris | 2021-01-30 | 1 | -1/+1 |
| | | |||||
| * | REL: prepare 1.20.x for further development | Charles Harris | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | REL: NumPy 1.20.0rc2 release.v1.20.0rc2 | Charles Harris | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | BUG: Replace f-string in setup.py | Charles Harris | 2020-12-12 | 1 | -2/+3 |
| | | | | | We want the warning to stay compatible with early versions of python. | ||||
| * | REL: prepare 1.20.x for further development | Charles Harris | 2020-12-03 | 1 | -2/+2 |
| | | |||||
| * | REL: NumPy 1.20.0rc1 release.v1.20.0rc1 | Charles Harris | 2020-12-03 | 1 | -2/+2 |
| | | |||||
| * | MAINT: Remove remaining uses of Python 3.6. | Charles Harris | 2020-12-02 | 1 | -4/+3 |
| | | | | | We missed a few first time around. | ||||
| * | ENH: adds type hints to numpy.version (gh-17711) | Douglas Fenstermacher | 2020-11-05 | 1 | -5/+5 |
| | | | | Closes gh-17702 | ||||
| * | fix small typos. | Qiyu8 | 2020-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fully qualify license trove classifier | johnthagen | 2020-10-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #17444 from BvB93/typed | Matti Picus | 2020-10-04 | 1 | -0/+1 |
| |\ | | | | | ENH: Add `Typing :: Typed` to the PyPi classifier | ||||
| | * | ENH: Add `Typing :: Typed` to the PyPi classifier | Bas van Beek | 2020-10-04 | 1 | -0/+1 |
| | | | |||||
| * | | Add 3.10 classifier | Hugo van Kemenade | 2020-10-04 | 1 | -0/+1 |
| | | | |||||
| * | | Update comment | Hugo van Kemenade | 2020-10-04 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| * | | Already compatible with 3.10 | Hugo van Kemenade | 2020-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Clarify warning, it might work before official support | Hugo van Kemenade | 2020-10-04 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| * | | Add comment to remind to keep consistent with classifiers | Hugo van Kemenade | 2020-10-04 | 1 | -0/+1 |
| | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| * | | MAINT: Fix Flake8 | Hugo van Kemenade | 2020-10-04 | 1 | -27/+25 |
| | | | |||||
| * | | ENH: Warn on unsupported Python 3.9+ | Hugo van Kemenade | 2020-10-04 | 1 | -1/+8 |
| |/ | |||||
| * | Merge pull request #16619 from mattip/c99-again2 | Charles Harris | 2020-08-27 | 1 | -12/+18 |
| |\ | | | | | BLD: check if std=c99 is really required | ||||
| | * | MAINT: refactoring from review | mattip | 2020-07-28 | 1 | -16/+17 |
| | | | |||||
| | * | MAINT: fixes from review | mattip | 2020-07-28 | 1 | -4/+4 |
| | | | |||||
| | * | BUG: fixes failures (from review) | mattip | 2020-06-17 | 1 | -3/+4 |
| | | | |||||
| | * | BLD: use '-dumpversion' to get gcc version | mattip | 2020-06-16 | 1 | -15/+7 |
| | | | |||||
| | * | BLD: check if std=c99 is really required | mattip | 2020-06-16 | 1 | -7/+19 |
| | | | |||||
| * | | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986) | scoder | 2020-08-05 | 1 | -1/+1 |
| | | | | | | | * Create copy of numpy.pxd for Cython 3.0 changes and improve it. | ||||
| * | | Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it" | mattip | 2020-07-14 | 1 | -4/+0 |
| | | | |||||
| * | | MAINT: setuptools 49.2.0 emits a warning, avoid it | mattip | 2020-07-12 | 1 | -0/+4 |
| | | | |||||
| * | | REL: Fix outdated docs link | Eric Wieser | 2020-06-20 | 1 | -1/+11 |
| |/ | |||||
| * | MAINT: Remove f-strings in setup.py. (gh-16346) | Wojciech Rzadkowski | 2020-05-22 | 1 | -2/+2 |
| | | | | Remove f-strings from setup.py to allow for an informative error message for python<3.6 users. Closes #16345. | ||||
| * | BUG: Require Python >= 3.6 in setup.py | Charles Harris | 2020-05-18 | 1 | -2/+2 |
| | | | | | Closes #16294. | ||||
| * | REL: Update master after 1.19.x branch. | Charles Harris | 2020-05-17 | 1 | -1/+1 |
| | | | | | | | | | - Delete release note fragments from 1.19.0 (towncrier) - Update 1.19.x release note (towncrier) - Create 1.20.0-notes.rst for master development - Update C-API versions for 1.20.x - Update setup.py for 1.20.0 | ||||
| * | BUG: add missing numpy/__init__.pxd to the wheel | mattip | 2020-05-05 | 1 | -0/+1 |
| | | |||||
| * | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||||
| * | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -1/+3 |
| | | | | | | | | * 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) | ||||
| * | Updated setup.py with f-strings | Xavier Thomas | 2020-01-24 | 1 | -2/+3 |
| | | | | | With reference to the issue MAINT: Use f-strings instead of other string formatting methods #15420 Updated setup.py with f-strings for better readability. | ||||
| * | DOC: fix typos | Brian Wignall | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | MAINT: --std=c99 works, but -std=c99 is better | mattip | 2020-01-05 | 1 | -4/+4 |
| | | |||||
| * | MAINT: add --std=c99 in setup.py, not distutils | mattip | 2020-01-05 | 1 | -2/+40 |
| | | |||||
| * | 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. | ||||
| * | REL: Update master after 1.18.x branch. | Charles Harris | 2019-12-03 | 1 | -4/+3 |
| | | | | | | | | Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x. | ||||
| * | Update CLASSIFIERS with python 3.8 support | Grzegorz Bokota | 2019-10-24 | 1 | -0/+1 |
| | | |||||
| * | MAINT: Add assert that git version is available. (#14548) | Seth Troisi | 2019-09-23 | 1 | -0/+4 |
| | | | | | MAINT: handle case where GIT_VERSION is empty string | ||||
| * | BUG: importing build_src breaks setuptools monkeypatch for msvc14 | mattip | 2019-09-21 | 1 | -2/+0 |
| | | |||||
| * | DOC, BUILD: make build_src more discoverable | mattip | 2019-09-20 | 1 | -2/+5 |
| | | |||||
| * | BLD: remove generated Cython files from sdist | Ralf Gommers | 2019-09-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Rationale: it has happened multiple times in the recent past that users needed to use a more recent Cython than was used to generate the sdist of the most recent release available on PyPI (e.g. for building with a not-yet-released version of Python for which a Cython fix just landed). The dependency specification and packaging tools have matured to the point where it should be fine to require Cython to be installed. Also, we have wheels (and conda-forge packages) for Windows, Linux and macOS, so this change won't be visible at all to the average user. Closes gh-13790 Also adds pyproject.toml to MANIFEST.in, it was missing. | ||||
| * | DOC: Document project as Python 3 only with a trove classifier | Jon Dufresne | 2019-08-26 | 1 | -0/+1 |
| | | |||||
| * | ENH: add pyproject.toml | mattip | 2019-07-17 | 1 | -1/+1 |
| | | |||||
| * | MAINT: Remove unnecessary backslashes when not needed. | MSeifert04 | 2019-07-02 | 1 | -2/+2 |
| | | | | | See also: #13880 | ||||
| * | 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 | ||||
