Skip to content

Releases: IFCA-Advanced-Computing/frouros

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

v0.3.1

02 Jun 13:39
10d7c81
Compare
Choose a tag to compare

Added

Changed

  • Abstract classes start with "Base" instead of ending in "Base" #208

Removed

Fixed

  • PyPI missing logo #210
  • Package pyproject.toml #209
  • Documentation links #207

v0.3.0

31 May 15:31
e8be7c1
Compare
Choose a tag to compare

Added

  • PR template #196
  • Documentation workflow #194
  • Issue templates #191
  • Extra information to README.md #187
  • Code of conduct #181

Changed

  • Multivariate example #204
  • Bivariate example #202
  • MNIST example
  • Contributing section #200
  • Replace detectors image with a table #187 #197
  • Reorganize concept drift methods #184 #186

Removed

  • Documentation about section #198
  • Remove unused concept drift utils.py #185

Fixed

  • Permutation tests p-values using z-score #203
  • MNIST example #201
  • Detector repr for callbacks #199
  • requests package version #190
  • Documentation menus #189

v0.2.7

11 May 14:07
3b16f6b
Compare
Choose a tag to compare

Added

  • Mean and CircularMean basic unit tests #179

Changed

Removed

Fixed

  • Fix MMD and mSPRT calculations #177
  • Fix CircularMean inefficient implementation #178

v0.2.6

30 Apr 10:26
9857029
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

  • Fix mSPRT likelihood setting theta=0 #175

v0.2.5

28 Apr 19:15
18e9c67
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

  • Fix missing on_fit_end function mSPRT streaming callback #172

v0.2.4

28 Apr 13:43
bdc4fa0
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

  • Fix missing chunk size argument in MMD streaming #169

v0.2.3

28 Apr 11:01
8e851b4
Compare
Choose a tag to compare

Added

  • MMD can be used as a streaming detector #163 #166
  • mSPRT streaming callback #165

Changed

Removed

Fixed

  • Fix doc missing window size argument in IKS #164

v0.2.2

10 Apr 10:17
3dabf17
Compare
Choose a tag to compare

Added

  • MMD can be calculated using chunks instead all data at the same time #157

Changed

Removed

Fixed

  • Fix doc missing BhattacharyyaDistance and HellingerDistance #155
  • Fix and rename HistogramIntersection to HINormalizedComplement #156 #158

v0.2.1

17 Mar 19:10
0402381
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

  • Fix missing contributing section. #147
  • Fix doc index.md heading. #150
  • Fix missing logo. #152
  • Fix missing Python 3.11 version. #153