Skip to content

Commit

Permalink
Merge pull request #19 from nanxstats/news
Browse files Browse the repository at this point in the history
Release tinytopics 0.4.0
  • Loading branch information
nanxstats authored Nov 30, 2024
2 parents a2af2b9 + 530f23d commit b4a9e0e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## tinytopics 0.4.0

### Breaking changes

- tinytopics now requires Python >= 3.10 to use PEP 604 style shorthand syntax
for union and optional types (#14).

### Typing

- Refactor type hints to use more base abstract classes, making them less
limiting to specific implementations (#14).

### Testing

- Add unit tests for all functions using pytest, with a GitHub Actions workflow
to run tests under Linux and Windows (#18).

### Improvements

- Update articles to simplify import syntax using `import tinytopics as tt` (#16).
- Close precise figure handles in plot functions instead of the current figure (#18).

### Bug fixes

- Plot functions now correctly use string and list type color palette inputs
when specified (do not call them as functions) (#18).

## tinytopics 0.3.0

### Improvements
Expand Down
27 changes: 27 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## tinytopics 0.4.0

### Breaking changes

- tinytopics now requires Python >= 3.10 to use PEP 604 style shorthand syntax
for union and optional types (#14).

### Typing

- Refactor type hints to use more base abstract classes, making them less
limiting to specific implementations (#14).

### Testing

- Add unit tests for all functions using pytest, with a GitHub Actions workflow
to run tests under Linux and Windows (#18).

### Improvements

- Update articles to simplify import syntax using `import tinytopics as tt` (#16).
- Close precise figure handles in plot functions instead of the current figure (#18).

### Bug fixes

- Plot functions now correctly use string and list type color palette inputs
when specified (do not call them as functions) (#18).

## tinytopics 0.3.0

### Improvements
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.3.0"
version = "0.4.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 b4a9e0e

Please sign in to comment.