Skip to content

Latest commit

 

History

History
242 lines (115 loc) · 9.92 KB

CHANGELOG.md

File metadata and controls

242 lines (115 loc) · 9.92 KB

CHANGELOG

v0.0.8 (2024-01-03)

Fix

  • fix: export LS classifier (dbf31f4)

Refactor

  • refactor: semantic settings (b07818f)

v0.0.7 (2024-01-02)

Feature

v0.0.6 (2023-12-22)

Fix

  • fix(protos): missing subsampling for Ps calibrated (133f8eb)

v0.0.5 (2023-12-22)

Documentation

  • docs: coinpress reference (5c8bf95)

Feature

  • feat(protos): subsampled prototyping (b75a94b)

  • feat(protos): subsampled mechanism (702c4bb)

  • feat: binary calibration algorithm (bd9bcc2)

  • feat: support manual step definition (21f6dd8)

Fix

  • fix: pass p_sampling (df1f518)

  • fix(protos): pass subsampling (74aae5c)

v0.0.4-a.3 (2023-12-21)

v0.0.4-a.2 (2023-12-21)

Chore

Documentation

  • docs: types and docs for mechanism (d79ce1b)

Feature

  • feat: mechanism calibration (4dea3b8)

  • feat: mechanisms importable (47b5a62)

  • feat: autodp mechanism (0525d35)

Fix

  • fix: scaled mechanism steps (81cf99e)

  • fix: coinpress relative import (ca1edc5)

Refactor

v0.0.4-a.1 (2023-12-20)

Breaking

  • refactor!: remove manual RDP conversion (2b95994)

Chore

Documentation

  • docs: missing k_classes (e3b2390)

Feature

Fix

  • fix(dpls): indexing k_classes (5de4643)

  • fix(protos): invalid ndarray type hint (8be5b1e)

  • fix(DPLS): k_classes max number of classes (26e47f9)

  • fix: solve instead of inverse (d2c5eb6)

Unknown

  • refactorr: utils interface (2f7e4fc)

v0.0.3 (2023-12-14)

Documentation

Fix

  • fix: clipped samples for class calculation (7647872)

Refactor

Test

v0.0.3-a.2 (2023-12-13)

Feature

  • feat: LS classification (63195b1)

v0.0.3-a.1 (2023-12-13)

Documentation

Unknown

v0.0.2 (2023-12-13)

Build

Documentation

Feature

  • feat: support unbalanced classes (aaa3070)

v0.0.1 (2023-12-13)

Build

Chore

Documentation

Feature

  • feat: build and publish workflow (f155e09)

  • feat: publish workflow (091ebde)

  • feat: pyproject and dp prototypes (23327d4)

  • feat: dp-ls (415e39a)

Fix

Style

Test

Unknown