Commit 59379300 authored by Lukas Eller's avatar Lukas Eller

new version

parent 2f55345d
...@@ -3,7 +3,7 @@ import itertools ...@@ -3,7 +3,7 @@ import itertools
import numpy as np import numpy as np
from tqdm import tqdm 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. Merge two DataFrames A and B according to the reference colum based on minimum metric.
......
...@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() ...@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
# This call to setup() does all the work # This call to setup() does all the work
setup( setup(
name="measprocess", name="measprocess",
version="0.5.6", version="0.5.9",
description="Collection of measurement processing tools", description="Collection of measurement processing tools",
long_description=README, long_description=README,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment