Skip to content

Version 1.5.1

Compare
Choose a tag to compare
@jgrewe jgrewe released this 25 Aug 11:48
· 50 commits to master since this release
b140b78

Changes in 1.5.1

  • adds a method to the DataArray that adds a RangeDimension that links to the DataArray itself. (What has been an AliasRangeDimension before 1.5, issue #500
  • reintroduces RangeDimension.is_alias method and allows to read before 1.2 AliasRangeDimension ticks (pr #503)
  • fixes an issue to access the parent Block of a Source (issue #498)
  • adds a method to find the parent source in a nested tree of Sources (issue #498)
  • updates the full documentation https://nixpy.readthedocs.io/en/master/ (pr #512)
  • adds an overload to SampledDimension.axis that allows to start at a position not only an index (pr #504)
  • add optional arguments to Block.create_data_array to set label and unit directly upon creation (pr #505)
  • improves the print output of DataFrame entities.
  • empty data slices no longer lead to an exception but return an empty array (issue #502, pr #516)
  • fixes bugs in upgrade script (issue #509, issue #511)
  • fixes a bug in command line tool occurring in 3.6 (we used an argparse argument introduced in 3.7+ versions, pr #519)
  • makes file_upgrade function available via nixio package import (pull request #512)
  • allows to pass other iterables to SetDimension.labels than just lists (pr #520)
  • adds a Label to the SetDimension (pr #522)
  • fixes a downward compatibility issue with AliasRangeDimensions (pr #521)

Data model changes

  • Pull request #522 introduces a non-breaking change to the model. Model version was bumped to 1.2.1