forked from wilsonfreitas/rbcb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
33 lines (21 loc) · 1.2 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
Changes in Version 0.1.5
* implemented functions to get market expectations data: get_twelve_months_inflation_expectations,
get_top5s_annual_market_expectations, get_top5s_monthly_market_expectations
* implemented helpers to extract data from bid and ask columns of currency time series (issue #21)
Changes in Version 0.1.4
* implemented functions to get market expectations data: get_monthly_market_expectations,
get_quarterly_market_expectations, get_annual_market_expectations
* implemented a workaround to solve the BUG of duplicated currencies in the PTAX form (issue #19)
Changes in Version 0.1.3
* implemented new naming style for get_series (issue #9)
* implemented the fetch of multiple series in one get_series call (issue #11)
* removed get_series ts_options argument, now it uses series info to define frequency and start
Changes in Version 0.1.2
* implemented new functions to organize http requests
* added User-Agent header to http requests
* implemented ts return for get_series (issue #5)
* changed search URL (issue #7)
Changes in Version 0.1.1
* set default values in get_series to make API arguments optional
Changes in Version 0.1.0
* first functional release