From 31609a6585d435def3280f13f7b7b90d017b013e Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Mon, 18 May 2020 09:33:25 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- splink/term_frequencies.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 245e769104..22c69abe65 100644 --- a/pyproject.toml +++ b/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 ", "Sam Lindsay", "Theodore Manassis"] license = "MIT" diff --git a/splink/term_frequencies.py b/splink/term_frequencies.py index dd67c42598..c16a6ce028 100644 --- a/splink/term_frequencies.py +++ b/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 @@ -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