Skip to content

Commit

Permalink
VER: Release 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 23, 2024
1 parent 04cf68c commit 0ca4bc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## 0.44.0 - TBD
## 0.44.0 - 2024-10-22

#### Enhancements
- Removed deprecated `databento.from_dbn`; `databento.read_dbn` can be used instead
- Upgraded `databento-dbn` to 0.23.0

#### Bug fixes
- Fixed an issue where `DBNStore.request_symbology` could request the wrong end date

## 0.43.1 - 2024-10-15

#### Enhancements
Expand All @@ -13,7 +17,6 @@

#### Bug fixes
- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory
- Fixed an issue where `DBNStore.request_symbology` could request the wrong end date

## 0.43.0 - 2024-10-09

Expand Down
2 changes: 0 additions & 2 deletions databento/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
from databento.common.publishers import Venue
from databento.common.symbology import InstrumentMap
from databento.common.types import DBNRecord
from databento.common.validation import deprecated
from databento.historical.client import Historical
from databento.live.client import Live
from databento.reference.client import Reference
Expand Down Expand Up @@ -110,7 +109,6 @@

# Convenience imports
enable_logging = bentologging.enable_logging
from_dbn = deprecated("databento.from_dbn")(DBNStore.from_file)
read_dbn = DBNStore.from_file
map_symbols_csv = symbology.map_symbols_csv
map_symbols_json = symbology.map_symbols_json
2 changes: 1 addition & 1 deletion databento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.43.1"
__version__ = "0.44.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
version = "0.43.1"
version = "0.44.0"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
Expand Down

0 comments on commit 0ca4bc3

Please sign in to comment.