From 4c7c13c30d44fc63f96c497dfd77b2898843de01 Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Sat, 31 Jan 2015 05:49:12 -0200 Subject: [PATCH] Updated DESCRIPTION and NEWS --- DESCRIPTION | 2 +- NEWS | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e6e602e..f974342 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 Maintainer: Wilson Freitas URL: https://github.com/wilsonfreitas/R-bizdays diff --git a/NEWS b/NEWS index 5cbfd32..4db7ebd 100644 --- a/NEWS +++ b/NEWS @@ -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