File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.3.3] (2017-12-13)
3
+ ## v0.3.4 (2019-02-14)
4
+
5
+ Apply sign when reading time series from Dymola result files (.mat)
6
+
7
+ ## v0.3.3 (2017-12-13)
4
8
5
9
### Changed
6
- - Distribution package changed from .tar.gz to .whl (Python Wheel)
7
10
8
- ## [ 0.3.2] (2017-07-09)
11
+ Distribution package changed from .tar.gz to .whl (Python Wheel)
12
+
13
+ ## v0.3.2 (2017-07-09)
9
14
10
15
### Added
11
- - Support for Linux and Mac
16
+
17
+ Add support for Linux and Mac
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Get the scale for the first dimension:
72
72
73
73
-----------------------------
74
74
75
- |copyright | 2017 |Dassault Systemes |
75
+ |copyright | 2019 |Dassault Systemes |
76
76
77
77
.. _SDF specification : https://github.com/ScientificDataFormat/SDF
78
78
.. _HDF5 : https://www.hdfgroup.org/hdf5/
Original file line number Diff line number Diff line change 7
7
8
8
from . import hdf5
9
9
10
- __version__ = '0.3.3 '
10
+ __version__ = '0.3.4 '
11
11
12
12
_object_name_pattern = re .compile ('[a-zA-Z][a-zA-Z0-9_]*' )
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
11
11
12
12
13
13
setup (name = 'SDF' ,
14
- version = '0.3.3 ' ,
14
+ version = '0.3.4 ' ,
15
15
description = "Work with Scientific Data Format files in Python" ,
16
16
long_description = readme (),
17
17
url = "https://github.com/ScientificDataFormat/SDF-Python" ,
You can’t perform that action at this time.
0 commit comments