Version 10 (modified by stefan, 4 years ago)

--

  • Port NumPy/SciPy to Python 3.0
  • integrate Jonathan Taylor's statistical models into scipy.stats.
  • clean up, refactor scipy package structure: scipy.lib, scipy.misc, scipy.stsci
  • modernize, clean-up scipy.weave/numpy.f2py, integrate fast-vectorize
  • Ndimage: Rewrite in Python where possible, port to Cython elsewhere. Decide on a consistent coordinate framework. As a bonus, fix boundary issues.
  • Automatic Differentiation <http://thread.gmane.org/gmane.comp.python.numeric.general/25959>_