diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa08b8..5032af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [1.2.0](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.1.0...v1.2.0) (2026-05-07) + + +### Features + +* add max_rir function to calculate maximum re-identification risk ([9967d8a](https://github.com/IFCA-Advanced-Computing/pycanon/commit/9967d8a62b67789c8c12843c55e92e77541da81f)) +* update metrics ([ca5a435](https://github.com/IFCA-Advanced-Computing/pycanon/commit/ca5a435b105a05843a2d97454fbffdb256681b1b)) + + +### Bug Fixes + +* fix lint ([2ca35ec](https://github.com/IFCA-Advanced-Computing/pycanon/commit/2ca35ecce3dc68e870b2de6cf7473582766d2447)) +* fix lint ([947c2a9](https://github.com/IFCA-Advanced-Computing/pycanon/commit/947c2a9bb9ce30ebe1e4fd2d68ecc02892c50f8b)) +* fix lint ([bdf9297](https://github.com/IFCA-Advanced-Computing/pycanon/commit/bdf92977d45881a3392d13aa72ef2880af205c9d)) +* fix lint ([1ad047b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/1ad047b697844b83172f3353dfb7d359e1250c91)) +* fix reportlab dependency ([ea581e5](https://github.com/IFCA-Advanced-Computing/pycanon/commit/ea581e52311461b4e5ee46526d2cb52121662019)) +* readthedocs.yml ([aef8eb4](https://github.com/IFCA-Advanced-Computing/pycanon/commit/aef8eb43cfd7331142902d8aeb8a79cd414000ff)) +* remove file ([3e40737](https://github.com/IFCA-Advanced-Computing/pycanon/commit/3e40737474b366e3a63cf81c7d232558ab0674b7)) +* update .readthedocs.yml ([568f98d](https://github.com/IFCA-Advanced-Computing/pycanon/commit/568f98d71a92c96ef55113567ae120b44426557f)) +* update Read the Docs pipeline ([c94871b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c94871b2c49c29f014c47fc1a288a9a7b82f49c8)) +* update README.rst ([7a4913b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/7a4913b5dc64b683553441904e676cf4afc1c6fc)) +* update README.rst ([b4f4588](https://github.com/IFCA-Advanced-Computing/pycanon/commit/b4f4588b3e0c5129b1786e1d4202ef8818243650)) +* update README.rst ([c359a01](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c359a01f7ab06d56cc818bb459f4549936ff2d3a)) +* update README.rst ([62d29c2](https://github.com/IFCA-Advanced-Computing/pycanon/commit/62d29c263794d54d9e5105e7f7a13a61c0fa3248)) +* update README.rst ([e94459a](https://github.com/IFCA-Advanced-Computing/pycanon/commit/e94459a37ae03a7e1c2561cefcdee86a23363021)) +* update README.rst ([e5bc26b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/e5bc26bebb841db066bf3729bca53a7c12ae770f)) + + +### Documentation + +* add related software ([987a928](https://github.com/IFCA-Advanced-Computing/pycanon/commit/987a928e61c70877d63039cbad3bcee329107697)) +* fix .rst files ([7ab0ce4](https://github.com/IFCA-Advanced-Computing/pycanon/commit/7ab0ce48a56cb9384c7d01e576d052c511f9d3fc)) +* fix doc ([a77adec](https://github.com/IFCA-Advanced-Computing/pycanon/commit/a77adec254edb9a2f8c047c5b107c7f2ec2f0b96)) +* update .rst files ([0059d5a](https://github.com/IFCA-Advanced-Computing/pycanon/commit/0059d5a818378c6a33a35ce28cd8e8612d2f9424)) +* update conf.py ([9782917](https://github.com/IFCA-Advanced-Computing/pycanon/commit/97829171f5d62bedb8c8358580203ad1b9e68ca3)) +* update index.rst ([c233214](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c233214b873f8c7b96d815ddef37395f8209eef7)) +* update modules.rst ([b3833bc](https://github.com/IFCA-Advanced-Computing/pycanon/commit/b3833bc5f6e51c6f8ee880de2f565049a962ee07)) +* update README.rst ([7920f88](https://github.com/IFCA-Advanced-Computing/pycanon/commit/7920f8814bc608836b5438981b637e81ed4b1b9d)) + ## [1.1.0](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.5...v1.1.0) (2025-09-21) diff --git a/pycanon/__init__.py b/pycanon/__init__.py index 4d970fd..5d1eb3b 100644 --- a/pycanon/__init__.py +++ b/pycanon/__init__.py @@ -16,4 +16,4 @@ """pyCANON is a library to check the values of the most common data privacy models.""" -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index 1252e4f..ec0d9e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycanon" -version = "1.1.0" +version = "1.2.0" description = "pyCANON: A Python library to check the level of anonymity of a dataset." authors = [ "Judith Sáinz-Pardo Díaz ",