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.6.0
4
+
5
+ ### New features
6
+
7
+ - ` fit_model() ` now supports using PyTorch ` Dataset ` as input, in addition
8
+ to in-memory tensors. This allows fitting topic models on data larger than
9
+ GPU VRAM or system RAM. The ` NumpyDiskDataset ` class is added to read
10
+ ` .npy ` document-term matrices from disk on-demand (#26 ).
11
+
12
+ ### Documentation
13
+
14
+ - Added a [ memory-efficient training] ( https://nanx.me/tinytopics/articles/memory/ )
15
+ article demonstrating the new features for fitting topic models on
16
+ large datasets (#27 ).
17
+
3
18
## tinytopics 0.5.1
4
19
5
20
### Documentation
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## tinytopics 0.6.0
4
+
5
+ ### New features
6
+
7
+ - ` fit_model() ` now supports using PyTorch ` Dataset ` as input, in addition
8
+ to in-memory tensors. This allows fitting topic models on data larger than
9
+ GPU VRAM or system RAM. The ` NumpyDiskDataset ` class is added to read
10
+ ` .npy ` document-term matrices from disk on-demand (#26 ).
11
+
12
+ ### Documentation
13
+
14
+ - Added a [ memory-efficient training] ( https://nanx.me/tinytopics/articles/memory/ )
15
+ article demonstrating the new features for fitting topic models on
16
+ large datasets (#27 ).
17
+
3
18
## tinytopics 0.5.1
4
19
5
20
### Documentation
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tinytopics"
3
- version = " 0.5.1 "
3
+ version = " 0.6.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