Skip to content

Commit 68b0f55

Browse files
committed
MOD: Upgrade databento_dbn to 0.36.1
1 parent 40f9183 commit 68b0f55

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.57.1 - TBD
4+
5+
#### Enhancements
6+
- Changed the following Venue, Publisher, and Dataset descriptions:
7+
- "ICE Futures US" renamed to "ICE Futures US"
8+
- "ICE Futures Europe (Financials)" renamed to "ICE Europe Financials"
9+
- "ICE Futures Europe (Commodities)" renamed to "ICE Europe Commodities"
10+
- Upgraded `databento-dbn` to 0.36.1
11+
- Fixed setting of ts_out property of DbnFsm based on decoded metadata. This
12+
was preventing ts_out from being correctly decoded in the Python DBNDecoder
13+
- Fixed decoding of `ts_out` with first records in DBNDecoder
14+
15+
#### Bug fixes
16+
- Fixed an issue where DBN records from the Live client where not having their `ts_out` populated
17+
318
## 0.57.0 - 2025-06-10
419

520
#### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.9 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.9"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.35.1"
35+
- databento-dbn = "0.36.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ aiohttp = [
3232
{version = "^3.8.3", python = "<3.12"},
3333
{version = "^3.9.0", python = "^3.12"}
3434
]
35-
databento-dbn = "0.36.0"
35+
databento-dbn = "0.36.1"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)