Releases: ShawnStrasser/traffic-anomaly
v2.5.3
v2.5.2
Fix schema mismatch error in decompose when input has extra columns.
v2.5.1
Better error handling to catch timestamp column not being datetime.
v2.5.0
Added optional filtering mechanism to help filter out changepoints that reverted back (transient).
v2.4.0
This update is primarily syntax changes to better support deployment to Snowflake.
Full Changelog: v2.3.0...v2.4.0
v2.3.0
Some upgrades for snowflake integration.
Full Changelog: v2.2.2...v2.3.0
v2.2.2
Updated percent change column in changepoints to be decimal.
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Minor bug fix which fills NA in the anomaly columns with False.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Substantial efficiency improvements for changepoints robust=True option, fixed bug with how before/after averages were calculated (wrong window used), added param for min number of samples for changepoint to be detected. Overall, this is way better for changepoints!
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Added source point anomaly detection. Bumped to ibis 10.
Full Changelog: v2.0.0...v2.1.0