File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.0.5 "
2
+ "." : " 1.1.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.0] ( https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.5...v1.1.0 ) (2025-09-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * add logo ([ dd2df3e] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/dd2df3e1b1be9e4a2eef688625c3ddbefad96dfd ) )
9
+ * add logo ([ b6cfa7c] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/b6cfa7ca2cd9f7290d5bd1d489b9b5bf3d9f000d ) )
10
+ * add re-identification metric ([ 89719c6] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/89719c69afa4a5055cc3ebe857037b27e252a23a ) )
11
+ * add re-identification metric ([ b250032] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/b250032c96ccea019c0cf3565918349dc404e1da ) )
12
+
13
+
14
+ ### Documentation
15
+
16
+ * update .readthedocs.yml ([ cada8f0] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/cada8f03f8e6400b841df87d60ca687976af836b ) )
17
+ * update conf.py ([ 219ce1a] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/219ce1a496065765d1ea6a3e97b22a6cc113d8de ) )
18
+ * update docs ([ f472f57] ( https://github.com/IFCA-Advanced-Computing/pycanon/commit/f472f5730f066822266c50c0b3129a867709ed7c ) )
19
+
3
20
## [ 1.0.5] ( https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.4...v1.0.5 ) (2025-04-22)
4
21
5
22
Original file line number Diff line number Diff line change 16
16
17
17
"""pyCANON is a library to check the values of the most common data privacy models."""
18
18
19
- __version__ = "1.0.5 "
19
+ __version__ = "1.1.0 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pycanon"
3
- version = " 1.0.5 "
3
+ version = " 1.1.0 "
4
4
description = " pyCANON: A Python library to check the level of anonymity of a dataset."
5
5
authors = [
6
6
" Judith Sáinz-Pardo Díaz <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments