Skip to content

Releases: JuliaFinance/BusinessDays.jl

Release v0.9.3

03 Dec 03:32
d9204a5
Compare
Choose a tag to compare
  • Add Bush's funeral to US Special Closings

Release v0.9.2

02 Dec 12:52
Compare
Choose a tag to compare

Bugfix release.

Release v0.9.1

18 Nov 13:12
8baa9aa
Compare
Choose a tag to compare

Bugfix release.

Release v0.9.0

12 Aug 15:33
Compare
Choose a tag to compare
  • Supports Julia v0.7

  • Drops support for Julia v0.6

Release v0.8.4

01 Jul 21:00
Compare
Choose a tag to compare
  • minor code refactoring

Release v0.8.3

06 Mar 11:57
Compare
Choose a tag to compare

Bugfix release.

Release v0.8.2

21 Feb 03:30
Compare
Choose a tag to compare
  • 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)).

Release v0.8.1

18 Jan 12:33
Compare
Choose a tag to compare
  • Adds GenericHolidayCalendar type.

Release v0.8.0

08 Jan 04:44
Compare
Choose a tag to compare
  • Julia v0.6 syntax
  • Drops dependency on Compat
  • Drops support for Julia v0.5

Release v0.7.3

10 Sep 21:43
Compare
Choose a tag to compare
  • Bugfix for advancebdays function.