Skip to content

Release v0.8.2

Compare
Choose a tag to compare
@felipenoris felipenoris released this 21 Feb 03:30
· 118 commits to master since this release
  • Added AustraliaASX, Australia(:state) holiday calendars.

  • New helper functions: firstbdayofmonth, lastbdayofmonth.

  • Added function bdayscount(calendar, dt0, dt1) :: Int. Returns the number of business days between dt0 and dt1 as Int.

  • bdays was redefined as bdays(cal, dt0, dt1) = Dates.Day(bdayscount(cal, dt0, dt1)).