forked from quandl/quandl-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
58 lines (40 loc) · 1.44 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
##############################
####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