Skip to content

Commit

Permalink
Bump version to 0.2.9 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Feb 7, 2019
1 parent 62a2dab commit e9aca2a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.2.9 (2019-02-07)

Improved logging, discrete inputs and tunable parameters

- `FIXED` handling of discrete inputs
- `FIXED` set continuous states after solver step
- `NEW` set tunable parameters via input
- `IMPROVED` disable inactive root warnings for CVode
- `IMPROVED` error and log messages
- `IMPROVED` plotting of discrete signals

## v0.2.8 (2018-12-24)

- `FIXED` Handle optional elements in ScalarVariable tag
Expand Down
2 changes: 1 addition & 1 deletion fmpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ctypes import *
import _ctypes

__version__ = '0.2.8'
__version__ = '0.2.9'


# determine the platform
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))

setup(name='FMPy',
version='0.2.8',
version='0.2.9',
description="Simulate Functional Mock-up Units (FMUs) in Python",
long_description=long_description,
author="Torsten Sommer",
Expand Down

0 comments on commit e9aca2a

Please sign in to comment.