Skip to content

v1.1.1

Compare
Choose a tag to compare
@duncanwp duncanwp released this 23 Aug 20:02
· 858 commits to master since this release

This minor release primarily contained bug fixes and documentation updates.

Bugs fixed

  • JASCIS-181 - Updated eval documentation
  • JASCIS-239 - Documented the requirement of PyHamCrest for running tests
  • JASCIS-249 - CIS will now accept variables and filenames (such as Windows paths) which include a colon as long as they are escaped with a backslash. E.g. cis plot my_var:C\:\my_file.nc.
  • Occaisonly HDF will exit when reading an invalid HDF file without throwing any exceptions. To protect against this the HDF reader will now insist on an .hdf extension for any files it reads.