Skip to content

v0.2.0

Choose a tag to compare

@harens harens released this 31 Mar 18:49
1433bc0

0.2.0 (2026-03-31)

⚠ BREAKING CHANGES

  • documentation now targets DatasetSpec and anomalog.presets instead of the previous RawDataset and anomalog.datasets examples
  • api: replaced RawDataset and anomalog.datasets entrypoints with DatasetSpec(...).from_source(...).parse_with(...).label_with(...).template_with(...).build(); moved anomaly label readers to anomalog.labels; custom DatasetSource implementations must implement raw_logs_path/raw_logs_relpath and custom template parsers must accept dataset_name=... at runtime
  • parsers: moved structured and template parser imports from anomalog.structured_parsers and anomalog.template_parsers to anomalog.parsers.*

Features

  • api: add DatasetSpec builder and dataset presets (bab9df9)

Bug Fixes

  • cache: rerun materialized work when local artifacts are missing (60635ae)
  • tests: gitignore include integration log file (8355a90)

Documentation

  • rewrite README and quickstart for fluent DatasetSpec API (76a7b4e)

Miscellaneous Chores

Code Refactoring

  • parsers: move parser modules under anomalog.parsers (9ced56d)