Skip to content

v0.10.0

Choose a tag to compare

@ManuelHu ManuelHu released this 05 Feb 13:03
· 60 commits to main since this release
8143e3a

Summary

This release includes unit handling (based on ak.Array parameters) by default for reboost processors:

Warning

This contains breaking changes to the output types for most reboost processors.

What's Changed

  • switch all hpge processors to use ak.Array and unit handelling by @tdixon97 in #121
  • optmap: remove functions for standalone optmap-evt files by @ManuelHu in #153
  • support forwarding units in read_data_at_channel_as_ak() by @gipert in #151
  • docs: fixes for unit support and other minor corrections by @ManuelHu in #154
  • docs: more fixes for units in the tutorial by @ManuelHu in #155
  • move units to flattened data by @tdixon97 in #159
  • utils: remove old units infrastructure by @ManuelHu in #160
  • re-add support for explicit units in expressions and add unit support for in-memory tables by @ManuelHu in #161
  • units: improve handling of obscure types in units_conv_ak by @ManuelHu in #163

Full Changelog: v0.9.1...v0.10.0