Skip to content

Commit

Permalink
adjust NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Jan 8, 2014
1 parent 954ff9c commit 5b95083
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ Version 1.3.3

DEVELOPMENT

* parser functions work faster and handle more heterogeneous formats.
* New low level C parser for numeric formats and two new front-end R functions
parse_date_time2 and fast_strptime. The achieved speed up is 50-100x as
compared to standard as.POSIXct and strptime functions.

The user level parser functions of ymd_hms family drop to these C routines
whenever plain numeric formats are detected.

BUG FIXES

* olson_time_zones now supports Solaris OS
* infinite recursion on parsing non-existing leap times was fixed

Version 1.3.2
-------------------------------------------------------------------------
Expand Down

0 comments on commit 5b95083

Please sign in to comment.