Skip to content

Commit

Permalink
Merge pull request #1137 from moj-analytical-services/partial_fix_for…
Browse files Browse the repository at this point in the history
…_issue_1136

Fix clustering in issue 1136
  • Loading branch information
RobinL authored Mar 22, 2023
2 parents c4ac546 + 1f95830 commit ea33709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.0"
version = "3.7.1"
description = "Fast probabilistic data linkage at scale"
authors = ["Robin Linacre <[email protected]>", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond"]
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.7.0"
__version__ = "3.7.1"
2 changes: 1 addition & 1 deletion splink/spark/spark_linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def _break_lineage_and_repartition(self, spark_df, templated_name, physical_name
r"__splink__df_concat_with_tf",
r"__splink__df_predict",
r"__splink__df_tf_.+",
r"__splink__df_representatives",
r"__splink__df_representatives.+",
r"__splink__df_neighbours",
r"__splink__df_connected_components_df",
]
Expand Down

0 comments on commit ea33709

Please sign in to comment.