[Numpy-svn] [numpy/numpy] 33777c: ENH: for savez create temporary file alongside wit...

GitHub noreply at github.com
Mon Feb 8 20:58:05 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 33777c64fefbd0919d3cf8f832c302205b4ede23
      https://github.com/numpy/numpy/commit/33777c64fefbd0919d3cf8f832c302205b4ede23
  Author: Yaroslav Halchenko <debian at onerussian.com>
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  ENH: for savez create temporary file alongside with the target file

Closes: gh-5336


  Commit: 8a22dd42c2644c05500e2cea6974a6988a9dd01d
      https://github.com/numpy/numpy/commit/8a22dd42c2644c05500e2cea6974a6988a9dd01d
  Author: Yaroslav Halchenko <debian at onerussian.com>
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  ENH: catch and rethrow exception in _savez upon IOError with filename info


  Commit: dc61b5eb3e2c1f0ee61a48a3fa9f7a290f5d1c84
      https://github.com/numpy/numpy/commit/dc61b5eb3e2c1f0ee61a48a3fa9f7a290f5d1c84
  Author: Yaroslav Halchenko <debian at onerussian.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  BF: Since savez could be used with BytesIO - check if file is a string


  Commit: 553137119d219d21229ec407b32d85e590d2a0c1
      https://github.com/numpy/numpy/commit/553137119d219d21229ec407b32d85e590d2a0c1
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  Merge pull request #7133 from yarikoptic/bf-savez

savez: temporary file alongside with target file and improve exception message upon IOError


Compare: https://github.com/numpy/numpy/compare/c4bb7e9c7bc6...553137119d21


More information about the Numpy-svn mailing list