Releases: CGI-FR/SIGO
v0.4.0
What's Changed
- fix: wellDiv function by @giraud10 in #37
- docs: add sigo schema by @giraud10 in #46
- fix: change struct infos by simple vars by @giraud10 in #45
- 40 bug genralization method by @giraud10 in #41
- test: fix venom random failed by @youen in #47
- chore: update devcontainer by @youen in #48
- FEAT: Sigo Re-identification by @giraud10 in #21
- docs: update changelog by @adrienaury in #92
New Contributors
- @adrienaury made their first contribution in #92
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
Changelog
15a4206 doc: Update LICENSE (#13)
557a646 feat: Add random noise (#12)
e7b930a Merge pull request #10 from CGI-FR/top-and-bottom-coding
bb034ea docs: README trees example
a38eae8 docs: fix merge README
d05051c docs: update demo
7670421 docs: update demo README
75a241a docs: add demo in examples
b96e4ce feat: change coding anonymizer
1e83954 docs: update math formula
a506ec4 docs: add demo top bottom coding technique
fa9472a feat: add new anonymizer
75c0dd9 Merge pull request #9 from CGI-FR/add-micro-aggregation-anonymizer
4afb463 docs(readme):add PIMO usage in readme
bbe46bf chore(devcontainer): add pimo in devcontainer
df3e0fb docs: update demo README
1d918dc docs: add demo README
f3096a5 refactor: function Anonymize
66c22f5 docs: update math formula
c586e93 docs: add correlation heatmap
608d0ef docs: update correlation formula
fa202a2 docs: add micro-aggregation demo in trees example
1f93a14 docs: correlation (trees example)
fd0e5f3 docs: update demo (correlation)
f013b40 docs: add demo micro-aggregation
8a89de3 feat: add aggregation anonymizer
361c218 Merge pull request #11 from CGI-FR/select-anonymizer
51619d5 feat: add function newAnonymizer
ee7d7b6 feat: add dict Anonymizers
57ec147 refactor: flag anonymizer
88bc208 docs: add usage README
1bb867f feat: add flags method and parameter
838e1ce Merge pull request #6 from CGI-FR/proposal-general-anonymizer
a5a1226 fix(kdtree): fix initiateBounds
94cb23b feat(anonymizer): add anonymizer flag
de22a0a feat(anonymizer): considers qi in entry
e7859a0 fix(generalAnonymizer): fixed ranges bounds
5ae3d4d test(driver): add test for generalAnonymizer
c539a25 feat(anonymizer): add GeneralAnonymizer
b2fb3cc feat(anonymizer): add GeneralAnonymizer
2d16bcf Merge pull request #4 from CGI-FR/entropy-l-diversity
e5729fa fix(entropy): fixed entropy for test
8a6ae17 feat(ldiversity): add entropy flag
6edc319 feat(KDTree): add entropy for l-diversity
8b34694 fix(source): fix Sensitives()
869eb4c Mode debug (#7)
165b1c8 docs: add examples (#5)
2de5507 feat(kdtree): integrate l-diversity model in KDTree generalizer (#3)
0ca9f54 Merge pull request #2 from CGI-FR/add-dimensions
7a24467 feat: change rot newNode
3fa1de8 feat: instantiate rot node
4226954 fix(cmd): remove duplicate iteration over source
8f8111c docs(example): add simple dataset exemple
91eb1bb chore: merge main
b8da995 Merge pull request #1 from CGI-FR/add-lib-cobra
3bfb898 refactor(cmd): clean variable name
a8773f4 feat(kdtree): add dimension
5e45837 feat: add lib cobra
0eadf1a feat(kdtree): add log
2351789 test(tree): add more table test
c35c2c0 feat: model structur and kdtree
13e6c88 Initial commit