summaryrefslogtreecommitdiff
path: root/numpy/version.py
Commit message (Collapse)AuthorAgeFilesLines
* BLD: enable building NumPy with MesonRalf Gommers2022-11-251-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 Beek2021-10-251-5/+7
|
* BUG: Only call the get_versions() function once on importAaron Meurer2021-09-221-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 wasJérôme Kieffer2021-05-311-1/+1
|
* expose `short_version` as previously in version.pyJérôme Kieffer2021-05-311-0/+1
|
* BUG: Fix test_numpy_version.Charles Harris2021-05-231-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 Harris2020-12-081-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 Cournapeau2009-03-271-15/+0
| | | | everywhere (doc, paver, etc...).
* Update version number for trunk to 1.4.0.David Cournapeau2009-03-201-1/+1
|
* trunk is open for 1.3 developmentJarrod Millman2008-09-021-1/+1
|
* trunk open for 1.2 development seriesJarrod Millman2008-05-241-1/+1
|
* the trunk is still cooking 1.1Jarrod Millman2008-05-141-1/+1
|
* trunk open for 1.2 developmentJarrod Millman2008-05-071-1/+1
|
* bumping version to 1.1.0 to signify the minor API breakage and numerous new ↵Jarrod Millman2008-04-151-1/+1
| | | | features
* This is the development code for the 1.0.5 releaseJarrod Millman2007-11-051-1/+1
|
* Update version number on trunk.Travis Oliphant2007-05-231-1/+1
|
* Fix #491Robert Kern2007-04-041-1/+2
|
* Update version of this trunk.Travis Oliphant2007-04-021-1/+1
|
* Trunk is 1.0.2Travis Oliphant2006-12-021-1/+1
|
* Update version number of trunk.Travis Oliphant2006-10-251-1/+1
|
* Next numpy release should be 1.0Travis Oliphant2006-09-201-1/+1
|
* Up version number on trunk.Travis Oliphant2006-09-201-1/+1
|
* Bump up version number to rc1Travis Oliphant2006-09-051-1/+1
|
* Up version of trunk.Travis Oliphant2006-08-261-1/+1
|
* Fix silly version numberTravis Oliphant2006-08-211-1/+1
|
* Make trunk 1.0b4.dev releaseTravis Oliphant2006-08-211-1/+1
|
* Update version to 1.0b3Travis Oliphant2006-08-141-1/+1
|
* Fix-up version.py so that a release just changes a variable to True.Travis Oliphant2006-07-271-10/+12
|
* Last version change.Travis Oliphant2006-07-271-1/+1
|
* Fix revision numbers.Travis Oliphant2006-07-271-2/+2
|
* Make version number 0.9.9 until 1.0 comes outTravis Oliphant2006-07-261-1/+1
|
* Change trunk to version 1.1Travis Oliphant2006-07-211-1/+1
|
* Update head revision to 0.9.9Travis Oliphant2006-05-181-1/+1
|
* New version numberTravis Oliphant2006-03-141-1/+1
|
* Upgrade version number of trunk and add 'math'Travis Oliphant2006-02-171-1/+1
|
* Bumped up version after release.Travis Oliphant2006-01-221-1/+1
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-1/+1
| | | | .dtypechar -> .dtype.char
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-1/+1
|
* Fixed svn_version hooks.Pearu Peterson2006-01-041-2/+2
|
* More numpy fixes...Travis Oliphant2006-01-041-0/+12