Skip to content

ARX 3.8.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@prasser prasser released this 21 Jun 12:51
· 235 commits to master since this release

Due to the length of the current development cycle (almost one year), we decided to pre-release an alpha version of ARX 3.8.0 for further testing.

New Features

  • Core: Added method to support optimizing output data regarding data quality models when using Differential Privacy
  • Core: Included a reliable computing framework to prevent numeric instabilities when implementing some privacy models
  • Core: Added new methods to evaluate the performance of privacy-preserving prediction models
  • Core: Made the handling of suppressed values in input and output data more consistent
  • GUI: Added new views for visually analyzing the performance of privacy-preserving prediction models

Enhancements

  • Core: Improved core data structures to enable handling of data of higher dimensionality
  • GUI: Improved SWT components and data structures to enable handling of data of higher dimensionality
  • GUI: Improved some views and plots
  • Dev: Added experimental support for building ARX with Maven

Bugfixes

  • Various minor bugfixes