-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release to prepare for numpy 2 #515
Comments
Done: https://pypi.org/project/emcee/3.1.5/ Please report back if there are any issues! |
Hi team, I haven't looked into the details yet, but AttributeError: module 'numpy' has no attribute 'exceptions' Is there any possible fix (e.g. specifying |
You can install the numpy 2.0.0 release candidate from pypi, but only for python>=3.9. |
You need at least numpy 1.25.0: https://numpy.org/doc/1.25/release/1.25.0-notes.html#numpy-now-has-an-np-exceptions-namespace There should be a workaround to support earlier versions. Will do a PR. |
@dfm this should get another bug fix release, since emcee 3.1.5 unintentionally dropped support for a lot of numpy versions. |
Since the first release candidate of numpy 2 is out (numpy 2.0.0rc1) and the ABI is stable with that, packages start building against numpy 2 (e.g. scipy) to have a smooth transition once the release is out.
Since #510 is merge and #509 is solved, it would be good to have a release of emcee that is ready for numpy 2 so dependent packages like GSTools can also start building against numpy 2 and also test it.
Could you create such a release in the near future or are there any other things blocking a new release of emcee?
ATM we have to use a hack to install the current develop version of emcee to test our package in the CI (link)
Thanks!
The text was updated successfully, but these errors were encountered: