File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.44.0 - TBD
3+ ## 0.44.0 - 2024-10-22
44
55#### Enhancements
6+ - Removed deprecated ` databento.from_dbn ` ; ` databento.read_dbn ` can be used instead
67- Upgraded ` databento-dbn ` to 0.23.0
78
9+ #### Bug fixes
10+ - Fixed an issue where ` DBNStore.request_symbology ` could request the wrong end date
11+
812## 0.43.1 - 2024-10-15
913
1014#### Enhancements
1317
1418#### Bug fixes
1519- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory
16- - Fixed an issue where ` DBNStore.request_symbology ` could request the wrong end date
1720
1821## 0.43.0 - 2024-10-09
1922
Original file line number Diff line number Diff line change 4444from databento .common .publishers import Venue
4545from databento .common .symbology import InstrumentMap
4646from databento .common .types import DBNRecord
47- from databento .common .validation import deprecated
4847from databento .historical .client import Historical
4948from databento .live .client import Live
5049from databento .reference .client import Reference
110109
111110# Convenience imports
112111enable_logging = bentologging .enable_logging
113- from_dbn = deprecated ("databento.from_dbn" )(DBNStore .from_file )
114112read_dbn = DBNStore .from_file
115113map_symbols_csv = symbology .map_symbols_csv
116114map_symbols_json = symbology .map_symbols_json
Original file line number Diff line number Diff line change 1- __version__ = "0.43.1 "
1+ __version__ = "0.44.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databento"
3- version = " 0.43.1 "
3+ version = " 0.44.0 "
44description = " Official Python client library for Databento"
55authors = [
66
You can’t perform that action at this time.
0 commit comments