File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: blpapi
3- Version: 3.25.8 .1
3+ Version: 3.25.9 .1
44Summary: Python SDK for Bloomberg BLPAPI
55Home-page: http://www.bloomberglabs.com/api/
66Author: Bloomberg L.P.
Original file line number Diff line number Diff line change 1+ Version 3.25.9.1:
2+ =================
3+ - Pre-resolved topics no longer supported
4+ The usage of pre-resolved topics is no longer supported.
5+ Topics specified as already resolved using the
6+ `SubscriptionList::addResolved` interface will now
7+ follow the normal resolution process.
8+
9+ - Stability and performance improvements
10+
111Version 3.25.8.1:
212=================
313- Stability and performance improvements
Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: blpapi
3- Version: 3.25.8 .1
3+ Version: 3.25.9 .1
44Summary: Python SDK for Bloomberg BLPAPI
55Home-page: http://www.bloomberglabs.com/api/
66Author: Bloomberg L.P.
Original file line number Diff line number Diff line change 44
55from . import internals
66
7- __version__ = "3.25.8 .1"
8- __expected_cpp_sdk_version__ = "3.25.8 "
7+ __version__ = "3.25.9 .1"
8+ __expected_cpp_sdk_version__ = "3.25.9 "
99
1010
1111def print_version () -> None :
You can’t perform that action at this time.
0 commit comments