Skip to content

Releases: statice/anonymeter

Release 1.0.1

18 Nov 13:34
714ff2c

Choose a tag to compare

Changed

  • Significantly improved speed of SinglingOutEvaluator by using polars instead of pandas.
  • Support python 3.12
  • Included small example files to run the example notebooks.

Fixed

  • SinglingOutEvaluator getting stuck on multivariate queries
  • InferenceEvaluator throwing math domain error when provided with more than one secret column to guess.
  • SinglingOutEvaluator avoid false positives in duplicate query detections.
  • SinglingOutEvaluator supports input data with hyphens and other python keywords in the column names.

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

02 Feb 15:50
3a74081

Choose a tag to compare

Changed

  • numba is updated to 0.58 to allow for the newer numpy version
  • numpy version range is adapted accordingly to numba's requirements
  • python 3.11 is allowed
  • pandas version is relaxed to allow for pandas >= 2
    • added additional CI pipeline for pandas 2

Fixed

  • singling out evaluators getting stuck on multivariate queries

Full Changelog: v0.0.2...v1.0.0

Release 0.0.2

14 Jul 16:36
6783665

Choose a tag to compare

[0.0.2] - 2023-07-10

Added

  • CNIL mention (#18)
  • Customized logging on module level (#19)

Fixed

  • Pre-commit errors (#19)