- fix bug that read the wrong timeseries if a non existing location id was given. - fix bug when reading not completely filled files in read_bulk mode in contigous ragged.
0.1.13
==============
- Catch RuntimeError and IOError to be compatible with older netCDF4 versions. - Fix compression of variables in point_data.
0.1.12
==============
- IndexedRaggedTs are now compatible with numpy record arrays and dictionaries.
0.1.11
==============
- IndexedRaggedTs.write_ts can now write data for multiple grid points at once. - Add interface to write a complete cell to GriddedNcIndexedRaggedTs
0.1.10
==============
- No changes in functionality - Fix setup.py for correct installation
0.1.9
=============
- Fix n_loc bug - Add recarray for point data - Excluding pandas==0.19.0