Skip to content

Commit 3a23bc5

Browse files
authored
Merge pull request #69 from nanxstats/release
Release tinytopics 0.9.0
2 parents 153c245 + b1edc08 commit 3a23bc5

File tree

4 files changed

+470
-566
lines changed

4 files changed

+470
-566
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

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.8.1"
3+
version = "0.9.0"
44
description = "Topic modeling via sum-to-one constrained neural Poisson non-negative matrix factorization"
55
authors = [
66
{ name = "Nan Xiao", email = "[email protected]" }

0 commit comments

Comments
 (0)