- Fixed documentation badges.
- Python 3.8 -- 3.12 supported.
- Can now compare algebraic number in different fields.
- Update for new SymPy rational syntax.
- Iteratively tries allocating more memory for CyPari.
- Now using GitHub Actions for CI/CD.
- More accurate interval--rational multiplication.
- Removed Python 2 support.
- Added minimum Python dependency version.
- Fixed bug where eigenvectors were not checked that they are non-negative.
- Fixed accuracy bug found by JZung.
- Using tighter intermediate accuracy resulting in increased performance.
- Switched from using polcoeff to polcoef in pari libraries.
- Fixed bug in creating pari.one().
- Fixed bug in converting sympy fractions.
- Corrected version number.
- Created interfaces for cypari, cypari2 and sympy backends.
- Added method for getting matrix eigenvectors.
- Rescaling eigenvector for performance.
- Better sign testing.
- Fixed py.test --durations flag.
- Fixed py.test --durations flag.
- Added pos method to RealAlgebraic.
- More support for floats.
- Added abs method.
- Switched to Travis.com.
- Added e support to Interval.from_string.
- Fixed accuracy vs precision bugs.
- Fixed hypothesis testing strategies.
- First git release.