Skip to content

Commit 7b56add

Browse files
committed
4.0.4 release
1 parent 433aec0 commit 7b56add

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [4.0.4] - 2024-10-13
11+
12+
### Fixed
13+
14+
- Fixed issue with `profile_columns` using latest Altair version ([#2466](https://github.com/moj-analytical-services/splink/pull/2466))
15+
16+
## [4.0.3] - 2024-09-19
17+
18+
### Added
19+
20+
- Cluster without linker by @RobinL in https://github.com/moj-analytical-services/splink/pull/2412
21+
- Better autocomplete for dataframes by @RobinL in https://github.com/moj-analytical-services/splink/pull/2434
22+
1023

1124
## [4.0.2] - 2024-09-19
1225

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splink"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
description = "Fast probabilistic data linkage at scale"
55
authors = ["Robin Linacre <[email protected]>", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"]
66
license = "MIT"

splink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __getattr__(name):
3939
raise AttributeError(f"module 'splink' has no attribute '{name}'") from None
4040

4141

42-
__version__ = "4.0.3"
42+
__version__ = "4.0.4"
4343

4444

4545
__all__ = [

0 commit comments

Comments
 (0)