From f56014f3a35cfbf1d308965b18389ef579a5e90a Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Tue, 18 Jun 2024 15:08:50 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- splink/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434f04541b..9ff99098a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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). -## Unreleaesed +## [3.9.15] - 2024-05-18 ### Fixed - Activates `higher_is_more_similar` kwarg in `cl.distance_function_at_thresholds`, see [here](https://github.com/moj-analytical-services/splink/pull/2116) - `linker.save_model_to_json()` now correctly serialises `tf_minimum_u_value` and reloads. See [here](https://github.com/moj-analytical-services/splink/pull/2122). +- Performance improvements on code geenration, see [here](https://github.com/moj-analytical-services/splink/pull/2212) ## [3.9.14] - 2024-03-25 diff --git a/pyproject.toml b/pyproject.toml index fce60a4c30..7599de3e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.14" +version = "3.9.15" 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 7af665ed6d..3bb38cf373 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.14" +__version__ = "3.9.15"