From 29e389b55f843812f59f3f3a450e6e915f5ac116 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 17 Jan 2024 12:55:20 +0000 Subject: [PATCH 1/3] release actions --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- splink/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22833ef03..a62e84cb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.9.11] - 2024-01-17 + ### Added - Ability to block on array columns by specifying `arrays_to_explode` in your blocking rule. ([#1692](https://github.com/moj-analytical-services/splink/pull/1692)) @@ -65,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Corrected path for Spark `.jar` file containing UDFs to work correctly for Spark < 3.0 ([#1622](https://github.com/moj-analytical-services/splink/pull/1622)) - Spark UDF `damerau_levensthein` is now only registered for Spark >= 3.0, as it is not compatible with earlier versions ([#1622](https://github.com/moj-analytical-services/splink/pull/1622)) -[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.10...HEAD +[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.11...HEAD +[3.9.11]: https://github.com/moj-analytical-services/splink/compare/3.9.10...3.9.11 [3.9.10]: https://github.com/moj-analytical-services/splink/compare/v3.9.9...3.9.10 [3.9.9]: https://github.com/moj-analytical-services/splink/compare/v3.9.8...3.9.9 [3.9.8]: https://github.com/moj-analytical-services/splink/compare/v3.9.7...v3.9.8 diff --git a/pyproject.toml b/pyproject.toml index 32b40971a3..a0b7f82653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.10" +version = "3.9.11" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"] license = "MIT" diff --git a/splink/__init__.py b/splink/__init__.py index 8948ad0e55..041b4750be 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.10" +__version__ = "3.9.11" From b7f4a6916571c35bed70ad344a0b33ad8a3c6406 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 17 Jan 2024 12:59:47 +0000 Subject: [PATCH 2/3] add info about sample by density --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62e84cb3e..72022ba893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Ability to block on array columns by specifying `arrays_to_explode` in your blocking rule. ([#1692](https://github.com/moj-analytical-services/splink/pull/1692)) +- Added ability to sample by density in luster studio by @zslade in ([#1754](https://github.com/moj-analytical-services/splink/pull/1754)) ### Changed From 6ab0af182cb39e87981eabd8dbe36cc8f3e319d8 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 17 Jan 2024 13:00:17 +0000 Subject: [PATCH 3/3] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72022ba893..f8eddd2602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Ability to block on array columns by specifying `arrays_to_explode` in your blocking rule. ([#1692](https://github.com/moj-analytical-services/splink/pull/1692)) -- Added ability to sample by density in luster studio by @zslade in ([#1754](https://github.com/moj-analytical-services/splink/pull/1754)) +- Added ability to sample by density in cluster studio by @zslade in ([#1754](https://github.com/moj-analytical-services/splink/pull/1754)) ### Changed