From f40c7ef45ea8ce1da897cc5325d4d293a363677a Mon Sep 17 00:00:00 2001 From: Ross Kennedy Date: Tue, 14 Nov 2023 11:43:05 +0000 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 412c35203d..13a5fca5cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.8" +version = "3.9.9" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"] license = "MIT" From 8e70c29941a24d0e8c547edf04d5674796442b6f Mon Sep 17 00:00:00 2001 From: Ross Kennedy Date: Tue, 14 Nov 2023 11:43:25 +0000 Subject: [PATCH 2/4] Update __init__.py --- splink/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splink/__init__.py b/splink/__init__.py index 046dce5ac1..c691b0029a 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.8" +__version__ = "3.9.9" From 69c97fba82838a7b29f95cef1e3b733cb3a23d04 Mon Sep 17 00:00:00 2001 From: Ross Kennedy Date: Tue, 14 Nov 2023 11:48:09 +0000 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fdf396cd4..b400aae9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.9.9] - 2023-11-14 ### Changed @@ -36,5 +36,5 @@ 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/v3.9.8...HEAD -[3.9.8]: https://github.com/moj-analytical-services/splink/compare/v3.9.7...v3.9.8 +[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.9...HEAD +[3.9.9]: https://github.com/moj-analytical-services/splink/compare/v3.9.8...3.9.9 From 0fd556f997fa435c802407111a00dd5a32ed0be1 Mon Sep 17 00:00:00 2001 From: Ross Kennedy Date: Tue, 14 Nov 2023 13:32:23 +0000 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b400aae9c0..83509bdacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +### Fixed + + ## [3.9.9] - 2023-11-14 ### Changed - Upgraded [sqlglot](https://github.com/tobymao/sqlglot) to versions >= 13.0.0 ([#1642](https://github.com/moj-analytical-services/splink/pull/1642)) -- Improved logging output from settings validation ([#1636](https://github.com/moj-analytical-services/splink/pull/1636)) +- Improved logging output from settings validation ([#1636](https://github.com/moj-analytical-services/splink/pull/1636)) and corresponding documentation ([#1674](https://github.com/moj-analytical-services/splink/pull/1674)) - Emit a warning when using a default (i.e. non-trained) value for `probability_two_random_records_match` ([#1653](https://github.com/moj-analytical-services/splink/pull/1653)) ### Fixed @@ -19,6 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed issue where comparison vector grid not synced with corresponding histogram values in comparison viewer dashboard ([#1652](https://github.com/moj-analytical-services/splink/pull/1652)) - Fixed issue where composing null levels would mistakenly sometimes result in a non-null level ([#1672](https://github.com/moj-analytical-services/splink/pull/1672)) - Labelling tool correctly works even when offline ([#1646](https://github.com/moj-analytical-services/splink/pull/1646)) +- Explicitly cast values when using the postgres linker ([#1693](https://github.com/moj-analytical-services/splink/pull/1693)) +- Fixed issue where parameters to `completeness_chart` were not being applied ([#1662](https://github.com/moj-analytical-services/splink/pull/1662)) +- Fixed issue passing boto3_session into the Athena linker ([#1733](https://github.com/moj-analytical-services/splink/pull/1733/files)) ## [3.9.8] - 2023-10-05 @@ -38,3 +48,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.9...HEAD [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