Skip to content

Releases: ArtLabss/open-data-anonymizer

v.0.3.7

19 Apr 04:37
Compare
Choose a tag to compare

PDF Anonymization Added

  • pdfAnonymizer class added inside pdf module
  • pdfAnonymizer can now take either a path to file or a url_path
  • docstrings updated
  • Pytests for pdf module added

Please refer to README.md for further information or examples of usage

v0.2.6

25 Mar 02:46
Compare
Choose a tag to compare

What's New?

  • Minor Bugs Fixed
  • `seed` argument for reproducible result added to `dfAnonymizer.anonym` function

v0.2.5

08 Mar 02:10
Compare
Choose a tag to compare

What's New?

  • Minor Bugs Fixed
  • Pytests for anonympy/images updated
  • Pytests for anonympy/pandas added
  • seed argument added to dfAnonymizer.categorical_fake,dfAnonymizer.categorical_resampling, dfAnonymizer.datetime_fake,dfAnonymizer.anonymize for reproducible results
  • seed argument added to imAnonymizer.face_SaPfor reproducible results

v0.2.3

05 Feb 04:32
Compare
Choose a tag to compare

What's New?

  • imAnonymizer class added for image anonymization
  • Available methods: Face blurring, face pixaled blurring, face salt and pepper noise and general blurring (avg, median, Gaussian ...)
  • Docstrings added
  • Bugs fixed
  • examples.ipynb extended

Full Changelog: 0.2.0...0.2.3

v0.2.0

23 Dec 06:50
Compare
Choose a tag to compare

What's New?

  • Documentation extended
  • info method added to dfAnonymizer object
  • load_dataset - sample datasets added (size='small' / size = 'big')
  • Conflicting packages issue resolved.

Full Changelog: 0.1.2...0.2.0

v0.1.2

21 Dec 04:48
Compare
Choose a tag to compare

What's New?

  • Minor Bug fixed.
  • pip installation added.
  • Documentation updated.
  • Conflicting packages resolved.

Full Changelog: 0.1.1...0.1.2

v0.1.1

21 Dec 04:29
Compare
Choose a tag to compare

What's New?

  • README.md
  • CONTRIBUTING.md
  • CODE_OF_CONDUCT.md
  • BSD 3-Clause License

Full Changelog: 0.1.0...0.1.1

v0.1.0

21 Dec 03:52
Compare
Choose a tag to compare

What's New?

  • Functions for numeric columns added (Binning, Perturbation, PCA masking, Rounding)
  • Functions for categorical columns added (Synthetic data, Resampling from same distribution, Tokenization)
  • Functions for datetime columns added (Synthetic date, Perturbation)

Full Changelog: https://github.com/ArtLabss/open-data-anonimizedr/commits/0.1.0