Changelog for
python3-h5netcdf-0.3.1-lp150.1.1.noarch.rpm :
* Sun Jun 11 2017 toddrme2178AATTgmail.com- Implement single-spec version- Fix source URL- Update to Version 0.3.1:
* Fix garbage collection issue.
* Add missing .flush() method for groups.
* Allow creating dimensions of size 0.- Update to Version 0.3.0:
* Datasets are now loaded lazily. This should increase performance when opening files with a large number of groups and/or variables.
* Support for writing arrays of variable length unicode strings with dtype=str via the legacy API.
* h5netcdf now writes the _NCProperties attribute for identifying netCDF4 files.
* Mon Jun 15 2015 toddrme2178AATTgmail.com- Initial version