Skip to content

2.0.1

Latest

Choose a tag to compare

@mrufsvold mrufsvold released this 01 Aug 16:52
· 2 commits to main since this release
6763809

Breaking Changes:

Removed/Changed Keyword Arguments

  • Removed pool_arrays. lazy_columns remain and can be easily converted to a PooledArray.

Return Type

expand now always returns a TypedTables.FlexTable which makes it type stable (at the expense of column access being type stable). We continue to use TypedTables, instead of a simple NamedTuple because it allows us to do nested tables very easily.

New Features

  • use_xpath_names keyword argument constructs output names that follow xpath formatting.
  • Much more performant. Better handling of the type instability of traversing nested data so that we don't hang in compilation and dispatch.

What's Changed

Full Changelog: 1.2.0...2.0.1