You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)