[Numpy-svn] [numpy/numpy] 0bfcb0: BUG: restore api for file npy_PyFile_Dup and npy_P...

GitHub noreply at github.com
Thu Mar 6 14:13:20 EST 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: 0bfcb0e36e90f1300a27848ce7d419292d0a53c0
      https://github.com/numpy/numpy/commit/0bfcb0e36e90f1300a27848ce7d419292d0a53c0
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/include/numpy/npy_3kcompat.h
    M numpy/core/src/multiarray/methods.c
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupClose

breaking the api breaks matplotlib build and pip installation.
Introduce npy_PyFile_Dup2 and npy_PyFile_DupClose2 as replacements


  Commit: f961cac6a4bd823f721315f251c683c8f12062b7
      https://github.com/numpy/numpy/commit/f961cac6a4bd823f721315f251c683c8f12062b7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/include/numpy/npy_3kcompat.h
    M numpy/core/src/multiarray/methods.c
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  Merge pull request #4455 from juliantaylor/api-restore-1.8

restore npy_PyFile_Dup api for 1.8.x


Compare: https://github.com/numpy/numpy/compare/23f8dcf86cf6...f961cac6a4bd


More information about the Numpy-svn mailing list