Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | This enables building with NumPy on Linux and macOS. Windows support should be complete to, but is untested as of now and may need a few tweaks. This contains: - A set of `meson.build` files and related code generation script tweaks, header templates, etc. - One CI job on Linux - Basic docs on using Meson to build NumPy (not yet integrated in the html docs, it's too early for that - this is for early adopters right now). The build should be complete, with the major exception of SIMD support. The full test suite passes. See gh-22546 for the tracking issue with detailed notes on the plan for switching NumPy to Meson as its build system. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> | ||||
* | MAINT: Simplify the annotations of `np.version` | Bas van Beek | 2021-10-25 | 1 | -5/+7 |
| | |||||
* | BUG: Only call the get_versions() function once on import | Aaron Meurer | 2021-09-22 | 1 | -1/+2 |
| | | | | | | | | | | When using an in-place build, this function calls various git commands to get the version number. Previously it was called three times, making 'import numpy' take over 3 seconds on my machine (it could be even slower on a slow filesystem). The code has been refactored to only call this function once in versions.py. Now 'import numpy' on an in-place build only takes 500 ms, which is still slower than importing the installed version, but that is expected when using versioneer. | ||||
* | BUG: re-introduce short-version as it was | Jérôme Kieffer | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | expose `short_version` as previously in version.py | Jérôme Kieffer | 2021-05-31 | 1 | -0/+1 |
| | |||||
* | BUG: Fix test_numpy_version. | Charles Harris | 2021-05-23 | 1 | -1/+1 |
| | | | | | | - Make versions of the form '1.22.0.dev0' valid for non-releases. - Put empty match at end of groups instead of at the beginning. - Require eol in match, do not allow trailing characters. | ||||
* | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 1 | -0/+11 |
| | | | | | | | | | | | | The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the number of commits since the 1.21.0 branch was started and 'aa0453721f'. The chosen form may be specified in the 'setup.cfg' file. This PR adds two new files 'numpy/_version.py' and 'numpy/version.py'. The latter is kept because it is part of the public API and is actually used by some downstream projects, but it is no longer dynamically created. See https://github.com/python-versioneer/python-versioneer/ for more information. | ||||
* | Generate the version.py file, to help keeping the version synchronized ↵ | David Cournapeau | 2009-03-27 | 1 | -15/+0 |
| | | | | everywhere (doc, paver, etc...). | ||||
* | Update version number for trunk to 1.4.0. | David Cournapeau | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | trunk is open for 1.3 development | Jarrod Millman | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | trunk open for 1.2 development series | Jarrod Millman | 2008-05-24 | 1 | -1/+1 |
| | |||||
* | the trunk is still cooking 1.1 | Jarrod Millman | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | trunk open for 1.2 development | Jarrod Millman | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | bumping version to 1.1.0 to signify the minor API breakage and numerous new ↵ | Jarrod Millman | 2008-04-15 | 1 | -1/+1 |
| | | | | features | ||||
* | This is the development code for the 1.0.5 release | Jarrod Millman | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | Update version number on trunk. | Travis Oliphant | 2007-05-23 | 1 | -1/+1 |
| | |||||
* | Fix #491 | Robert Kern | 2007-04-04 | 1 | -1/+2 |
| | |||||
* | Update version of this trunk. | Travis Oliphant | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | Trunk is 1.0.2 | Travis Oliphant | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Update version number of trunk. | Travis Oliphant | 2006-10-25 | 1 | -1/+1 |
| | |||||
* | Next numpy release should be 1.0 | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | Up version number on trunk. | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | Bump up version number to rc1 | Travis Oliphant | 2006-09-05 | 1 | -1/+1 |
| | |||||
* | Up version of trunk. | Travis Oliphant | 2006-08-26 | 1 | -1/+1 |
| | |||||
* | Fix silly version number | Travis Oliphant | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | Make trunk 1.0b4.dev release | Travis Oliphant | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | Update version to 1.0b3 | Travis Oliphant | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | Fix-up version.py so that a release just changes a variable to True. | Travis Oliphant | 2006-07-27 | 1 | -10/+12 |
| | |||||
* | Last version change. | Travis Oliphant | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | Fix revision numbers. | Travis Oliphant | 2006-07-27 | 1 | -2/+2 |
| | |||||
* | Make version number 0.9.9 until 1.0 comes out | Travis Oliphant | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | Change trunk to version 1.1 | Travis Oliphant | 2006-07-21 | 1 | -1/+1 |
| | |||||
* | Update head revision to 0.9.9 | Travis Oliphant | 2006-05-18 | 1 | -1/+1 |
| | |||||
* | New version number | Travis Oliphant | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | Upgrade version number of trunk and add 'math' | Travis Oliphant | 2006-02-17 | 1 | -1/+1 |
| | |||||
* | Bumped up version after release. | Travis Oliphant | 2006-01-22 | 1 | -1/+1 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -1/+1 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Fixed error in setflags and added a few unit tests for test_multiarray | Travis Oliphant | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | Fixed svn_version hooks. | Pearu Peterson | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -0/+12 |