[Numpy-svn] [numpy/numpy] e1bffd: MAINT: Move numpy/core/code_generators/cversions.p...

GitHub noreply at github.com
Mon May 5 12:30:29 EDT 2014


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

  Changed paths:
    A numpy/core/cversions.py

  Log Message:
  -----------
  MAINT: Move numpy/core/code_generators/cversions.py to numpy/core.

This is done because it runs as a script, hence without context, and
this causes problems with imports in the code_generators package. This
became apparent when numpy_api.py was changed to import genapi.py from
the same package.


  Commit: 906ecabd71acc78b1d3ab658187919e196ee54d4
      https://github.com/numpy/numpy/commit/906ecabd71acc78b1d3ab658187919e196ee54d4
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M doc/HOWTO_RELEASE.rst.txt

  Log Message:
  -----------
  DOC: Document the new location of cversions.py.

The instructions in HOWTO_RELEASE.rst.txt needed to be modified.


  Commit: 98392ebd3a78f573e498118e56285bf703256b5d
      https://github.com/numpy/numpy/commit/98392ebd3a78f573e498118e56285bf703256b5d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M numpy/core/code_generators/cversions.txt
    M numpy/core/setup_common.py

  Log Message:
  -----------
  MAINT: Update the C-API hash in cversions.txt.

The new annotations caused the api hash to change.


  Commit: bcfe8fa7dfefdf6b3d60c39f8c758978e07f2da9
      https://github.com/numpy/numpy/commit/bcfe8fa7dfefdf6b3d60c39f8c758978e07f2da9
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    R numpy/core/code_generators/cversions.py

  Log Message:
  -----------
  MAINT: Delete code_generators/cversions.py in its old location.


  Commit: 8bf8b34bdceb9425e106278730ae50a95ad6b0ff
      https://github.com/numpy/numpy/commit/8bf8b34bdceb9425e106278730ae50a95ad6b0ff
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M numpy/core/include/numpy/numpyconfig.h

  Log Message:
  -----------
  MAINT: Add NPY_1_9_API_VERSION to numpyconfig.h.

Defined to the same value it same value as the NPY_1_8_API_VERSION as
there have been no deprecated macros or functions in the include files.


  Commit: 6a36c11b46f9171c443cff1c01d23b297696816b
      https://github.com/numpy/numpy/commit/6a36c11b46f9171c443cff1c01d23b297696816b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M doc/HOWTO_RELEASE.rst.txt

  Log Message:
  -----------
  DOC: Update HOWTO_RELEASE.rst.txt.

Add more detail in the "Check the C API version number" section.


  Commit: 8e0ac440329188b959520a0a7ce41ef60b2fb3c2
      https://github.com/numpy/numpy/commit/8e0ac440329188b959520a0a7ce41ef60b2fb3c2
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-05-05 (Mon, 05 May 2014)

  Changed paths:
    M doc/HOWTO_RELEASE.rst.txt
    R numpy/core/code_generators/cversions.py
    M numpy/core/code_generators/cversions.txt
    A numpy/core/cversions.py
    M numpy/core/include/numpy/numpyconfig.h
    M numpy/core/setup_common.py

  Log Message:
  -----------
  Merge pull request #4670 from charris/prepare-for-1.9-branch

Prepare for 1.9 branch


Compare: https://github.com/numpy/numpy/compare/b4ed857c5940...8e0ac4403291


More information about the Numpy-svn mailing list