From e044b9413e841e4cb58d650fe532725e07bc9425 Mon Sep 17 00:00:00 2001 From: Kevin Wirtz Date: Sun, 19 Mar 2023 22:39:13 +0100 Subject: [PATCH] update package --- CHANGELOG.txt | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a13e0ea..0257e5d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,3 +22,7 @@ First bug correction, only backend stuff are changed Multiple bug correction and unwanted behavior + optimization by changing the expected format. +1.3(19/03/2023) +----------------- + +Update package version in setup. Add an argument to feed a list of id to the indicators \ No newline at end of file diff --git a/setup.py b/setup.py index ff1085d..063c385 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='novelpy', - version='1.2.2', + version='1.3', description='Calculate novelty indicators', long_description=open('README.txt').read() + '\n\n' + open('CHANGELOG.txt').read(), url='', @@ -23,4 +23,4 @@ install_requires=['pymongo==3.12.1','joblib==1.1.0','sklearn==1.2.1','glob2==0.7','tqdm==4.62.3',"networkx==2.5.1",'python-louvain==0.15', 'numpy==1.19.5','pickle-mixin==1.0.2','scipy==1.5.4','pandas==1.1.5','multiprocess==0.70.12.2','pyyaml==5.4.1','spacy==3.0.0','scispacy==0.4.0','cycler==0.11.0','thinc==7.4.1', 'wosfile==0.5','seaborn==0.11.2'] -) +) \ No newline at end of file