What's new
* Concatenate array-like LGDOs on disk with `l5hconcat`
* Read/write `VectorOfVectors` of any dimensionality
* Read/write LGDOs without the need of a store with `lgdo.lh5.read()` and `lgdo.lh5.write()`.
Have a look at the updated tutorials for more information.
Detailed list
* `lh5concat`: Command line tool to concatenate array-like LGDOs in a single file by gipert in https://github.com/legend-exp/legend-pydataobj/pull/73
* Support `VectorOfVectors` of arbitrary dimensionality (as per LH5 spec) by gipert in https://github.com/legend-exp/legend-pydataobj/pull/75
* Support using nested table fields in `Table.eval()` by gipert in https://github.com/legend-exp/legend-pydataobj/pull/81
* Refactor `LH5Store.{read,write}()` by gipert in https://github.com/legend-exp/legend-pydataobj/pull/79
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/legend-exp/legend-pydataobj/pull/80
**Full Changelog**: https://github.com/legend-exp/legend-pydataobj/compare/v1.5.1...v1.6.0