-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
35 lines (23 loc) · 1.12 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Changes in version 0.1.5
For London calendar:
- Early May Day bank holiday moved to align to VE Day (#14)
- Boxing Day substitution fixed for London (#17)
- Fixed hidden bank day bug
Changes in version 0.1.4
- `is_good()` no longer relies on `lubridate::wday()` abbreviations (#9)
- Package website is now available. See the DESCRIPTION file for URL (#11)
- Added specific developer documentation to `CONTRIBUTING.md` (#12)
Changes in version 0.1.3
- `is_good()` methods work when dates are bad and they occur on Tuesdays or Thursdays following changes to `lubridate::wday()` return values (#7)
Changes in version 0.1.2
- Exported `is_valid_day_basis()` and `is_valid_bdc()` (#5)
Changes in version 0.1.1
- Fixed error when subsetting a `JointCalendar` with a logical vector (#3)
- Removed unnecessary dependency on stats package
Changes in version 0.1.0
- Initial release
- Introduces `Calendar` classes (S3) and associated convenience constructors for
key locales
- Introduces `is_good()`, `adjust()`, `shift()` and `generate_schedule()` as
key calendar related methods
- Introduces `year_frac()` function for time length calculations.