[Numpy-svn] [numpy/numpy] 62e456: ENH: Add the scipy NumpyVersion class.

GitHub noreply at github.com
Fri May 16 13:27:46 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 62e4561f20ff681d321765d1083d3fde8db9a9f2
      https://github.com/numpy/numpy/commit/62e4561f20ff681d321765d1083d3fde8db9a9f2
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-15 (Thu, 15 May 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/lib/__init__.py
    A numpy/lib/_version.py
    A numpy/lib/tests/test__version.py

  Log Message:
  -----------
  ENH: Add the scipy NumpyVersion class.

The class is in numpy/lib/_version.py and can be used to compare
numpy versions when the version goes to double digits.


  Commit: 3398b0e1351befee32de6f243a51e2b99900a3d4
      https://github.com/numpy/numpy/commit/3398b0e1351befee32de6f243a51e2b99900a3d4
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-05-16 (Fri, 16 May 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/lib/__init__.py
    A numpy/lib/_version.py
    A numpy/lib/tests/test__version.py

  Log Message:
  -----------
  Merge pull request #4713 from charris/add-numpyversion

ENH: Add the scipy NumpyVersion class.


Compare: https://github.com/numpy/numpy/compare/ee494114ee1f...3398b0e1351b


More information about the Numpy-svn mailing list