From 5937930074491e6a6e393571def23ca8a373f68a Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 26 Mar 2021 09:25:23 +0100 Subject: [PATCH] new version --- measprocess/preprocess.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/measprocess/preprocess.py b/measprocess/preprocess.py index 63044e9..a6864f5 100644 --- a/measprocess/preprocess.py +++ b/measprocess/preprocess.py @@ -3,7 +3,7 @@ import itertools import numpy as np from tqdm import tqdm -def link_dataframes(A: pd.DataFrame, B: pd.DataFrame, ref_col: str, metric=None, verbose=True) -> (pd.DataFrame, np.array): +def link_dataframes(A: pd.DataFrame, B: pd.DataFrame, ref_col: str, metric=None, verbose=True) -> (pd.DataFrame, np.ndarray): ''' Merge two DataFrames A and B according to the reference colum based on minimum metric. diff --git a/setup.py b/setup.py index 86a234f..52a1769 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="measprocess", - version="0.5.6", + version="0.5.9", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown", -- 2.22.0