Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
2.2.0
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 Apr 22, 2022
1 parent ecf0f01 commit c0706a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v2.2.0 (2022-04-22)
### Feature
* **convolve_unc:** Allow 1D array of stdunc as input ([`ae5335a`](https://github.com/PTB-M4D/PyDynamic/commit/ae5335a54e2452f0e936cb50263865d4b4916a87))

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

## v2.1.3 (2022-04-19)
### Fix
* **test_ARMA:** Increase closeness tolerance ([`e35e536`](https://github.com/PTB-M4D/PyDynamic/commit/e35e536c42966da81930aca05166abe1e04c906a))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def assemble_path_dict_to_copy_files(source: str, destination: str) -> dict:
# built documents.K
#
# The short X.Y version.
version = "2.1.3"
version = "2.2.0"
# The full version, including alpha/beta/rc tags.
# release = "1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion src/PyDynamic/__init__.py
Original file line number Diff line number Diff line change
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.1.3"
__version__ = "2.2.0"

__all__ = [
"LSFIR",
Expand Down

0 comments on commit c0706a7

Please sign in to comment.