Skip to content

Commit

Permalink
Updated DESCRIPTION and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jan 31, 2015
1 parent 12fe755 commit 4c7c13c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: bizdays is a small set of functions to help with calculations
bizdays can be fairly used for fixed income calculations.
Many countries make intense use of business days to price
financial instruments, like bonds and derivatives.
Version: 0.2.0
Version: 0.2.1
Author: Wilson Freitas <wilson.freitas@gmail.com>
Maintainer: Wilson Freitas <wilson.freitas@gmail.com>
URL: https://github.com/wilsonfreitas/R-bizdays
Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes in Version 0.2.1

* 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)

Changes in Version 0.2.0

* print.Calendar returns invisible(x) and shows weekdays
Expand Down

0 comments on commit 4c7c13c

Please sign in to comment.