Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwirtz committed Mar 19, 2023
1 parent aa91604 commit e044b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='',
Expand All @@ -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']
)
)

0 comments on commit e044b94

Please sign in to comment.