From da3668ed44d8331aaced5af3d1cfbe2820ab6936 Mon Sep 17 00:00:00 2001 From: Roberto Nobrega Date: Mon, 30 Dec 2024 22:56:03 -0300 Subject: [PATCH] bump: version 0.14.0 -> 0.15.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87776af..5d7f7f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ > [!NOTE] > Changelog started with version v0.10.0. +## v0.15.0 (2024-12-30) + +### Fixed + +- Fixed Sardinas–Patterson algorithm. +- Encoding and decoding of [variable-to-fixed codes](https://komm.dev/ref/VariableToFixedCode) now work require the code to be [fully covering](https://komm.dev/ref/VariableToFixedCode#is_fully_covering). + ## v0.14.0 (2024-12-19) ### Breaking changes diff --git a/pyproject.toml b/pyproject.toml index 2aefcad2..00ddc2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komm" -version = "0.14.0" +version = "0.15.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" }]