Skip to content

Commit 5fd26ba

Browse files
authored
Merge pull request #33 from nanxstats/news
Release tinytopics 0.7.0
2 parents e9834a1 + 4ac75e5 commit 5fd26ba

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## tinytopics 0.7.0
4+
5+
### New features
6+
7+
- Add `fit_model_distributed()` to support distributed training using
8+
Hugging Face Accelerate.
9+
See the [distributed training](https://nanx.me/tinytopics/articles/distributed/)
10+
article for details (#32).
11+
12+
### Improvements
13+
14+
- Use `tqdm.auto` for better progress bar visuals when used in notebooks (#30).
15+
- Move dataset classes and loss functions into dedicated modules to improve
16+
code structure and reusability (#31).
17+
318
## tinytopics 0.6.0
419

520
### New features

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## tinytopics 0.7.0
4+
5+
### New features
6+
7+
- Add `fit_model_distributed()` to support distributed training using
8+
Hugging Face Accelerate.
9+
See the [distributed training](https://nanx.me/tinytopics/articles/distributed/)
10+
article for details (#32).
11+
12+
### Improvements
13+
14+
- Use `tqdm.auto` for better progress bar visuals when used in notebooks (#30).
15+
- Move dataset classes and loss functions into dedicated modules to improve
16+
code structure and reusability (#31).
17+
318
## tinytopics 0.6.0
419

520
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tinytopics"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
55
authors = [
66
{ name = "Nan Xiao", email = "me@nanx.me" }

0 commit comments

Comments
 (0)