- Package no longer Python 2.7 compatible - Update pyscaffold v3.2.3 - Remove build_script and changes.md - Update environment.yml - Package name changed from pynetCF to pynetcf - Updating travis settings
0.1.19
==============
- Update readme. - Remove unnecessary dimensions while reading point data. - Pin squinx version to fix rtd - Update netcdf4 requirement to v1.4.2
0.1.18
==============
- Update installation to pyscaffold 2.5.x to fix https://github.com/blue-yonder/pyscaffold/issues/148 - Restrict netcdf4 package to versions <=1.2.8 because of https://github.com/Unidata/netcdf4-python/issues/784
0.1.17
==============
- Allow writing and reading of PointData in append mode. - Set default filenames for GriddedPointData to include .nc ending.
0.1.16
==============
- Translate RuntimeError of older versions of the netCDF4 library to IOError. - Avoid race conditions when creating directories for new files.
0.1.15
==============
- Fix bug that lost the datatype during writing of timeseries with pandas > 0.17.1 - Fix Python 3 compability.