Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1010 Bytes

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1010 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[0.4.0]

  • Added reidentification method
  • Fixed wellDiv function
  • Fixed general anonymisation method (min and max)

[0.3.0]

  • Addedexport configuration in yaml file (#32)
  • Added New swapping method (#34)

[0.2.0]

  • Added add logs (#30)
  • Fixed kdtree : change dimension until cluster splittable, modulo n.dim (#19)
  • Added Update random noise (#16)

[0.1.1]

  • Fixed KDTree doesn't stop splitting along 1 dimension

[0.1.0]

  • Added First public version released