File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44
55#### Enhancements
66- Added ` price_type ` argument for ` DBNStore.to_df ` to specify if price fields should be ` fixed ` , ` float ` or ` decimal.Decimal `
7- - Upgraded ` databento-dbn ` to 0.12 .0
7+ - Upgraded ` databento-dbn ` to 0.13 .0
88
99#### Breaking Changes
1010- Changed outputs of ` DBNStore.to_csv ` and ` DBNStore.to_json ` to match the encoding formats from the Databento API
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
3232The minimum dependencies as found in the ` pyproject.toml ` are also listed below:
3333- python = "^3.8"
3434- aiohttp = "^3.8.3"
35- - databento-dbn = "0.12 .0"
35+ - databento-dbn = "0.13 .0"
3636- numpy= ">=1.23.5"
3737- pandas = ">=1.5.3"
3838- requests = ">=2.24.0"
Original file line number Diff line number Diff line change @@ -1129,7 +1129,6 @@ def _transcode(
11291129 pretty_px = pretty_px ,
11301130 pretty_ts = pretty_ts ,
11311131 has_metadata = True ,
1132- input_compression = Compression .NONE ,
11331132 symbol_map = symbol_map , # type: ignore [arg-type]
11341133 schema = schema ,
11351134 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repository = "https://github.com/databento/databento-python"
2626[tool .poetry .dependencies ]
2727python = " ^3.8"
2828aiohttp = " ^3.8.3"
29- databento-dbn = " 0.12 .0"
29+ databento-dbn = " 0.13 .0"
3030numpy = " >=1.23.5"
3131pandas = " >=1.5.3"
3232requests = " >=2.24.0"
You can’t perform that action at this time.
0 commit comments