v1.5.0a4
Pre-release
Pre-release
What's Changed
- Support setting a fill value when "exploding"
VectorOfVectors
into NumPy arrays in.view_as("np")
by @gipert in #57 - Migrate to pyproject.toml, upgrade pre-commit config by @gipert in #59
- Fix for reading just first row of VectorOfVectors by @ggmarshall in #63
- Feature:
lh5.read_as()
to read LH5 data straight into third party data views by @gipert in #62 - Added warning when adding a column to a table with different length by @MoritzNeuberger in #58
- Add first version of CITATION.cff by @gipert in #64
- Bug fix in
LH5Store.read()
: check forn_rows
longer thanidx
s before dropping by @ggmarshall in #65
Full Changelog: v1.5.0a3...v1.5.0a4