File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
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
+
10
23
11
24
## [ 4.0.2] - 2024-09-19
12
25
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " splink"
3
- version = " 4.0.3 "
3
+ version = " 4.0.4 "
4
4
description = " Fast probabilistic data linkage at scale"
5
5
authors = [
" Robin Linacre <[email protected] >" ,
" Sam Lindsay" ,
" Theodore Manassis" ,
" Tom Hepworth" ,
" Andy Bond" ,
" Ross Kennedy" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def __getattr__(name):
39
39
raise AttributeError (f"module 'splink' has no attribute '{ name } '" ) from None
40
40
41
41
42
- __version__ = "4.0.3 "
42
+ __version__ = "4.0.4 "
43
43
44
44
45
45
__all__ = [
You can’t perform that action at this time.
0 commit comments