Skip to content

Commit

Permalink
V1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mph- committed May 23, 2023
1 parent 35f77ca commit 8274ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Release notes
V1.15
=====

- Chooses ground node if not defined

- Fixes state-space analysis with AC and DC sources

- Statically defines expresssion classes

- Adds `LTIFilter.discretize()`

- Adds `DifferentialEquation.discretize()`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


__version__ = '1.15dev'
__version__ = '1.15'

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 8274ddf

Please sign in to comment.