Skip to content

v0.2.0

Compare
Choose a tag to compare
@behackl behackl released this 15 Mar 01:03
· 74 commits to main since this release
f66d449

The new release of sage_acsv comes with...

  • support for diagonal asymptotics in cases where the singular variety is not smooth,
  • a change in the default output format (from symbolic output to an asymptotic expansion),
  • an auxiliary function get_expansion_terms that decomposes the summands of some given asymptotic output as a list of Term objects that can be inspected easily,
  • the ACSVSettings class, which holds several package-global configuration options (like the default output format, or the backend used for Gröbner basis computations)
  • and many other small improvements and bug fixes.

Full Changelog: v0.1.1...v0.2.0