databento 0.41.0
Release notes
Enhancements
- Added
databento.read_dbn
alias - Added
mode
parameter toDBNStore.to_file
to control the file writing mode
Breaking changes
- Changed default write mode for
DBNStore.to_file
to overwrite ("w")
Deprecations
- Deprecated
databento.from_dbn
and will be removed in a future release, usedatabento.read_dbn
instead