Skip to content

Commit

Permalink
bump: version 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Dec 19, 2024
1 parent a4e4b9a commit c0f74cc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
> [!NOTE]
> Changelog started with version v0.10.0.
## v0.14.0 (2024-12-19)

### Breaking changes

- Removed `primitive_element` method from `FiniteField` class, since the implementation was incorrect. The method was assuming that the modulus was always primitive (which may not be true).

### Added

- Added polynomial [irreducibility](https://komm.dev/ref/BinaryPolynomial#is_irreducible) and [primitivity](https://komm.dev/ref/BinaryPolynomial#is_primitive) tests for binary polynomials.

- Restored sequence support in block code and decoders methods.

- Block code methods `encode`, `inverse_encode`, `check`, and block decoders `__call__` now accept sequences spanning multiple blocks (as before v0.13.0) as well as multidimensional arrays.

- Added support for multidimensional input in modulation, demodulation, and channel methods.

## v0.13.0 (2024-12-12)

### Breaking changes
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.13.0"
version = "0.14.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 = "[email protected]" }]
Expand Down

0 comments on commit c0f74cc

Please sign in to comment.