Releases: macrobond/macrobond-data-api
Releases · macrobond/macrobond-data-api
Release 1.0.7
- Fix for parse_date
Release 1.0.6
- Fix for "4.1 - Macrobond Data API - Revision History.ipynb"
- Fix for SubscriptionList last_modified time of set
- Fix for to_pd_data_frame() in GetAllVintageSeriesResult
Release 1.0.5
- Fix for DataPackageListPoller
- Fix for get_vintage_series
- Fix for Doc
Release 1.0.4
- Fix for bug in get_data_package_list_iterative
- Add DataPackageListPoller
Release 1.0.3
Adjusted name of Web API endpoint from getsubscriptionlist to getdatapackagelist
Release 1.0.2
Renamed the original type of subscription list to data package list.
Release 1.0.1
Added support for subscription lists
See example in https://github.com/macrobond/macrobond-data-api/blob/main/examples/subscribing_to_updates.py
Release 1.0.0
- Better error messages when using automatic initialization
- Breaking change: get_series, get_many_series, get_entity, get_vintage_series and get_nth_release no longer uses *args for the set of series, but instead takes a sequence of series names
- Convenience methods get_one_vintage_series and get_one_nth_release have been added
Release 0.0.16
What's Changed
- Add error for the com get_observation_history bug
- Fix for pd datetime in com
- Initial work to support subscription lists
Full Changelog: v0.0.15...0.0.16
Release 0.0.15
Release 0.0.15 with some updates to the keyring for Linux