Releases: algebraic-solving/AlgebraicSolving.jl
Releases · algebraic-solving/AlgebraicSolving.jl
v0.10.5
AlgebraicSolving v0.10.5
Merged pull requests:
- Add multivariate rational interpolation (#122) (@wegank)
- Avoid some invalidations related to
Base.hash(#123) (@lgoettgens) - adds script for testing local msolve in AlgebraicSolving (#124) (@ederc)
- Fix typo in index.md (#126) (@albinahlback)
- Allow Gröbner basis computation with inputs in msolve format (#127) (@wegank)
- Allow parallel Gröbner basis computations (#128) (@wegank)
- Allow calls to _core_msolve with inputs in msolve format (#130) (@wegank)
- Allow parallel parametrization computations (#131) (@wegank)
- Use leading_coefficient from AbstractAlgebra.jl (#134) (@wegank)
- Bump msolve version to 0.9.5 (#136) (@wegank)
- Bumps to msolve v0.900.502 (#137) (@ederc)
- Fix issue when calling _core_groebner_basis_array from Oscar (#139) (@wegank)
- Fix bug in Gröbner basis caching (#140) (@wegank)
- Fix a multithreading bug in Newton interpolation (#143) (@wegank)
- Allow Nemo.jl v0.55, bump version to 0.10.5 (#144) (@lgoettgens)
Closed issues:
v0.10.4
v0.10.3
AlgebraicSolving v0.10.3
Merged pull requests:
- Allow Nemo 0.54; bump version to 0.10.3 (#118) (@lgoettgens)
v0.10.2
v0.10.1
AlgebraicSolving v0.10.1
Merged pull requests:
- fixes elimination GB bug due to fix via msolve v0.9.2 (#112) (@ederc)
- Allow Nemo.jl 0.53 (#115) (@lgoettgens)
Closed issues:
- Gröbner basis + elimination order = unreliable result (#110)
v0.10.0
AlgebraicSolving v0.10.0
- Adds rational parametrizations for algebraic curves
Breaking changes
- Uses msolve v0.9, thus slight interface resp. output changes due to bug fixes and optimizations in precision handling possible.
Merged pull requests:
v0.9.2
AlgebraicSolving v0.9.2
Merged pull requests:
v0.9.1
AlgebraicSolving v0.9.1
Merged pull requests:
- adds hilbert to documentation (#103) (@ederc)
- Make
Testa test-only dependency (#104) (@lgoettgens) - Dimension and Hilbert: handle zero ideal (#105) (@rprebet)
- Declare compatibility with Nemo 0.51 (#107) (@lgoettgens)
v0.9.0
AlgebraicSolving v0.9.0
Breaking changes
- Due to msolve v0.8.0 the default precision in coefficients when lifting to QQ has increased which might change results.
Merged pull requests:
v0.8.3
AlgebraicSolving v0.8.3
Merged pull requests:
- Allow Nemo 0.49 (#95) (@lgoettgens)
Closed issues:
- Using more than 32 variables in sig_groebner_basis (#92)