Skip to content

v0.6.0

Compare
Choose a tag to compare
@jaime-cespedes-sisniega jaime-cespedes-sisniega released this 04 Aug 15:42
· 231 commits to main since this release
9f82542

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