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

Commit

Permalink
2.1.3
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 19, 2022
1 parent 8ed8905 commit 241f165
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.1.3 (2022-04-19)
### Fix
* **test_ARMA:** Increase closeness tolerance ([`e35e536`](https://github.com/PTB-M4D/PyDynamic/commit/e35e536c42966da81930aca05166abe1e04c906a))

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

## v2.1.2 (2022-02-07)
### Fix
* **tools:** Switch to eigs import from scipy.sparse.linalg for scipy>=1.8.0 ([`6618278`](https://github.com/PTB-M4D/PyDynamic/commit/6618278a1f9dda069d433a4a469bbe865a3d54df))
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.2"
version = "2.1.3"
# 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.2"
__version__ = "2.1.3"

__all__ = [
"LSFIR",
Expand Down

0 comments on commit 241f165

Please sign in to comment.