Skip to content

Releases: diffix/desktop

v1.0.3

29 Nov 14:43
Compare
Choose a tag to compare

Setup packages are NOT signed.

Version 1.0.3

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

v1.0.2

19 May 15:45
Compare
Choose a tag to compare

Setup packages are NOT signed.

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 suppression 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.

v1.0.1

19 Jan 09:53
Compare
Choose a tag to compare

Setup packages are NOT signed.

Version 1.0.1

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

v1.0.0

14 Jan 10:49
Compare
Choose a tag to compare

Anonymization algorithm now fully conforms to the Diffix Elm specification.
Setup packages are NOT signed.

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.

v0.4.0

06 Dec 14:38
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Setup packages are NOT signed.

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.

v0.3.1

03 Nov 08:50
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Setup packages are NOT signed.

Version 0.3.1

  • Added section about misusage to docs.

v0.3.0

02 Nov 14:22
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Setup packages are NOT signed.

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.
  • Made data tables more compact.

v0.2.2

06 Sep 11:56
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Version 0.2.2

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

v0.2.1

03 Sep 13:13
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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.

v0.2.0

01 Sep 13:26
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Setup packages are NOT signed.

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.