Skip to content

Releases: ShawnStrasser/traffic-anomaly

v2.5.3

10 Jan 05:30

Choose a tag to compare

PyInstaller issue with lazy loading, fixed how sample data files load, hopefully.

v2.5.2

06 Jan 20:36

Choose a tag to compare

Fix schema mismatch error in decompose when input has extra columns.

v2.5.1

05 Jan 16:38

Choose a tag to compare

Better error handling to catch timestamp column not being datetime.

v2.5.0

25 Nov 22:06

Choose a tag to compare

Added optional filtering mechanism to help filter out changepoints that reverted back (transient).

v2.4.0

16 Sep 21:01

Choose a tag to compare

This update is primarily syntax changes to better support deployment to Snowflake.

Full Changelog: v2.3.0...v2.4.0

v2.3.0

09 Sep 00:40

Choose a tag to compare

Some upgrades for snowflake integration.

Full Changelog: v2.2.2...v2.3.0

v2.2.2

03 Sep 18:47

Choose a tag to compare

Updated percent change column in changepoints to be decimal.

Full Changelog: v2.2.1...v2.2.2

v2.2.1

27 Aug 22:22

Choose a tag to compare

Minor bug fix which fills NA in the anomaly columns with False.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

27 Aug 18:05

Choose a tag to compare

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

20 Aug 18:43

Choose a tag to compare

Added source point anomaly detection. Bumped to ibis 10.

Full Changelog: v2.0.0...v2.1.0