Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed May 18, 2020
1 parent 002433c commit 31609a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splink"
version = "0.2.0"
version = "0.2.1"
description = "[Beta]: Implementation in Apache Spark of the EM algorithm to estimate parameters of Fellegi-Sunter's canonical model of record linkage."
authors = ["Robin Linacre <robinlinacre@hotmail.com>", "Sam Lindsay", "Theodore Manassis"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions splink/term_frequencies.py
@@ -1,5 +1,5 @@
# For more information on where formulas came from, see
# https://github.com/moj-analytical-services/splink/issues/17
# https://github.com/moj-analytical-services/splink/pull/107

import logging

Expand Down Expand Up @@ -45,7 +45,7 @@ def sql_gen_bayes_string(probs):
( {probs_multiplied} + {inverse_probs_multiplied} )
"""


# See https://github.com/moj-analytical-services/splink/pull/107
def sql_gen_generate_adjusted_lambda(column_name, params, table_name="df_e"):

# Get 'average' param for matching on this column
Expand Down

0 comments on commit 31609a6

Please sign in to comment.