issues
search
diffix
/
reference
Reference implementation for the Open Diffix anonymization mechanism.
https://www.open-diffix.org
Other
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support the new 'Adaptive Buckets' anonymization method.
#397
cristianberneanu
closed
1 year ago
0
`SELECT DISTINCT` queries are not handled properly.
#396
cristianberneanu
opened
1 year ago
0
Support `extract(... from ...)`
#395
pdobacz
closed
2 years ago
0
Add support for joining tables in anonymizing queries.
#394
cristianberneanu
closed
2 years ago
0
Fix parser to recognize cast as timestamp
#393
pdobacz
closed
2 years ago
0
Have a `cast` expression not impact the inferred column name
#392
pdobacz
closed
2 years ago
0
`date_trunc` and simple `DateTime` support
#391
pdobacz
closed
2 years ago
0
Recover and redistribute flattened outliers data.
#390
cristianberneanu
closed
2 years ago
3
Fix tests when running on Windows.
#389
cristianberneanu
closed
2 years ago
0
Update fir release branch to current master.
#388
cristianberneanu
closed
2 years ago
0
Minor tweak to simplify String sorting and align to PostgreSQL
#387
pdobacz
closed
2 years ago
2
Tweak project readme.
#386
cristianberneanu
closed
2 years ago
0
Add steps for making formatting work in VS Code.
#385
cristianberneanu
closed
2 years ago
0
Fix avg/avg_noise when anonymized count is 0
#384
pdobacz
closed
2 years ago
0
Fix parsing of Floats like 1.101 and 1.lots-of-digits
#383
pdobacz
closed
2 years ago
0
Query with invalid `SELECT` clause returns confusing error message.
#382
cristianberneanu
opened
2 years ago
0
Enable star bucket and LED hooks in CLI app.
#381
cristianberneanu
closed
2 years ago
0
Simplify anonymizer.
#380
cristianberneanu
closed
2 years ago
0
Move single quoting to be done in List stringifying only
#379
pdobacz
closed
2 years ago
3
Bug fixes for count histogram
#378
edongashi
closed
2 years ago
2
Remove obsolete section with dead links from README.md
#377
pdobacz
closed
2 years ago
0
Finalizer of AnonCountHistogram is not idempotent
#376
edongashi
closed
2 years ago
0
Change handling of pre-anonymization filters.
#375
cristianberneanu
closed
2 years ago
0
Simplify integer flooring
#374
edongashi
closed
2 years ago
0
Reject pre-anonymization filters in untrusted mode.
#373
cristianberneanu
closed
2 years ago
0
Add noiseless count_histogram aggregate
#372
edongashi
closed
2 years ago
0
Implement avg_noise
#371
pdobacz
closed
2 years ago
1
`avg_noise`
#370
pdobacz
closed
2 years ago
0
Money round the reported noise
#369
pdobacz
closed
2 years ago
0
Money rounding of reported noise
#368
pdobacz
closed
2 years ago
0
Revert "Add support for simple `WHERE` clauses."
#367
cristianberneanu
closed
2 years ago
0
sum_noise(col) and count_noise(distinct col)
#366
pdobacz
closed
2 years ago
0
Make sure normalization of cast(1.01 as real) works
#365
pdobacz
closed
2 years ago
1
Add simpler count distinct AID variant to anonymizer
#364
edongashi
closed
2 years ago
3
Merge latest Elm changes into master.
#363
cristianberneanu
closed
2 years ago
0
Support `sum_noise` and `count_noise(distinct ...)`
#362
pdobacz
closed
2 years ago
0
Add support for simple `WHERE` clauses.
#361
cristianberneanu
closed
2 years ago
0
Add DiffixAvg
#360
pdobacz
closed
2 years ago
0
Add DiffixAvg
#359
pdobacz
closed
2 years ago
0
Add DiffixCountNoise, unoptimized, unanonymized
#358
pdobacz
closed
2 years ago
0
Simplify Aggregators.fs
#357
pdobacz
closed
2 years ago
0
Merge Elm into Master
#356
cristianberneanu
closed
2 years ago
0
Remove bucket seed from LCF noise calculation
#355
pdobacz
closed
2 years ago
2
Pass args expressions to Aggregator.create
#354
edongashi
closed
2 years ago
0
Add DiffixSum
#353
pdobacz
closed
2 years ago
1
Drop SQL component of LCF seed
#352
edongashi
closed
2 years ago
1
Do not consider casts from text as rounding.
#351
cristianberneanu
closed
2 years ago
0
DiffixSum aggregate
#350
pdobacz
closed
2 years ago
0
Move project to .Net6.0.
#349
cristianberneanu
closed
2 years ago
0
Generalize star-bucket callback.
#348
cristianberneanu
closed
2 years ago
0
Next