File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55#### Enhancements
66- Added new off-market publisher for Cboe Futures Exchange (` XCBF_PITCH_XOFF ` )
7- - Upgraded ` databento-dbn ` to 0.47 .0:
7+ - Upgraded ` databento-dbn ` to 0.48 .0:
88 - Changed the ` __repr__ ` implementation of all records in Python to be more Pythonic
99 - Added new ` StatType ` variants to be used by ` XCBF.PITCH ` dataset:
1010 - ` UPPER_PRICE_LIMIT `
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The library is fully compatible with distributions of Anaconda 2023.x and above.
3232The minimum dependencies as found in the ` pyproject.toml ` are also listed below:
3333- python = "^3.10"
3434- aiohttp = "^3.8.3"
35- - databento-dbn = "~ 0.46 .0"
35+ - databento-dbn = "~ 0.48 .0"
3636- numpy = ">=1.23.5"
3737- pandas = ">=1.5.3"
3838- pip-system-certs = ">=4.0" (Windows only)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dynamic = [ "classifiers" ]
1010dependencies = [
1111 " aiohttp>=3.8.3,<4.0.0; python_version < '3.12'" ,
1212 " aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'" ,
13- " databento-dbn~=0.47 .0" ,
13+ " databento-dbn~=0.48 .0" ,
1414 " numpy>=1.23.5; python_version < '3.12'" ,
1515 " numpy>=1.26.0; python_version >= '3.12'" ,
1616 " pandas>=1.5.3,<4.0.0" ,
You can’t perform that action at this time.
0 commit comments