Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@Alvant Alvant released this 28 Jul 17:27
· 5 commits to master since this release
8c5371c

New

Fix

  • Datasets downloading via dataset manager (that is, fix datasets site URL address; issue, pr).
  • Thetaless regularizer behavior for some "extreme modality cases" (issue, pr, related pr).
  • Dataset class internals for newer pandas, also "pandas + numpy" collab in some scores (issue1, issue2, pr).
  • Update some demo notebooks (issue1, pr1; issue2, pr2).
  • Fix some ARTM-master-related-stuff, freeze "ARTM-compatible" protobuf version for easier installation (related issue, pr1, pr2).
  • Freeze all other package versions in order to facilitate the work of argeologists in the future (pr, and minor pr-s: pr1, pr2, pr3, pr4).
  • "Lick" Readme: add more links, fix some "formatting irregularities" (issue1, issue2, pr1, pr2).
  • Add long project description for proper setup (pr), which is now displayed on TopicNet's PyPI page: https://pypi.org/project/topicnet.

Change

  • Dummy model now stores all score values (not only the last one; pr).
  • Frozen score now can be added to topic model (this allows loading model after incomplete score saving; pr).