Releases: danymat/INSAnonym-utils
Releases · danymat/INSAnonym-utils
0.10.3
0.10.1
New in this release
- New polished docs, and a website for code source documentation, now in English
- Brand new algorithms:
- Delete IDs (delete some ids in your column)
- Disturb (add a disruption to a int or float column, randomized)
- Pseudo (apply pseudo anonymization for values in your column)
- Added type checking for your data (supported types:
int
,float
,str
,datetime64
) - Bug fixes