Skip to content

Commit

Permalink
Merge pull request #2024 from moj-analytical-services/v3_9_13_release
Browse files Browse the repository at this point in the history
v3.9.13 release
  • Loading branch information
RobinL committed Mar 5, 2024
2 parents 5d2e0d9 + be55886 commit f7bfc04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ 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
- Supported for Databricks Runtime 13.x+
## Unreleaesed

## [3.9.13] - 2024-03-04

- Support for Databricks Runtime 13.x+

### Fixed

- Bug that prevented `sqlglot <= 17.0.0` from working properly ([#1996](https://github.com/moj-analytical-services/splink/pull/1996))
- Fixed issues relating to duckdb 0.10.1 ([#1999](https://github.com/moj-analytical-services/splink/pull/1999))
- Update sqlglot compatibility to support latest version ([#1998](https://github.com/moj-analytical-services/splink/pull/1998))

## [3.9.12] - 2024-01-30

Expand Down Expand Up @@ -79,7 +84,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.12...HEAD
[unreleased]: https://github.com/moj-analytical-services/splink/compare/3.9.13...HEAD
[3.9.13]: https://github.com/moj-analytical-services/splink/compare/3.9.12...3.9.13
[3.9.12]: https://github.com/moj-analytical-services/splink/compare/3.9.11...3.9.12
[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
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.12"
version = "3.9.13"
description = "Fast probabilistic data linkage at scale"
authors = ["Robin Linacre <robinlinacre@hotmail.com>", "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.12"
__version__ = "3.9.13"

0 comments on commit f7bfc04

Please sign in to comment.