Version 1.5.0
Changes
- adds new functionality to the
nixio
command line tool to explore nix files:
nixio explore --help
- changes the default way of retrieving data from a Tag or MultiTag, this now follows the numpy behavior, old behavior is available via flag
- Allows to link to DataFrames in as Features in Tags and MultiTags
- Drops Python2 support
Fixes
- Adapts to changes in h5py string handling
- Fixes an issue reading data from a DataView object
- Fixes how strings are handled in DataFrames
- Lots of tiny code-style fixes
- Improved testing of data access functions
Relevant PRs:
#495 Tag retrieval: Inclusive and Exclusive stop rule
#478 Support linking DataFrames to Tags via Features
#477 RangeDimension: Replace ticks with link and vice versa when setting
#475 Command line: Top level nixio command with subcommands for command line scripts
#471 Add nixexplore command line tool