Skip to content

Commit ad877c7

Browse files
authored
Merge pull request #42 from nanxstats/news
Release tinytopics 0.7.3
2 parents 6f5338c + 8e992ec commit ad877c7

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## tinytopics 0.7.3
4+
5+
### Maintenance
6+
7+
- Use `.yml` extension for GitHub Actions workflows consistently (#40).
8+
- Use isort and ruff to sort imports and format Python code (#41).
9+
310
## tinytopics 0.7.2
411

512
### New features

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## tinytopics 0.7.3
4+
5+
### Maintenance
6+
7+
- Use `.yml` extension for GitHub Actions workflows consistently (#40).
8+
- Use isort and ruff to sort imports and format Python code (#41).
9+
310
## tinytopics 0.7.2
411

512
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tinytopics"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
55
authors = [
66
{ name = "Nan Xiao", email = "me@nanx.me" }

0 commit comments

Comments
 (0)