Skip to content

v0.4.0

Choose a tag to compare

@sjeknic sjeknic released this 24 Jun 21:32
· 7 commits to main since this release
492c35f

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.