|
1 | | -### Version 0.1.4 |
2 | | - |
3 | | - - Added UI feedback on data export. |
4 | | - - Added support for column generalization. |
5 | | - - Removed anonymized count value in low count rows. |
6 | | - - Added relative noise column in combined view. |
7 | | - |
8 | | -### Version 0.1.3 |
9 | | - |
10 | | -- Keep detected column types in anonymization output. |
11 | | -- Include .NET libraries in deployment. |
12 | | -- Added anonymization summary to notebooks. |
13 | | - |
14 | | -### Version 0.1.2 |
15 | | - |
16 | | -- Fix `reference` CLI executable binary generation on MacOS. |
17 | | - |
18 | | -### Version 0.1.1 |
19 | | - |
20 | | -- Added application icon. |
21 | | -- Made path resolution for reference CLI absolute in production builds. |
22 | | -- Dropped noise magnitude limiting. |
23 | | -- Noisy `count` aggregator doesn't return `NULL` anymore on insufficient data. |
24 | | -- Reduced the amount of rows used for data / result preview. |
25 | | -- Added notice about rows limit in data / result preview. |
| 1 | +### Version 0.1.4 |
| 2 | + |
| 3 | +- Added UI feedback on data export. |
| 4 | +- Added support for column generalization. |
| 5 | +- Removed anonymized count value in low count rows. |
| 6 | +- Added relative noise column in combined view. |
| 7 | +- Added side navigation in Notebooks. |
| 8 | + |
| 9 | +### Version 0.1.3 |
| 10 | + |
| 11 | +- Keep detected column types in anonymization output. |
| 12 | +- Include .NET libraries in deployment. |
| 13 | +- Added anonymization summary to notebooks. |
| 14 | + |
| 15 | +### Version 0.1.2 |
| 16 | + |
| 17 | +- Fix `reference` CLI executable binary generation on MacOS. |
| 18 | + |
| 19 | +### Version 0.1.1 |
| 20 | + |
| 21 | +- Added application icon. |
| 22 | +- Made path resolution for reference CLI absolute in production builds. |
| 23 | +- Dropped noise magnitude limiting. |
| 24 | +- Noisy `count` aggregator doesn't return `NULL` anymore on insufficient data. |
| 25 | +- Reduced the amount of rows used for data / result preview. |
| 26 | +- Added notice about rows limit in data / result preview. |
0 commit comments