Metadata-Version: 2.1
Name: novelpy
Version: 1.4
Summary: Calculate novelty indicators
Home-page: 
Author: Pelletier Pierre and Wirtz Kevin
Author-email: kevin.wirtz@unistra.fr
License: MIT
Keywords: Novelty,scientometrics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: spacy==3.7.2
Requires-Dist: pymongo==4.6.1
Requires-Dist: scikit-learn==1.4.0
Requires-Dist: glob2==0.7
Requires-Dist: networkx==3.2.1
Requires-Dist: python-louvain==0.16
Requires-Dist: pickle-mixin==1.0.2
Requires-Dist: pandas==2.1.4
Requires-Dist: multiprocess==0.70.16
Requires-Dist: pyyaml==6.0.1
Requires-Dist: wosfile==0.6
Requires-Dist: seaborn==0.13.2

# novelpy

Change Log
============

0.1(22/07/2021)
-----------------

First beta release with only mongodb in backend

1.0(18/01/2022)
-----------------

First official release. Supports mongodb and json

1.1(20/07/2022)
-----------------

First bug correction, only backend stuff are changed

1.2(12/08/2022)
-----------------

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

1.4(13/06/2024)
-----------------

Update package version in setup and other features
