Skip to content

Releases: kalininalab/DataSAIL

v1.2.4

01 Dec 07:55

Choose a tag to compare

Version 1.2.4 ships some more bug fixes.

  • New output parameter for Python API to specify output directory and save cluster assignments and splits there.
  • Default values of epsilon and delta in CLI and API aligned to 0.05.
  • Two bugs in parameter handling fixed.

Full Changelog: v1.2.3...v1.2.4

v1.2.3

21 Oct 23:11

Choose a tag to compare

  • Bug fixed in overflow handling
  • Switch from pkg-resources to importlib

v1.2.2

14 Oct 13:13

Choose a tag to compare

Bug fix in the evaluation function

v1.2.1

19 Aug 17:06

Choose a tag to compare

  • Improved stratification and testing thereof to better handle mutliclass and multilabel-multiclass stratification
  • Bugs with big cluster handling fixed

v1.2.0

20 Jun 11:55

Choose a tag to compare

v1.2.0 (2025-07-20)

  • New Features!!!
    • DataSAIL can now handle clusters that are too big for one split. The new parameter overflow takes break or assign as arguments.
    • It is now possible to quantify the similarity-induced leakage with DataSAIL in the datasail.eval module.
  • Parallel publication of PyPI and conda packages
  • Major update of documentation

v1.1.1

03 May 22:22

Choose a tag to compare

Bug fix in S2 splitting

v1.1.0

27 Mar 00:05

Choose a tag to compare

Major rework of 2d splitting algorithms and many bug fixes to make tests pass again.

v1.0.7.zenodo

16 Oct 08:30

Choose a tag to compare

First Release for Zenodo

v1.0.7

27 Jun 10:47

Choose a tag to compare

Patch for parsing of delta

v1.0.6

25 Jun 09:11

Choose a tag to compare

Patch of datasail-lite build