What's Changed
* docs: fix hist link, hide some useless private members by ManuelHu in https://github.com/legend-exp/legend-pydataobj/pull/104
* I/O performance improvements by iguinn in https://github.com/legend-exp/legend-pydataobj/pull/100
* Change to low-level HDF5 interface for reading data
* Fixed bug in handling of entry lists introduced in v1.8.0
* Enabled paged aggregation HDF5 feature when writing files. Enabling this should improve performance for files with many small datasets. By default this will not be used
* Added option to enable/disable file locking when reading files. This will default to disable (which is a change from before)
* histogram: restrict more error messages to when they are necessary by ManuelHu in https://github.com/legend-exp/legend-pydataobj/pull/106
**Full Changelog**: https://github.com/legend-exp/legend-pydataobj/compare/v1.9.0...v1.10.0