-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNEWS
116 lines (84 loc) · 3.83 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Version 0.3.3
--------------------------------------
* Fixed pdfetch_FRED function which was not returning data
Version 0.3.2
--------------------------------------
* Updated pdfetch_YAHOO function to leverage the quantmod package.
Version 0.3.1
--------------------------------------
* Updated pdfetch_WB function to use the World Bank v2 API
Version 0.3.0
--------------------------------------
* Fixed pdfetch_FRED function, which was failing to retrieve data
Version 0.2.9
--------------------------------------
* Fixed Yahoo functions, which had stopped returning data, by borrowing new code from the quantmod package, thank you to Joshua Ulrich
Version 0.2.8
--------------------------------------
* Fixed Eurostat functions, which had stopped returning data
Version 0.2.7
--------------------------------------
* Fix to pdfetch_YAHOO, which was failing to retrieve data (thanks to Freddy Villabona)
Version 0.2.6
--------------------------------------
* Update to pdfetch_EIA() to support HTTPS
Verison 0.2.5
--------------------------------------
* Fixed pdfetch_EIA() function's handling of hourly data when the data cross the Daylight Savings Time boundary. Hourly data is now always reported with the GMT time zone.
* Fixed pdfetch_ECB() function
* Fixed pdfetch_BUNDESBANK() function
Version 0.2.4
--------------------------------------
* Fixed INSEE function to be able to read quarterly series that have a "Published in the OJ" date column in the data.
Version 0.2.3
--------------------------------------
* Fixed error in Yahoo Finance function which swapped adjusted close and volume fields.
* Fixed error in BLS function which prevented downloading of single series.
Version 0.2.2
--------------------------------------
* Fixed Yahoo Finance function and added 'interval' argument
* Fixed UK ONS function
* Fixed French INSEE function
* Added support for hourly data to the US EIA function
Version 0.2.1
--------------------------------------
* Added support for Deutsche Bundesbank's time series database
Version 0.2.0
--------------------------------------
* Fixed Yahoo function so that Volume column is correctly read as numeric instead of character. This bug was also causing problems when downloading more than two tickers.
Version 0.1.9
--------------------------------------
* Fixed INSEE function so that negative signs and periods are not stripped (thanks to Hadrian Leclerc)
Version 0.1.8
--------------------------------------
* Fixed UK Office of National Statistics (ONS) functionality. Note that the pdfetch_ONS function is designed to retrieve series from the ONS Time Series Explorer (https://www.ons.gov.uk/timeseriestool), not the UK ONS API.
* Fixed Bureau of Labor Statistics functionality.
* Fixed INSEE functionality.
* Fixed Energy Information Administration functionality.
* Various other fixes
Version 0.1.7
--------------------------------------
* Fixed URL for St Louis FRED service.
Version 0.1.6
--------------------------------------
* Added support for US Energy Information Administration API
* Wrapped examples with tryCatch to stop temporary web service problems from being flagged on CRAN.
* Switched from using RCurl directly to the httr package.
Version 0.1.5
--------------------------------------
* Fixed a bug in the handling of ECB monthly dates (thanks to Fabian Greimel)
Version 0.1.4
--------------------------------------
* Fixed a bug in the handling of Eurostat monthly dates (thanks to Chiara Carini)
Version 0.1.3
--------------------------------------
* Added support for US Bureau of Labor Statistics, UK ONS, and French INSEE
Version 0.1.2
--------------------------------------
* Added support for Bank of England's Interactive Statistical Database
Version 0.1.1
--------------------------------------
* Removed reliance on curl.exe on Windows
Version 0.1
--------------------------------------
* Initial release