Skip to content

Commit 10c75b7

Browse files
authored
VER: Release 0.56.0
See release notes.
2 parents 1ef895a + ce24b32 commit 10c75b7

File tree

5 files changed

+67
-12
lines changed

5 files changed

+67
-12
lines changed

CHANGELOG.md

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

3+
## 0.56.0 - 2025-06-03
4+
5+
#### Breaking changes
6+
- Updated the names of several subfields in the `Reference.corporate_actions.get_range(...)` response,
7+
under the `date_info`, `event_info`, and `rate_info` fields. The following subfields were renamed:
8+
- `decl_currency` renamed to `declared_currency`
9+
- `decl_gross_amount` renamed to `declared_gross_amount`
10+
- `f_x_rate` renamed to `fx_rate`
11+
- `iss_new_name` renamed to `issuer_new_name`
12+
- `iss_old_name` renamed to `issuer_old_name`
13+
- `new_bbg_company_id` renamed to `new_bbg_comp_id`
14+
- `new_bbg_company_tk` renamed to `new_bbg_comp_ticker`
15+
- `new_bbg_exh_id` renamed to `new_figi`
16+
- `new_bbg_exh_tk` renamed to `new_figi_ticker`
17+
- `new_min_tra_qty` renamed to `new_min_trading_qty`
18+
- `new_mktsg_id` renamed to `new_market_segment_id`
19+
- `new_reg_s144_a` renamed to `new_reg_s144a`
20+
- `new_unit_sec_id` renamed to `new_unit_security_id`
21+
- `offeree_iss_id` renamed to `offeree_issuer_id`
22+
- `offeror_iss_id` renamed to `offeror_issuer_id`
23+
- `old_bbg_company_id` renamed to `old_bbg_comp_id`
24+
- `old_bbg_company_tk` renamed to `old_bbg_comp_ticker`
25+
- `old_bbg_exh_id` renamed to `old_figi`
26+
- `old_bbg_exh_tk` renamed to `old_figi_ticker`
27+
- `old_min_tra_qty` renamed to `old_min_trading_qty`
28+
- `old_mktsg_id` renamed to `old_market_segment_id`
29+
- `old_reg_s144_a` renamed to `old_reg_s144a`
30+
- `old_unit_sec_id` renamed to `old_unit_security_id`
31+
- `pp_sec_id` renamed to `pp_security_id`
32+
- `poolfactor` renamed to `pool_factor`
33+
- `pre_offer_q_ty` renamed to `pre_offer_qty`
34+
- `qual_st_cap_gains` renamed to `qual_short_term_cap_gains`
35+
- `redem_percentage` renamed to `redemption_percentage`
36+
- `st_cap_gains` renamed to `short_term_cap_gains`
37+
- `sec_new_name` renamed to `security_new_name`
38+
- `sec_old_name` renamed to `security_old_name`
39+
- `section199_a_foreign_tax_paid` renamed to `section199a_foreign_tax_paid`
40+
- `section199_a_inc_div` renamed to `section199a_inc_div`
41+
- `section199_a_st_cap_gain` renamed to `section199a_short_term_cap_gain`
42+
- `tra_isin` renamed to `trading_isin`
43+
- `tra_sec_id` renamed to `trading_security_id`
44+
- `us_deposit_receiptateto_currency` renamed to `usd_rate_to_currency`
45+
- `cashbak` renamed to `cash_back`
46+
- `companyulsory_acq_date` renamed to `compulsory_acq_date`
47+
- `frankdiv` renamed to `franked_div`
48+
- `lead_plntiff_deadline_date` renamed to `lead_plaintiff_deadline_date`
49+
- `maxprice` renamed to `max_price`
50+
- `minprice` renamed to `min_price`
51+
- `redem_premium` renamed to `redemption_premium`
52+
- `redem_price` renamed to `redemption_price`
53+
- `unit_frankdiv` renamed to `unfranked_div`
54+
55+
#### Enhancements
56+
- Upgraded `databento-dbn` to 0.35.1
57+
358
## 0.55.1 - 2025-06-02
459

560
#### Bug fixes

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.0"
35+
- databento-dbn = "0.35.1"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

databento/common/publishers.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,13 +1029,13 @@ class Publisher(StringyMixin, str, Enum):
10291029
EQUS_ALL_FINC
10301030
Databento US Equities (All Feeds) - FINRA/Nasdaq TRF Chicago.
10311031
EQUS_ALL_BATS
1032-
Databento US Equities (All Feeds) - CBOE BZX.
1032+
Databento US Equities (All Feeds) - Cboe BZX.
10331033
EQUS_ALL_BATY
1034-
Databento US Equities (All Feeds) - CBOE BYX.
1034+
Databento US Equities (All Feeds) - Cboe BYX.
10351035
EQUS_ALL_EDGA
1036-
Databento US Equities (All Feeds) - CBOE EDGA.
1036+
Databento US Equities (All Feeds) - Cboe EDGA.
10371037
EQUS_ALL_EDGX
1038-
Databento US Equities (All Feeds) - CBOE EDGX.
1038+
Databento US Equities (All Feeds) - Cboe EDGX.
10391039
EQUS_ALL_XBOS
10401040
Databento US Equities (All Feeds) - Nasdaq BX.
10411041
EQUS_ALL_XPSX
@@ -2209,13 +2209,13 @@ def description(self) -> str:
22092209
if self == Publisher.EQUS_ALL_FINC:
22102210
return "Databento US Equities (All Feeds) - FINRA/Nasdaq TRF Chicago"
22112211
if self == Publisher.EQUS_ALL_BATS:
2212-
return "Databento US Equities (All Feeds) - CBOE BZX"
2212+
return "Databento US Equities (All Feeds) - Cboe BZX"
22132213
if self == Publisher.EQUS_ALL_BATY:
2214-
return "Databento US Equities (All Feeds) - CBOE BYX"
2214+
return "Databento US Equities (All Feeds) - Cboe BYX"
22152215
if self == Publisher.EQUS_ALL_EDGA:
2216-
return "Databento US Equities (All Feeds) - CBOE EDGA"
2216+
return "Databento US Equities (All Feeds) - Cboe EDGA"
22172217
if self == Publisher.EQUS_ALL_EDGX:
2218-
return "Databento US Equities (All Feeds) - CBOE EDGX"
2218+
return "Databento US Equities (All Feeds) - Cboe EDGX"
22192219
if self == Publisher.EQUS_ALL_XBOS:
22202220
return "Databento US Equities (All Feeds) - Nasdaq BX"
22212221
if self == Publisher.EQUS_ALL_XPSX:

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.55.1"
1+
__version__ = "0.56.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.55.1"
3+
version = "0.56.0"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <support@databento.com>",
@@ -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.35.0"
35+
databento-dbn = "0.35.1"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)