Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and BjoernLudwigPTB committed Jul 27, 2023
1 parent d52d68d commit 82103a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v2.4.1 (2023-07-27)

### Fix

* **GUM_iDFT:** Replace 2 * A with A + A^T ([`682cd4b`](https://github.com/PTB-M4D/PyDynamic/commit/682cd4b05b8380c516931464d67f5a8b8c8d3dd6))

**[See all commits in this version](https://github.com/PTB-M4D/PyDynamic/compare/v2.4.0...v2.4.1)**

## v2.4.0 (2023-03-20)
### Feature
* **tools:** Add support for multidimensional arrays and PyDynamics real-imag-type in trimOrPad ([`1d4acfc`](https://github.com/PTB-M4D/PyDynamic/commit/1d4acfc03fd7dea230354922de33640a2dd2b13c))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -156,7 +156,7 @@ def assemble_path_dict_to_copy_files(source: str, destination: str) -> dict:
# built documents.K
#
# The short X.Y version.
version = "2.4.0"
version = "2.4.1"
# The full version, including alpha/beta/rc tags.
# release = "1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion src/PyDynamic/__init__.py
Expand Up @@ -6,7 +6,7 @@
-uptake-of-nmi-calibrations-of-dynamic-force-torque-and/>`_
- `GitHub website <https://www.github.com/PTB-M4D/PyDynamic>`_
"""
__version__ = "2.4.0"
__version__ = "2.4.1"

__all__ = [
"LSFIR",
Expand Down

0 comments on commit 82103a0

Please sign in to comment.