Skip to content

databento 0.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 22:36
· 53 commits to main since this release
7f84f96

Release notes

Enhancements

  • Added databento.read_dbn alias
  • Added mode parameter to DBNStore.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, use databento.read_dbn instead