Skip to content

Version 1.5.0 beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@achilleas-k achilleas-k released this 02 Apr 08:24
· 686 commits to master since this release

Changes

  • Dropped retrieve_ prefix from data access methods in Tag and MultiTag. Old method names still work but warn that they are deprecated.
    • retrieve_datatagged_data
    • retrieve_feature_datafeature_data
  • New pretty print function pprint() for the data tree. The function can be run from any Block object to print a tree representation of its contained objects.

Bug fixes

  • Fixed a bug where an error would occur when searching for objects from a metadata Section and some objects did not have defined metadata.

Relevant PRs

  • #373: Retrieve rename
  • #376: Pretty Print for Data Tree
  • #381: Inverse search fix