Skip to content

CFtime 1.7.3

Latest

Choose a tag to compare

@pvanlaake pvanlaake released this 02 Apr 18:56

Maintenance release

  • Support for CF-1.13.
  • Fields in CFTime and CFClimatology classes have been made private, corresponding active fields added.
  • CFClimatology instances can now be extended with the + operator.
  • When extending a CFTime or CFClimatology instance with another such instance using the + operator, bounds are preserved if both instances have bounds set.
  • Added method CFTime$doy() to calculate the day-of-year from offsets or supplied dates, using the calendar of the instance.
  • Documentation updated.