File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 77- Renamed ` booklevel ` MBP field to ` levels ` for brevity and consistent naming
88- Changed ` flags ` field to an unsigned int
99- Changed default of ` ts_out ` to ` False ` for ` Live ` client
10- - Removed ` open_interest_qty ` and ` cleared_volume ` fields that were always unset from definition schema
1110- Changed ` instrument_class ` DataFrame representation to be consistent with other ` char ` types
11+ - Removed ` open_interest_qty ` and ` cleared_volume ` fields that were always unset from definition schema
12+ - Removed sunset ` timeseries.stream ` method
1213
1314## 0.12.0 - 2023-05-01
1415- Added ` Live ` client for connecting to Databento's live service
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ You can find our full client API reference on the [Historical Reference](https:/
3030The library is fully compatible with the latest distribution of Anaconda 3.7 and above.
3131The minimum dependencies as found in the ` requirements.txt ` are also listed below:
3232- Python (>=3.7)
33- - aiohttp (>=3.7.2)
34- - databento-dbn (==0.5 .0)
33+ - aiohttp (>=3.7.2,<4.0.0 )
34+ - databento-dbn (==0.6 .0)
3535- numpy (>=1.17.0)
3636- pandas (>=1.1.3)
3737- requests (>=2.24.0)
38- - zstandard (>=0.20 .0)
38+ - zstandard (>=0.21 .0)
3939
4040## Installation
4141To install the latest stable version of the package from PyPI:
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ databento-dbn==0.6.0
33numpy >= 1.17.0
44pandas >= 1.1.3
55requests >= 2.24.0
6- zstandard >= 0.20 .0
6+ zstandard >= 0.21 .0
You can’t perform that action at this time.
0 commit comments