Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

96 lines (68 loc) · 2.99 KB

Changelog

Version 1.0.3

  • Added support for localization.
  • Added German localization.
  • Fixed display of unicode characters in data preview on Windows.

Version 1.0.2

  • Fixed input data with a "count" column resulting in incorrect suppress bin.
  • Various adjustments to noise generation in order to improve determinism (results will change).
  • App now uses invariant culture for decimals separator, regardless of system settings.
  • Fixed supression summary info when running in "count entities" mode.
  • Fixed a crash happening when encountering invalid values in a boolean column.
  • Upgraded to using .NET 6.0 for the anonymizer service.
  • Fixed type casting of generalized integer columns, which prevented expression normalization.

Version 1.0.1

  • Adjusts the computation of the suppression threshold mean to spec.
  • Fixes new release link in update notification message.

Version 1.0.0

  • Combine suppressed bins into a special * bin.
  • Added support for simple low-effect detection (LED).
  • Fixed decimal form inputs causing anonymization failure.

Version 0.4.0

  • Fixed name of "count" column in exported file.
  • Show the changelog in the "Documentation" tab.
  • Simplified window menu.
  • Added support for global aggregation.
  • Fixed noise scaling not being applied bug.
  • Added anonymization configuration step.

Version 0.3.1

  • Added section about misusage to docs.

Version 0.3.0

  • Added support for datasets with multiple rows per entity.
  • Fixed crash when bucketizing empty values.
  • Major performance optimizations.
  • Added support for counting entities.
  • Added license.
  • Increased absolute low count threshold to 3.

Version 0.2.3

  • Made data tables more compact.

Version 0.2.2

  • Increased noise SD to 1.0.
  • Updated appearance of anonymized results table.

Version 0.2.1

  • Anonymization summary is computed over the entire output.
  • Show suppression info about input and output rows in anonymization summary.
  • Replace average distortion with median distortion in anonymization summary.
  • Substring indexes are now 1-based.
  • Fixed substring crashes.
  • Fixed handling of real columns when system has a non-English locale.

Version 0.2.0

  • Added UI feedback on data export.
  • Added support for column generalization.
  • Removed anonymized count value in low count rows.
  • Added relative noise column in combined view.
  • Added side navigation in Notebooks.
  • Sets a default path on data export.

Version 0.1.3

  • Keep detected column types in anonymization output.
  • Include .NET libraries in deployment.
  • Added anonymization summary to notebooks.

Version 0.1.2

  • Fix reference CLI executable binary generation on MacOS.

Version 0.1.1

  • Added application icon.
  • Made path resolution for reference CLI absolute in production builds.
  • Dropped noise magnitude limiting.
  • Noisy count aggregator doesn't return NULL anymore on insufficient data.
  • Reduced the amount of rows used for data / result preview.
  • Added notice about rows limit in data / result preview.