forked from Rblp/Rblpapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
157 lines (92 loc) · 4.33 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
2015-11-23 Rademeyer Vermaak <[email protected]>
* src/beqs.cpp: More robust handling of empty return columns
2015-11-20 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Correct comparison for response type
2015-11-19 Dirk Eddelbuettel <[email protected]>
* configure (download): Use R to download instead of curl as the
latter fails to follow redirect links on e.g. OS X -- but only when
we have capabilities()[["libcurl"]] or else fall back to curl
* src/beqs.cpp: Make g++-5.2 happy and use std::strcmp
* .travis.yml (after_failure): Add new target to get more output
* DESCRIPTION: Roll Date and Version
2015-11-09 Dirk Eddelbuettel <[email protected]>
* src/getBars.cpp: Also return value-traded per bar
* R/getBars.R: Document additional return column
2015-11-09 Whit Armstrong <[email protected]>
* src/subscribe.cpp: Finalize live subscription
* R/subscribe.R: Idem
* man/subsribe.Rd: Idem
2015-11-06 Dirk Eddelbuettel <[email protected]>
* R/getBars.R: Check startTime and endTime for Datetime type;
added example section to manual page
* R/getTicks.R: Ditto
* man/getBars.Rd: Added simple example from vignette
* man/getTicks.Rd: Ditto
2015-11-02 Whit Armstrong <[email protected]>
* src/subscribe.cpp: Begginning of live subscription
2015-10-21 Dirk Eddelbuettel <[email protected]>
* R/beqs.R: Correct Date use in example section
* man/beqs.Rd: Ditto
2015-10-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.3.1
2015-10-16 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: More robust identification of column types,
as well as presetting of result columns with NA values
* src/beqs.cpp: Support 'Date' types in return
2015-10-11 Dirk Eddelbuettel <[email protected]>
* R/beqs.R: Always return the date as the first column
2015-10-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Rolled (dev) Version and Date
2015-10-04 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Reworked to return a data frame, also changed some
argument names for consistency
* R/beqs.R: Corresponding changes
* man/beqs.Rd: Ditto
* src/RcppExports.cpp: Ditto
* R/RcppExports.R: Ditto
2015-10-03 Dirk Eddelbuettel <[email protected]>
* src/beqs.cpp: Added verbose flag
* R/beqs.R: Ditto
* man/beqs.Rd: Added by running roxygenize()
* src/RcppExports.cpp: Updated by running compileAttributes()
* R/RcppExports.R: Updated by running compileAttributes()
2015-10-03 Rademeyer Vermaak <[email protected]>
* src/beqs.cpp: Add BEQS functionality
* R/beqs.R: Add BEQS functionality
* man/beqs.Rd: Corresponding manual page
2015-10-01 Dirk Eddelbuettel <[email protected]>
* configure: Rewritten to (locally) cache the Bloomberg header and
and library files making (repeated) builds quicker (issue #65)
* src/Makevars.win: Ditto
* .gitignore: Add blp/ and inst/include/ with cached files
* .Rbuildignore: Ditto
* cleanup: Adjusted accordingly as well
2015-09-30 Dirk Eddelbuettel <[email protected]>
* R/getTicks.R (getMultipleTicks): In xts mode, make timestamps
unique prior to merge to ensure order is preserved (issue #76)
2015-09-18 Dirk Eddelbuettel <[email protected]>
* .travis.yml (notifications): Added slack notification
2015-09-16 Dirk Eddelbuettel <[email protected]>
* R/bdp.R: Add example using override for vendor-specific data (cf
issue ticket #67)
* man/bdp.Rd: Corresponding manual page update
2015-09-15 John Laing <[email protected]>
* src/blpapi_utils.cpp: Fix Boost auto_ptr warning
2015-08-19 Dirk Eddelbuettel <[email protected]>
* R/bdh.R: Add example using optional parameter for monthly data
* man/bdh.Rd: Corresponding manual page
2015-08-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.3.0
* configure: Respect R_HOME if set, use fallback if not
2015-08-13 Dirk Eddelbuettel <[email protected]>
* vignettes/rblpapi-intro.Rmd: Added vignette
* DESCRIPTION: Add knitr to Suggests: and VignetteBuilder:
* .travis.yml: Add knitr to installed packages
* configure: Refine which program is used for downloads
* cleanup: Refine what is removed post-build
2015-08-12 Jeroen Ooms <[email protected]>
* configure: Added support for OS X builds
* src/Makevars.in: Ditto
2015-08-12 Dirk Eddelbuettel <[email protected]>
* ChangeLog: Added, see git log for previous changes
* NEWS.Rd: Added, see git log for previous changes