Releases: ACSVMath/sage_acsv
Releases · ACSVMath/sage_acsv
v0.3.0
Release Overview
This new release of sage_acsv
ships with ...
- ... various breaking changes to the public interface; primarily renaming of functions to follow a consistent (
snake_case
) scheme, - HTML documentation, in particular a reference manual!
- and various further internal improvements and bug fixes.
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
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 ofTerm
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