Skip to content

Commit

Permalink
Merge pull request #39 from nanxstats/news
Browse files Browse the repository at this point in the history
Release tinytopics 0.7.2
  • Loading branch information
nanxstats authored Jan 5, 2025
2 parents 0d216b3 + 844a34b commit ab01f81
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## tinytopics 0.7.2

### New features

- Add `TorchDiskDataset` class to support using `.pt` or `.pth` files
as inputs for `fit_model()` and `fit_model_distributed()` (#38).
Similar to `NumpyDiskDataset` added in tinytopics 0.6.0, this class also
uses memory-mapped mode to load data so that larger than system memory
datasets can be used for training.

## tinytopics 0.7.1

### Documentation
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## tinytopics 0.7.2

### New features

- Add `TorchDiskDataset` class to support using `.pt` or `.pth` files
as inputs for `fit_model()` and `fit_model_distributed()` (#38).
Similar to `NumpyDiskDataset` added in tinytopics 0.6.0, this class also
uses memory-mapped mode to load data so that larger than system memory
datasets can be used for training.

## tinytopics 0.7.1

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tinytopics"
version = "0.7.1"
version = "0.7.2"
description = "Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
authors = [
{ name = "Nan Xiao", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ rfc3986-validator==0.1.1
rpds-py==0.22.3
# via jsonschema
# via referencing
ruff==0.8.5
ruff==0.8.6
safetensors==0.5.0
# via accelerate
scikit-image==0.25.0
Expand Down

0 comments on commit ab01f81

Please sign in to comment.