[SciPy-Dev] when to drop numpy 1.5.x/1.6.x support?

Ralf Gommers ralf.gommers at gmail.com
Sat Dec 13 07:05:17 EST 2014


Hi all,

During the last week there were 3 PRs that failed because they used
features not available in numpy 1.5.x or 1.6.x:
  https://github.com/scipy/scipy/pull/4238 (copy kw to astype method)
  https://github.com/scipy/scipy/pull/4256 (out kw to ufuncs)
  https://github.com/scipy/scipy/pull/4260 (use of np.random.choice)

All those issues were/are fixable, but it looks like the balance of gain
from keeping support for those numpy versions to development effort of
supporting them is slowly shifting the wrong way. So questions:

1. Is anyone still relying on numpy 1.5.x or 1.6.x support for the next
scipy releases?
2. Is it time to drop support for those versions, or if not then when?

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20141213/405ca020/attachment.html>


More information about the SciPy-Dev mailing list