-
-
Notifications
You must be signed in to change notification settings - Fork 703
Mpmath 1.4 alpha update, setup.py and meson compatible #40669
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
base: develop
Are you sure you want to change the base?
Conversation
…dle mpmath types without Sage backend
…ion_doctest.py: Update class name in doctest output
|
Documentation preview for this PR (built with commit e7f5fb5; changes) is ready! 🎉 |
|
The big problem here is that no other distros are going to switch to an alpha release without a very good reason. I think for there to be any hope of it getting merged before the official 1.4.0, we would need to support 1.3.x as well. (Debian et al. may remain on 1.3.x for a while anyway). It doesn't look like there are too many tests to worry about. Just code that needs to be enabled/disabled. With meson, we could check for the version being used, and then add e.g. |
|
Actually for the deleted functions like |
This branch takes over from #38565 and include fix for the meson build.
It also update to the latest mpmath 1.4.0 alpha release. Releases beyond 1.4.0.a1 have some fix for sagemath but some test may still be broken.
📝 Checklist