Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 2.45 KB

Changelog

0.3.3 - 2024-08-05

  • Add support for wildcards in GCS URIs in CSV data loader.
  • Upgrade Pandas to 2.2.2.

0.3.2 - 2024-07-16

  • Exposes the n_component and covariance_type parameters of the one-class classifier.

0.3.1 - 2024-07-13

  • Now writes out the pseudolabel weights and a flag that indicates whether a sample has a ground truth label (0) or a pseudolabel (1).

0.3.0 - 2024-07-10

  • Add the ability to use CSV files on GCS as data input/output/test sources.
  • Miscellaneous bugfixes.

0.2.2 - 2024-05-19

  • Update the OCC training to use negative and unlabeled samples for training.

0.2.1 - 2024-05-18

  • Updates to data loaders. Label column filter can now be a list of integers.

0.2.0 - 2024-05-05

  • Add PyPi support. Minor reorganization of repository.

0.1.0 - 2024-04-17

  • Initial release