[Numpy-svn] [numpy/numpy] fe8574: BUG: PEP440 compliant versioning for development r...

GitHub noreply at github.com
Fri Sep 25 13:40:56 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fe857457d4f3fa268495cb962521769bd4ce1da0
      https://github.com/numpy/numpy/commit/fe857457d4f3fa268495cb962521769bd4ce1da0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M pavement.py

  Log Message:
  -----------
  BUG: PEP440 compliant versioning for development releases.

The pavement script was not using the new '.dev0+' GIT_REVISION[:7]
suffix for development releases.


  Commit: 32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e
      https://github.com/numpy/numpy/commit/32a6b4547f8f94e481f7d1a6e2656c9fa9c6c62e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M MANIFEST.in
    M numpy/core/setup.py

  Log Message:
  -----------
  BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in

Those files in numpy/core/src/multiarray were only included in source
distributions when HAVE_CBLAS was defined, making the distribution
contents depend on the local configuration.

Closes #6343.


  Commit: 935c634e5665647187af8545cb94394f9ac9da82
      https://github.com/numpy/numpy/commit/935c634e5665647187af8545cb94394f9ac9da82
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M numpy/lib/tests/test__version.py

  Log Message:
  -----------
  TST: Update test__version.py.

Added tests for the x.x.dev0+1234567 form  together with alpha and beta
versions of same.

Updates lifted from scipy.


  Commit: 1bf73fa0119fc4ed9ab771d01e1cee5e9fd36c76
      https://github.com/numpy/numpy/commit/1bf73fa0119fc4ed9ab771d01e1cee5e9fd36c76
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-25 (Fri, 25 Sep 2015)

  Changed paths:
    M MANIFEST.in
    M numpy/core/setup.py
    M numpy/lib/tests/test__version.py
    M pavement.py

  Log Message:
  -----------
  Merge pull request #6347 from charris/fix-sdist-missing-files

Fix a couple of distribution problems


Compare: https://github.com/numpy/numpy/compare/1765438b5f68...1bf73fa0119f


More information about the Numpy-svn mailing list