File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## tinytopics 0.7.2
4
11
5
12
### New features
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## tinytopics 0.7.2
4
11
5
12
### New features
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tinytopics"
3
- version = " 0.7.2 "
3
+ version = " 0.7.3 "
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" }
You can’t perform that action at this time.
0 commit comments