File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## tinytopics 0.6.0
4
19
5
20
### New features
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## tinytopics 0.6.0
4
19
5
20
### New features
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tinytopics"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
description = " Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
5
5
authors = [
6
6
{ name = " Nan Xiao" , email = " me@nanx.me" }
You can’t perform that action at this time.
0 commit comments