Skip to content

v0.15.1

Compare
Choose a tag to compare
@benkrikler benkrikler released this 01 Nov 03:43
· 228 commits to master since this release
16c1353

Changed

  • Added support for variables with multiple dots in the name (nested branches). Issue #95, PR #97 @kreczko
  • Fix JaggedNth to work with arbitrary depth jagged arrays, Issue #87, PR #99 @benkrikler
  • Add protection against multiple dimensions using the same output name in a BinnedDataframe stage, Issue #92, PR #100 @benkrikler