File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## tinytopics 0.7.2
4
+
5
+ ### New features
6
+
7
+ - Add ` TorchDiskDataset ` class to support using ` .pt ` or ` .pth ` files
8
+ as inputs for ` fit_model() ` and ` fit_model_distributed() ` (#38 ).
9
+ Similar to ` NumpyDiskDataset ` added in tinytopics 0.6.0, this class also
10
+ uses memory-mapped mode to load data so that larger than system memory
11
+ datasets can be used for training.
12
+
3
13
## tinytopics 0.7.1
4
14
5
15
### Documentation
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## tinytopics 0.7.2
4
+
5
+ ### New features
6
+
7
+ - Add ` TorchDiskDataset ` class to support using ` .pt ` or ` .pth ` files
8
+ as inputs for ` fit_model() ` and ` fit_model_distributed() ` (#38 ).
9
+ Similar to ` NumpyDiskDataset ` added in tinytopics 0.6.0, this class also
10
+ uses memory-mapped mode to load data so that larger than system memory
11
+ datasets can be used for training.
12
+
3
13
## tinytopics 0.7.1
4
14
5
15
### Documentation
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tinytopics"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
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" }
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ rfc3986-validator==0.1.1
355
355
rpds-py==0.22.3
356
356
# via jsonschema
357
357
# via referencing
358
- ruff==0.8.5
358
+ ruff==0.8.6
359
359
safetensors==0.5.0
360
360
# via accelerate
361
361
scikit-image==0.25.0
You can’t perform that action at this time.
0 commit comments