Releases: statice/anonymeter
Releases · statice/anonymeter
Release 1.0.1
Changed
- Significantly improved speed of
SinglingOutEvaluatorby usingpolarsinstead ofpandas. - Support python 3.12
- Included small example files to run the example notebooks.
Fixed
SinglingOutEvaluatorgetting stuck on multivariate queriesInferenceEvaluatorthrowing math domain error when provided with more than one secret column to guess.SinglingOutEvaluatoravoid false positives in duplicate query detections.SinglingOutEvaluatorsupports input data with hyphens and other python keywords in the column names.
New Contributors
- @AwesomeLemon made their first contribution in #38
- @danclaytondev made their first contribution in #41
Full Changelog: v1.0.0...v1.0.1
Release 1.0.0
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