Releases: matthewgilbert/pdblp
Releases · matthewgilbert/pdblp
v0.1.8
v0.1.7
- Automate conda and pypi deploys with TravisCI
- Change from unittest to using pytest
- Seperate offline tests which do not require BBG connection
- Refactor event handling and logging into _receive_events()
- Remove restart() method, see issue #46
- Allow constructor to take a blpapi.Session and blpapi.Identity, for SAPI
v0.1.6
- Add ability to chain
start()
method, e.g.con = BCon().start()
- Fix logger to interface with upstream logging libraries
- Add pull request template
- Add
NaN
support to parser grammar - Support empty
bulkref()
requests
v0.1.5
v0.1.4
v0.1.3
- exposed timeout parameter through BCon() instantiation
v0.1.2
- added context management support with bopen()
- added bsrch() for Bloomberg SRCH Data
- added parsing to JSON of string representation of Request and Response
messages with parser.py module - modified ref() to return NaN instead of throwing an error when
fieldException of NOT_APPLICABLE_TO_REF_DATA is given - modified ref_hist() to support any historical reference date override
instead of just REFERENCE_DATE, e.g. CURVE_DATE
v0.1.1
- fixed bug where list of parameters persisted over multiple calls
0.1.0
added packing info for pypi