File tree Expand file tree Collapse file tree 4 files changed +470
-566
lines changed Expand file tree Collapse file tree 4 files changed +470
-566
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## tinytopics 0.9.0
4+
5+ ### Improvements
6+
7+ - Added Python 3.14 support by conditionally requiring torch >= 2.9.0 under
8+ Python 3.14 (#67 ).
9+ - Removed ` pyreadr ` dependency and replaced with ` safetensors ` for safer
10+ unserialization and better forward compatibility with Python versions (#66 ).
11+
312## tinytopics 0.8.1
413
514### Linting
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## tinytopics 0.9.0
4+
5+ ### Improvements
6+
7+ - Added Python 3.14 support by conditionally requiring torch >= 2.9.0 under
8+ Python 3.14 (#67 ).
9+ - Removed ` pyreadr ` dependency and replaced with ` safetensors ` for safer
10+ unserialization and better forward compatibility with Python versions (#66 ).
11+
312## tinytopics 0.8.1
413
514### Linting
Original file line number Diff line number Diff line change 11[project ]
22name = " tinytopics"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44description = " Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
55authors = [
66 {
name =
" Nan Xiao" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments