Skip to content

Commit

Permalink
Merge pull request #1848 from moj-analytical-services/rel_17_jan_24
Browse files Browse the repository at this point in the history
3.9.11 release
  • Loading branch information
RobinL authored Jan 17, 2024
2 parents a367f4a + 6ab0af1 commit d8b19df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ 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))
- Added ability to sample by density in cluster studio by @zslade in ([#1754](https://github.com/moj-analytical-services/splink/pull/1754))

### Changed

Expand Down Expand Up @@ -65,7 +68,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
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.10"
version = "3.9.11"
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.10"
__version__ = "3.9.11"

0 comments on commit d8b19df

Please sign in to comment.