Releases: entelecheia/thematos
Releases · entelecheia/thematos
v0.14.5
v0.14.4
v0.14.3
Fix
- thematos/runners: Replace BaseRunner with Runner in TopicRunner (
3533197
) - thematos: Change TopicModel parent from BatchTaskConfig to BatchTask (
8c0a71d
) - thematos/datasets: Change from BatchTaskConfig to BatchTask and RunConfig to Run (
6c65558
) - init_project: Rename to initialize and update parameters (
c855dbe
) - Makefile: Add trust flag to copier copy command (
4904341
) - dependencies: Upgrade hyfi to 1.32.1 (
adfd8cf
)
v0.14.2
v0.14.1
v0.14.0
Feature
- tests: Add workflow test in thematos (
8ae381f
) - topic: Add model loading and inference methods (
fe625f6
) - thematos/runners/config: Add InferConfig class (
7e1aa0c
) - runners: Add InferConfig to the module exports (
701aab3
) - thematos/config: Add model_config_file in infer_topics.yaml (
8af15a3
) - runner: Add infer topics configuration in topic runner (
130128c
) - thematos/config: Add infer_topics configuration (
7ec0eca
) - thematos: Add lexikanon to plugins (
edef2e0
) - runner: Add train calls to topic.yaml (
5a3756d
) - tests: Add sample_data files for testing (
aeeb33e
) - tests: Add new word_prior assets (
f4cdb4c
)
v0.13.0
v0.12.0
v0.11.0
Feature
- thematos/models: Add TrainSummaryConfig in config.py (
bfe7517
) - thematos/models: Add TrainSummaryConfig in imports and TopicModel, modify the method of calling model.summary, assign default titles if not set in wc_args (
ef40b3f
) - thematos/models: Include TrainSummaryConfig in imports and all list. (
111ea9f
) - thematos/conf/model: Add new file for topic train configuration (
2e19572
) - thematos: Add topic_train to topic model configuration (
c819175
) - thematos/model: Add topic_train to lda.yaml training args (
291791c
)
Fix
- thematos: Add directory creation for train summary file (
acbce7d
) - thematos: Reset model in train method (
aaea9bb
) - thematos/models: Add save_train_summary method (
fd57a66
) - thematos: Replace 'k' with 'num_topics' in TopicModel class (
8a14d3c
) - thematos/datasets: Add document processing logging in 'corpus' (
5226cd6
) - lda: Add num_workers to training log message (
d39d2d8
) - dependencies: Upgrade lexikanon to 0.6.0 (
2983fed
)
v0.10.0
Feature
- thematos/datasets: Add delimiter field in NgramConfig (
6c0ff28
) - thematos/datasets: Add ngram config and logging in corpus.py (
c2ec34b
) - datasets: Add NgramConfig to all (
787cdbc
) - thematos: Add new configuration for ngrams (
96708f3
) - thematos/conf/dataset: Add ngrams and timestamp_col fields to topic_corpus.yaml (
828adbd
)