Skip to content

Version 1.4.5

Compare
Choose a tag to compare
@achilleas-k achilleas-k released this 15 May 10:12
· 67 commits to v1.4 since this release

Changes

  • Allow non-SI units in Tags and MultiTags: This was already supported in DataArray and Property objects. The same rules and restrictions now apply to Tags and MultiTags. Any string can be set as a unit, but non-SI units will disable the ability to retrieve data through the (Multi)Tag.

Bugfixes

  • Fixed an indexing and slicing bug in the h5py backend.

Relevant PRs

  • #292: Allow non-SI units in Tags and MultiTags
  • #297: Fix for data indexing and slicing