Releases: AnFreTh/STREAM
Releases · AnFreTh/STREAM
Release v0.2.2
V0.2.1
Release v0.2.0
Version 0.2.0 includes several changes to improve the installation process, update dependencies, and enhance the functionality of the stream_topic package. The most important changes include modifying the installation instructions, updating the setup.py file to handle additional requirements and post-installation tasks, and making various improvements to the models.
Installation and Dependencies:
README.md: Updated the installation instructions to usestream-topicinstead ofstream_topicand added instructions for installing additional requirements for add-ons like visualizations, BERTopic, and DCTE.setup.py: Added aPostInstallCommandclass to handle downloading NLTK resources after installation and includedextras_requirefor optional dependencies. [1] [2] [3] [4]
Model Improvements:
stream_topic/metrics/coherence_metrics.py: Added aget_infomethod to provide information about the metric and removed the_load_default_textsfunction. [1] [2]stream_topic/models/DCTE.py: Implemented lazy imports for SetFit components to handle missing dependencies more gracefully and updated thefitmethod to use these components. [1] [2] [3]
Miscellaneous Changes:
stream_topic/models/KmeansTM.py,stream_topic/models/bertopicTM.py,stream_topic/models/cbc.py: Updated theOneHotEncoderto usesparse_output=Falseinstead ofsparse=Falsefor compatibility with newer versions of scikit-learn. [1] [2] [3]stream_topic/models/abstract_helper_models/base.py: Removed direct imports ofoptunaand added dynamic importing to handle missing dependencies. [1] [2]
V 0.1.9
v0.1.8 - Minor fixes
- Removing print statement in NAM
- Removing "predictions" column in NAM
v0.1.7
What's Changed
- Preprocessor fixes in updating preprocessing steps
- Increasing default values for n_words in tf-idf
- Fixing wordcloud visual bugs
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Beta Release v0.1.5
Improving WordCluTM:
- Including pre-trained word embeddings
- Including automatic hparam optimization
Beta Release v0.1.4
Release version 0.1.4
Beta Release v.0.1.3
v0.1.3 adapt version