- Major refactor. CLI is now based on typer.
- Adds two cli options:
--invert-image
that can be used be invert images with dark-background and--remove-grid
that can be used to remove grids (defaultFalse
).
It is a maintenance release. The minimum supported python version is 3.9.
- Update to dependencies.
- Removed loguru. #11
- Drop support of python3.7.
- Fixed #14
- Better Windows support.
- Fixed regression: axis transformation was broken.
- Support for grids in the plots.
- Refactor.
poetry
based development and package management.