summaryrefslogtreecommitdiff
path: root/numpy/version.py
Commit message (Collapse)AuthorAgeFilesLines
* 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