Skip to content

Releases: danymat/INSAnonym-utils

0.10.3

20 May 08:14
a7d95f1
Compare
Choose a tag to compare

New in this release

Bug fixes

  • First line on csv reading was used to generate header
  • Fix header generation in exporting to csv
  • Error in sample generation because of column type void

Docs

  • Added user docs for INSAnonym

0.10.1

27 Apr 13:47
57340f7
Compare
Choose a tag to compare

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

0.5.0

22 Apr 15:04
01d28ee
Compare
Choose a tag to compare

0.5.0

Release Notes

  • Création d'une documentation
  • Possibilité de créer ses propres algorithmes
  • Commande de création d'un fichier de configuration sample

0.3.0

21 Apr 14:29
6b53d07
Compare
Choose a tag to compare

0.3.0

Release notes

  • Added support for python 3.8.*