Skip to content

Releases: IFCA-Advanced-Computing/frouros

v0.8.0

03 Apr 12:37
4e1e27e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

22 Feb 21:41
cfb5e4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Feb 20:51
72e5610
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

14 Aug 14:49
8906fcf
Compare
Choose a tag to compare

Added

  • Precompute kernel matrix values of reference data in MMD (speed up compare method if has to be used multiple times) #269

Changed

Removed

Fixed

  • Missing MMD chunk_size in statistical kwargs #267

v0.6.0

04 Aug 15:42
9f82542
Compare
Choose a tag to compare

Added

  • API examples to each detector #255
  • API examples to remaining objects (callbacks and datasets) #258

Changed

  • sphinx version from <7.1,>=5.3.0 to >=5.3.0,<7.2 #254
  • ipywidgets version from <8.1,>=8.0.0 to >=8.0.0,<8.2 #256
  • callbacks do not use kwargs anymore #261
  • README.md examples #263

Removed

  • mSPRT and WarningSamplesBuffer callbacks (temporary deprecated) #258
  • Unused common folder #260
  • Remove kwargs from init method in statistical tests #262
  • Remove unused additional parameters from update method in DDM_advance example #264

Fixed

  • Reject H0 condition in data drift detectors notebooks #253
  • Utils documentation section #257
  • Minimum numpy version that affects concept drift notebooks examples #259

v0.5.1

22 Jul 14:51
8368845
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

  • RBF kernel calculation #247
  • MMD statistic test method #248
  • p-values calculation in PermutationTestDistanceBased callback #249

v0.5.0

18 Jul 10:23
05fe195
Compare
Choose a tag to compare

Added

  • Label drift to concepts documentation section #241
  • Anderson-Darling data drift method #242
  • arXiv badge to README.md #243

Changed

Removed

Fixed

  • License badge to lower case in README.md #244

v0.4.1

03 Jul 08:21
6b49ec4
Compare
Choose a tag to compare

Added

Changed

  • Bump actions/setup-python from 3 to 4 #230
  • Update matplotlib from <3.7,>=3.6.0 to >=3.6.0,<3.8 #231
  • Update torchvision from <0.15,>=0.14.0 to >=0.14.0,<0.16 #232
  • Update sphinx from <5.4,>=5.3.0 to >=5.3.0,<7.1 #233
  • Update myst-parser from <0.19,>=0.18.0 to >=0.18.0,<2.1 #234
  • Update numpy from <1.25,>=1.24.0 to >=1.24.0,<1.26 #235
  • Update torch from <1.14,>=1.13.0 to >=1.13.0,<2.1 #236
  • Update scikit-learn from <1.3,>=1.2.0 to >=1.2.0,<1.4 #238

Removed

Fixed

v0.4.0

21 Jun 12:18
d8b51dd
Compare
Choose a tag to compare

Added

  • Bayesian Online Changepoint detector #223
  • Mann-Whitney U test #220

Changed

  • Include CUSUM detectors into Change detection detectors #224
  • Change download badge to total count #222

Removed

Fixed

  • DDM advance example cell comments #225
  • Welch's t-test name style #221

v0.3.2

09 Jun 07:53
ee84956
Compare
Choose a tag to compare

Added

  • What is what is not section in README.md #213

Changed

Removed

  • Unused decorators.py #215

Fixed

  • tqdm package version < 5 #217
  • Callbacks classes #216 #214
  • Package pyproject.toml description #212