Changelog
1.1.4 (2025-11-24)
Build System
- add Python 3.14 to supported versions (f6c2e92)
- add Python 3.13 to supported versions (dd3f756)
- add Pyflakes lint rule to Ruff configuration (b45d01c)
Code Refactoring
- set default sampling mode for perturbation to weighted (c3d96f1)
1.1.3 (2025-06-05)
Bug Fixes
- correct quantile computation for top/bottom-coding (numerical) (cc3541e)
- handle read-only array bug on perturbation (fb39da3)
- pipeline bug related to dtype casting (dbc4ff8)
1.1.2 (2025-05-14)
Bug Fixes
- data nulling dtype (#14) (1d61579)
- handle missing values correctly (70374e2)
- perturbation random state (c868211)
1.1.1 (2025-04-24)
Documentation
- clarify that the process is "pseudonymisation" (98bc600)
1.1.0 (2025-04-07)
Features
Documentation
1.0.1 (2025-03-07)
Bug Fixes
- add missing parentheses in
Config.__repr__(ef36d25) - invalid Config input with empty steps (80e8856)
Documentation
1.0.0 (2025-03-07)
First release 🎉