Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Feb 20, 2018
1 parent a65a28a commit 19b87b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ The main goals for this library are:
* handling of unfinished measurements (mdf 4)
* xml schema for TXBLOCK and MDBLOCK
* full support for remaining mdf 4 channel arrays types
* partial conversions
* event blocks
* channels with default X axis
* channels with reference to attachment
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Features
* export to Excel, HDF5, Matlab and CSV
* merge multiple files sharing the same internal structure
* read and save mdf version 4.10 files containing zipped data blocks
* disk space savings by compacting 1-dimensional integer channels (configurable)
* full support (read, append, save) for the following map types (multidimensional array channels):

* mdf version 3 channels with CDBLOCK
Expand Down Expand Up @@ -58,7 +57,6 @@ Major features not implemented (yet)
* handling of unfinished measurements (mdf 4)
* full support for remaining mdf 4 channel arrays types
* xml schema for TXBLOCK and MDBLOCK
* partial conversions
* event blocks
* channels with default X axis
* chanenls with reference to attachment
Expand Down
2 changes: 1 addition & 1 deletion asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
""" asammdf version module """

__version__ = 'partial'
__version__ = '3.1.0'

0 comments on commit 19b87b6

Please sign in to comment.