Skip to content

Commit

Permalink
Merge pull request #33 from nanxstats/news
Browse files Browse the repository at this point in the history
Release tinytopics 0.7.0
  • Loading branch information
nanxstats authored Dec 28, 2024
2 parents e9834a1 + 4ac75e5 commit 5fd26ba
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.7.0

### New features

- Add `fit_model_distributed()` to support distributed training using
Hugging Face Accelerate.
See the [distributed training](https://nanx.me/tinytopics/articles/distributed/)
article for details (#32).

### Improvements

- Use `tqdm.auto` for better progress bar visuals when used in notebooks (#30).
- Move dataset classes and loss functions into dedicated modules to improve
code structure and reusability (#31).

## tinytopics 0.6.0

### New features
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.7.0

### New features

- Add `fit_model_distributed()` to support distributed training using
Hugging Face Accelerate.
See the [distributed training](https://nanx.me/tinytopics/articles/distributed/)
article for details (#32).

### Improvements

- Use `tqdm.auto` for better progress bar visuals when used in notebooks (#30).
- Move dataset classes and loss functions into dedicated modules to improve
code structure and reusability (#31).

## tinytopics 0.6.0

### New features
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.6.0"
version = "0.7.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 5fd26ba

Please sign in to comment.