Skip to content

Commit

Permalink
Merge pull request #2386 from moj-analytical-services/splink_401_release
Browse files Browse the repository at this point in the history
Splink 401 release
  • Loading branch information
RobinL authored Sep 5, 2024
2 parents 0f60d12 + 5a203fa commit 5b177fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [4.0.1] - 2024-09-06

### Added

- When using DuckDB, you can now pass `duckdb.DuckDBPyRelation`s as input tables to the `Linker` ([#2375](https://github.com/moj-analytical-services/splink/pull/2375))
- It's now possible to fix values for `m` and `u` probabilities in the settings such that they are not updated/changed during training. ([#2379](https://github.com/moj-analytical-services/splink/pull/2379))
- All charts can now be returned as vega lite spec dictionaries ([#2361](https://github.com/moj-analytical-services/splink/pull/2361))

### Fixed

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 = "4.0.0"
version = "4.0.1"
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
Expand Up @@ -39,7 +39,7 @@ def __getattr__(name):
raise AttributeError(f"module 'splink' has no attribute '{name}'") from None


__version__ = "4.0.0"
__version__ = "4.0.1"


__all__ = [
Expand Down

0 comments on commit 5b177fd

Please sign in to comment.