-
Notifications
You must be signed in to change notification settings - Fork 55
/
ChangeLog
163 lines (113 loc) · 4.09 KB
/
ChangeLog
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
##############################
###Version 2.9.1 to 2.11.0####
##############################
- Added Point in Time support
##############################
###Version 2.9.1 to 2.10.0####
##############################
- Added functionality to download an entire datatable
##############################
####Version 2.8.0 to 2.9.1####
##############################
- Quandl.datatable accepts datetime and double types properly
- Quandl.datatable parameter name change
##############################
####Version 2.7.0 to 2.8.0####
##############################
- Add functionality for retrieving datatable data
##############################
####Version 2.6.1 to 2.7.0####
##############################
- Upgrade to v3 API
- Add functionality to download an entire database
- Use options to store configurations
- Add more tests
- Mock tests
##############################
####Version 2.6.0 to 2.6.1####
##############################
- Changed from using httr's automatic parse to explicit parse
##############################
####Version 2.5.2 to 2.6.0####
##############################
- Move to httr library, which now also uses jsonlite library internally as well
- Fixed Quandl.seach functionality
- Quandl.curl has been removed along with httr
##############################
####Version 2.5.1 to 2.5.2####
##############################
- Move to https
##############################
####Version 2.5.0 to 2.5.1####
##############################
- Add roxygen2 dependency for developing this package
- Clean up the code a bit (e.g. consistent formatting)
##############################
####Version 2.4.0 to 2.5.0####
##############################
- Multiset api route removed, functionality retained
##############################
####Version 2.3.9 to 2.4.0####
##############################
- Quandl.push disabled temporarily
- Error catching simplified. Just uses api response
##############################
####Version 2.3.6 to 2.3.9####
##############################
- Duplicate functionality moved away from individual functions into quandl.api
- Quandl limit removed as it is deprecated
- Package now uses https
##############################
####Version 2.3.5 to 2.3.6####
##############################
- Package in failure more verbose
##############################
####Version 2.3.2 to 2.3.5####
##############################
- Quandl.curlopts allows a curl handle to be added to api calls
- Package now depends on xts to fix errors with zooreg
- Package documentation built with new version of roxygen2 so it has changed as well
##############################
####Version 2.3.1 to 2.3.2####
##############################
- Test suite does not run automatically
##############################
####Version 2.3.0 to 2.3.1####
##############################
- Test suite passes
##############################
####Version 2.2.2 to 2.3.0####
##############################
- First iteration of REST interface with Quandl api added
- Quandl, Quandl.push, Quandl.search modified to use quandl.api
##############################
####Version 2.1.2 to 2.2.2####
##############################
- Single column selection for single datasets
- First batch of tests added
- Weekly time series bug fixed
##############################
####Version 2.1.2 to 2.2.1####
##############################
- Regular time series objects are returned for regular time series
- Limit errors now caught
##############################
####Version 2.1.2 to 2.2.0####
##############################
- Changed 'AssignInNamespace' to 'AssignInMyNamespace'
- Quandl.push functionality returned
- Error Catching improved again
##############################
####Version 2.1.1 to 2.1.2####
##############################
- Removed calls to packages namespace using ':::' as inline with new CRAN policies
##############################
####Version 2.1.0 to 2.1.1####
##############################
- Added Quandl.limit function to check remaining API limit
- Changed error catching to be a bit more robust
##############################
#####Version 2.0 to 2.1.0#####
##############################
- Added multiset functionality
- Better Error Catching