Skip to content

Lubridate 1.7.2

Compare
Choose a tag to compare
@vspinu vspinu released this 07 Feb 11:58
· 422 commits to main since this release

NEW FEATURES

  • Durations, Periods and difftimes are now comparable with each other.
  • interval constructor accepts start and end character vectors in ISO 8601 format
  • #362 Add support for ISO 8601 formats in interval constructor
  • #622 Add support for ISO 8601 formats in periods and durations constructor

CHANGES

  • Correct license to the originally intended GPL (>= 2)

BUG FIXES

  • #605 Fix wrong ceiling of days during DST transition.
  • #607 Re-instate format argument to as_date and as_datetime (regression in v1.7.1)
  • Fix intersection of intervals with missing values.
  • Fix UBSAN errors in update.cpp