We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1bb40 commit a5e857dCopy full SHA for a5e857d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.28.1 (2026-03-12)
4
+
5
+### Added
6
7
+- Added [convolution](https://komm.dev/ref/convolve) helper function.
8
9
## v0.28.0 (2026-03-09)
10
11
### Breaking changes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "komm"
-version = "0.28.0"
+version = "0.28.1"
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" }]
0 commit comments