[Numpy-svn] [numpy/numpy] 727655: MAINT: Use ast.literal_eval in safe_eval.

GitHub noreply at github.com
Wed Oct 15 19:50:25 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 727655193aa9b4d4068650a3f8a9b49a6a2e0cb4
      https://github.com/numpy/numpy/commit/727655193aa9b4d4068650a3f8a9b49a6a2e0cb4
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/lib/utils.py

  Log Message:
  -----------
  MAINT: Use ast.literal_eval in safe_eval.

This does what is needed now that the compiler module is no longer
used.


  Commit: c2c7051d926b6ce0665e53ce8dd0f522380a57d6
      https://github.com/numpy/numpy/commit/c2c7051d926b6ce0665e53ce8dd0f522380a57d6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/lib/utils.py

  Log Message:
  -----------
  DEP: Deprecate SafeEval class.

The class is no longer used in numpy and was never exported.


  Commit: 51f0976c1ca101a01d09e26ee5dfea5360f73c63
      https://github.com/numpy/numpy/commit/51f0976c1ca101a01d09e26ee5dfea5360f73c63
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/lib/utils.py

  Log Message:
  -----------
  Merge pull request #5192 from charris/deprecate-safeeval-class

Deprecate SafeEval class


Compare: https://github.com/numpy/numpy/compare/35fad05fba62...51f0976c1ca1


More information about the Numpy-svn mailing list