Skip to content

Releases: CGI-FR/SIGO

v0.4.0

24 May 08:51
c5dd509
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 May 09:07
bf03043
Compare
Choose a tag to compare

Changelog

bf03043 Update CHANGELOG.md
7108ea5 Update CHANGELOG.md
324cb9a Feat: export configuration in yaml file (#32)
7f99449 Docs functions (#35)
0ff181d FEAT: add swapping method (#34)

v0.2.0

13 Apr 09:21
cccc64f
Compare
Choose a tag to compare

Changelog

cccc64f test: add unit tests for anonymizers (#27)
d3d5fd6 feat: add logs (#30)
c5fefa9 fix(kdtree): change dimension until cluster splittable, modulo n.dim (#19)
4283fd0 feat: Update random noise (#16)

v0.1.1

30 Mar 15:51
df07f11
Compare
Choose a tag to compare

Changelog

df07f11 perf: optimize AggregationAnonymizer (#24)
a83ea48 fix: remove cpu.pprof file
4b13826 feat: add option profiling (#26)
c8a92ce perf(bench): add bench test
1f08775 fix(license): replace PIMO by SIGO

v0.1.0

25 Jan 09:17
15a4206
Compare
Choose a tag to compare

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