- Fix bug where pygeode.formats.netcdf4 fails if the libnetcdf shared library
is not installed on the system. It should not be required, since the
interface uses the Python netCDF4 package to handle I/O.
- Updated the INSTALL file with more up-to-date information.
- Removed warning message when libnetcdf unavailable. This was always
displayed, even when libnetcdf was not actually needed. This could cause
confusion if using the newer pygeode.formats.netcdf4 interface, since it
doesn't require the shared library at all.