Skip to content

Commit

Permalink
Merge pull request #28 from nanxstats/news
Browse files Browse the repository at this point in the history
Release tinytopics 0.6.0
  • Loading branch information
nanxstats authored Dec 26, 2024
2 parents 53ebcad + 35ed6ac commit 4872817
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## tinytopics 0.6.0

### New features

- `fit_model()` now supports using PyTorch `Dataset` as input, in addition
to in-memory tensors. This allows fitting topic models on data larger than
GPU VRAM or system RAM. The `NumpyDiskDataset` class is added to read
`.npy` document-term matrices from disk on-demand (#26).

### Documentation

- Added a [memory-efficient training](https://nanx.me/tinytopics/articles/memory/)
article demonstrating the new features for fitting topic models on
large datasets (#27).

## tinytopics 0.5.1

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

## tinytopics 0.6.0

### New features

- `fit_model()` now supports using PyTorch `Dataset` as input, in addition
to in-memory tensors. This allows fitting topic models on data larger than
GPU VRAM or system RAM. The `NumpyDiskDataset` class is added to read
`.npy` document-term matrices from disk on-demand (#26).

### Documentation

- Added a [memory-efficient training](https://nanx.me/tinytopics/articles/memory/)
article demonstrating the new features for fitting topic models on
large datasets (#27).

## tinytopics 0.5.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.5.1"
version = "0.6.0"
description = "Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
authors = [
{ name = "Nan Xiao", email = "[email protected]" }
Expand Down

0 comments on commit 4872817

Please sign in to comment.