We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda400 commit 602daf4Copy full SHA for 602daf4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.5 (2020-10-16)
4
+
5
+Don't use library depricated functions (#3)
6
7
## v0.3.4 (2019-02-14)
8
9
Apply sign when reading time series from Dymola result files (.mat)
sdf/__init__.py
@@ -7,7 +7,7 @@
from . import hdf5
10
-__version__ = '0.3.4'
+__version__ = '0.3.5'
11
12
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
13
setup.py
@@ -11,7 +11,7 @@ def readme():
setup(name='SDF',
14
- version='0.3.4',
+ version='0.3.5',
15
description="Work with Scientific Data Format files in Python",
16
long_description=readme(),
17
url="https://github.com/ScientificDataFormat/SDF-Python",
0 commit comments