Skip to content

Releases: ACSVMath/sage_acsv

v0.3.0

13 Apr 18:44
eb199f7
Compare
Choose a tag to compare

Release Overview

This new release of sage_acsv ships with ...

A full list of merged pull requests can be found below.

Full List of Changes

  • Introduce consistent naming scheme across module by @behackl in #33
  • Rendered HTML documentation by @behackl in #34
  • Issue deprecation warnings via module logger by @behackl in #38
  • Various improvements (layout, style) of rendered documentation by @behackl in #37
  • Fix a problem with asymptotic formula by @turnip314 in #35
  • Fix issue with whitney strat not being radical by @turnip314 in #43
  • Overall module cleanup and refactoring backends by @behackl in #42
  • Prepare new release, v0.3.0 by @behackl in #46

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Mar 01:03
f66d449
Compare
Choose a tag to compare

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

v0.1.1

28 Jun 03:24
3da1f4d
Compare
Choose a tag to compare

What's Changed

  • Added support for multiple output formats by @behackl in #1
  • Fixed some typos and information in README by @behackl in #3
  • Bumped version number to 0.1.1 by @behackl in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Mar 18:48
Compare
Choose a tag to compare
bump version to 0.1.0, added some more metadata