Skip to content

v0.0.39

Compare
Choose a tag to compare
@MaksimEkin MaksimEkin released this 02 Apr 21:24
· 13 commits to main since this release
bf34fd5

🚀 New Features

New Modules Added

  • Fox: Report generation tool for text data from NMFk using OpenAI
  • ArcticFox : Report generation tool for text data from HNMFk using local LLMs
  • SPLIT : Joint NMFk factorization of multiple data via SPLIT
  • SPLITTransfer : Supervised transfer learning method via SPLIT and NMFk

Beaver Enhancements

  • Added support for automatically creating the directory specified by save_path when saving objects.

🐛 Bug Fixes

Beaver: Highlighting & Vocabulary Logic

  • Fixed an issue where tokens used in highlighting but not present in the provided vocabulary would fail to trigger re-vectorization.
  • The logic now ensures that the vocabulary is properly expanded and documents are re-vectorized accordingly.

Beaver: Trailing Newline in Output Files

  • Fixed a bug where an extra newline was added at the end of output text files such as Vocabulary.txt.

HNMFk: Model Loading Path

  • Fixed a bug with incorrect handling of the model path and name when loading an existing model.

Vulture: Module Imports

  • Resolved inconsistent module imports.

Conda Installation

  • Fixed .yml files by adding missing dependencies for proper conda installation.