Releases: diffix/desktop
Releases · diffix/desktop
v1.0.3
v1.0.2
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
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
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
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
Setup packages are NOT signed.
Version 0.3.1
- Added section about misusage to docs.
v0.3.0
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
Version 0.2.2
- Increased noise SD to 1.0.
- Updated appearance of anonymized results table.
v0.2.1
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
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.