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