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**: https://github.com/ACSVMath/sage_acsv/compare/v0.1.1...v0.2.0