Skip to content

Releases: matthewgilbert/pdblp

v0.1.8

01 Jan 22:35
Compare
Choose a tag to compare
  • Fix bopen() to work with passed session
  • Refactor pdblp to use blpapi.Messages parsed into dicts
  • Remove conda package building
  • Remove testing for python 3.5 and 3.4

v0.1.7

26 Sep 14:56
Compare
Choose a tag to compare
  • 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

16 Aug 17:50
Compare
Choose a tag to compare
  • 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

05 Jun 12:16
Compare
Choose a tag to compare
  • Seperate ref() into bulkref() and ref(), see issue #35
  • Update tutorial docs to reflect new functions
  • Update Sphinx build process to use sphinx 1.7.5 and provide environment
    file for building docs

v0.1.4

22 May 01:11
Compare
Choose a tag to compare
  • Fix bug accessing null blpapi.element.Element in ref(), see issue #32
  • Raise a ValueError for bad inputs to bdh(), see issue #33

v0.1.3

13 Feb 01:59
Compare
Choose a tag to compare
  • exposed timeout parameter through BCon() instantiation

v0.1.2

16 Jun 22:28
Compare
Choose a tag to compare
  • 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

01 Dec 01:51
Compare
Choose a tag to compare
  • fixed bug where list of parameters persisted over multiple calls

0.1.0

25 Oct 00:44
Compare
Choose a tag to compare
added packing info for pypi