Skip to content

Releases: wilsonfreitas/R-bizdays

vale o escrito

14 Jan 08:59
Compare
Choose a tag to compare
  • Brazil/BMF Calendar updated: addition of November 20th holiday from 2024 ahead.

  • Brazil/ANBIMA Calendar updated: addition of November 20th holiday from 2024 ahead.

  • Brazil/B3 Calendar updated: added holidays from 2024.

  • Brazil/BMF Calendar updated: corrected holidays in the period between 1990-2000

  • Brazil/B3 Calendar updated: added holidays in the period between 1990-2000

  • Added more tests to getbizdays

mil coisas invisíveis

22 Jun 10:20
53c69a3
Compare
Choose a tag to compare

bizdays 1.0.11

  • improved getdate to use a day as reference and allows expressions like:
    getdate("last bizday", Sys.Date(), "Brazil/ANBIMA"),
    getdate("next wed", Sys.Date()), ...(issue #28)

  • organized ref code to avoid duplicate code

contando os mortos

10 May 00:08
Compare
Choose a tag to compare

bizdays 1.0.10

  • holidaysB3 data updated, the day 2020-07-09 has been removed, it's not a holiday.

  • load_builtin_calendars function created to load calendars: actual, Brazil/ANBIMA, Brazil/B3, weekends

  • Depends updated to 4.0

  • removed data/holidaysANBIMA.rda and data/holidaysB3.rda, calendars are loaded from JSON files

ai papai

26 Jun 19:46
52071fe
Compare
Choose a tag to compare
Merge pull request #78 from wilsonfreitas/work

Renamed functions, replaced dots with _

delícia delícia

11 Apr 12:40
Compare
Choose a tag to compare

Great news!

  • now we have the double index to compute bizdays and avoid inconsistencies (issue #54)
  • bug fixes (issues #55 #54)
  • fixed travis-ci process (issue #53 )
  • offset performance was improved (issue #22)

majority

04 Sep 01:13
Compare
Choose a tag to compare

bizdays reaches majority!
This release has the calendar registry which avoids the creation of many object copies in functions arguments, once you can pass the calendar name instead of the calendar object.
Calendars can be loaded from other packages like RQuantLib and timeDate (Rmetrics).
bizdays function now returns negative values.
And many more.

v0.2.2

13 Mar 10:06
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Bugs corrected and docs updated

  • Calendar accepts POSIX* in holidays
  • Calendar's start.date and end.date are set to default values only when their aren't provided
  • Docs updated

v0.2.1

31 Jan 07:52
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Documentation have been highly improved!

  • changed print.Calendar to be more informative
  • new offset function create (add.bizdays alias)
  • offset (add.bizdays) accepts vector of numbers (n argument)
  • updated documentation
  • added vignettes
  • renamed default.calendar to Calendar(name='Actual/365', dib=365)

v0.2.0: Changed version to 0.2.0 to allow pre-releases

23 Jun 11:40
Compare
Choose a tag to compare

A few styling changes:

  • print.Calendar returns invisible(x) and shows weekdays
  • Calendar raises a warning when holidays is set and weekdays is not
  • Calendar's dib and name defaults to NULL
  • default.calendar is Calendar(name='Actual', dib=365)
  • bizyears raises an error if dib is NULL

v0.1.5.2

16 Jun 09:02
Compare
Choose a tag to compare
v0.1.5.2 Pre-release
Pre-release
  • add function has been renamed to add.bizdays