Skip to content

Commit

Permalink
bump: version 0.15.1 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Jan 3, 2025
1 parent fba50dc commit f4423ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
> [!NOTE]
> Changelog started with version v0.10.0.
## v0.16.0 (2025-01-03)

### Added

- Implemented [Shannon](https://komm.dev/ref/ShannonCode) and [Fano](https://komm.dev/ref/FanoCode) codes.
- Implemented method to compute the [Kraft parameter](https://komm.dev/ref/FixedToVariableCode#kraft_parameter) of a fixed-to-variable code.

## v0.15.1 (2024-12-31)

### Fixed
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 = "komm"
version = "0.15.1"
version = "0.16.0"
description = "An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems."
readme = "README.md"
authors = [{ name = "Roberto W. Nobrega", email = "rwnobrega@gmail.com" }]
Expand Down

0 comments on commit f4423ee

Please sign in to comment.