Skip to content

Commit

Permalink
Merge pull request #2213 from moj-analytical-services/3_9_15_release
Browse files Browse the repository at this point in the history
3.9.15 release
  • Loading branch information
RobinL authored Jun 18, 2024
2 parents 7b70d6b + f56014f commit 48ca526
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion splink/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.14"
__version__ = "3.9.15"

0 comments on commit 48ca526

Please sign in to comment.