This PR introduces some API changes and improvements to plotting.
The API changes are the most important and are not backwards compatible. In particular, the Track type has been removed; Mask should be used moving forward. Parsing of type hints no longer uses typing.NewType, which is nicer for documentation. Also, allows more flexibility for setting types and options directly in the type hints.
New
Unit tests for correct argument passing.
Logo.
Improved
Added a KDE option to histogram plot.
Figure formatting is simplified.
Fixed
Fixed a bug related to array types in wavelet_background_subtract.
This PR introduces some API changes and improvements to plotting.
The API changes are the most important and are not backwards compatible. In particular, the
Track
type has been removed;Mask
should be used moving forward. Parsing of type hints no longer usestyping.NewType
, which is nicer for documentation. Also, allows more flexibility for setting types and options directly in the type hints.New
Unit tests for correct argument passing.
Logo.
Improved
Added a KDE option to histogram plot.
Figure formatting is simplified.
Fixed
wavelet_background_subtract
.