There are no API changes in this major release. But there are breaking ABI changes.
Added:
- Added compatibility with FLINT 3. (This is a breaking ABI change. A library built against FLINT 3 is not compatible with a library built against FLINT 2. You can still build against FLINT 2 and such a library should be compatible with the previous version 3.1.0)
Changed:
- Changed how Arb expressions print when used in Python. They now just print as "arithmetic expression" since there was a spurious segfault on macOS that we could not reliably reproduce and make sense of.