Releases: databento/databento-python
Releases · databento/databento-python
databento 0.64.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.42.0- Added
ts_indexandpretty_ts_indexproperties for records in Python which provides the timestamp that is most appropriate for indexing - Fixed type stub for
channel_idto allow None
- Added
Bug fixes
- Fixed type hint for
startparameter inLive.subscribe()
databento 0.63.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.41.0
Bug fixes
- Fixed an issue where calling
Live.stop()would not clean up the client state once the socket is closed
databento 0.62.0
Release notes
This release delivers a number of breaking changes to the Python interface for DBN records to provide a cleaner and more consistent API.
Breaking changes
- Removed
bill_idfrom the response ofbatch.list_jobs()andbatch.submit_job() - Upgraded
databento-dbnto 0.40.0- Removed
hdproperty from records in Python. Header fields are accessible
directly from the record - Removed ability to directly instantiate most enums from an
intin Python and coercion
fromintin__eq__. They can still be instantitated with thefrom_intclass method.
WriteSide.from_int(66)instead ofSide(66)andSide.BID == Side.from_int(66)
instead ofSide.BID == 66. Affected enums:SideActionInstrumentClassMatchAlgorithmUserDefinedInstrumentSecurityUpdateActionSTypeSchemaEncodingCompressionTriState
- Removed string coercion in
__init__and__eq__forRType,SystemCode, and
ErrorCodeenums in Python. It can still be instantiated from astrwith the
from_strclass method. WriteRType.from_str("mbo")instead ofRType("mbo")
andRType.TRADES == RType.from_str("trades")instead ofRType.TRADES == "trades"
- Removed
Enhancements
- Added
END_OF_INTERVALvariant toSystemCodeenum
databento 0.61.0
Release notes
Breaking changes
- Modified the
statesparameter inbatch.list_jobs()
Enhancements
- Added
JobStateenum - Added export of
SystemCodeandErrorCodefromdatabento_dbnto the rootdatabentopackage - Added
F_PUBLISHER_SPECIFICflag toRecordFlagsenum
Bug fixes
- Bumped the minimum version requirement for
requeststo 0.27.0
databento 0.60.0
Release notes
Enhancements
- Added
parquet_schemaoption toDBNStore.to_parquet()for overriding the pyarrow schema. - Upgraded
databento-dbnto 0.39.0- Added
side()andunpaired_side()methods toImbalanceMsgthat convert the fields
of the same name to theSideenum - Added
pretty_auction_timeproperty in Python forImbalanceMsg - Added
actionandts_in_deltagetters toBboMsg - Added
ts_recvgetter toStatusMsg - Added missing floating-point price getters to
InstrumentDefMsgrecord types from all
DBN versions - Added more floating-point price getters to
ImbalanceMsg - Added floating-point price getter to
StatMsg - Standardize Python
__init__type signatures - Changed
auction_timefield inImbalanceMsgto be formatted as a timestamp - Fixed a regression where some enum constructors no longer raised a
DBNErrorin
Python
- Added
Bug fixes
- Removed unused
S3andDiskvariants fromDeliveryenum
databento 0.59.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.37.1- Fix buffer growth in
DbnFsm::write_all(), which is used byDBNDecoder.write()
- Fix buffer growth in
Breaking changes
- Renamed the following Venue, Dataset, and Publishers:
XEERtoXEEEXEER.EOBItoXEEE.EOBIXEER.EOBI.XEERtoXEEE.EOBI.XEEEXEER.EOBI.XOFFtoXEEE.EOBI.XOFF
databento 0.58.0
Release notes
Enhancements
- Changed the
tzparameter inDBNStore.to_df()to acceptdatetime.tzinfoinstead ofpytz.BaseTzInfoexplicitly - Modified the dependency specification for
databento_dbnto allow for compatible patch versions - Upgraded
databento-dbnto 0.36.2- Fixed change in behavior where Python
DBNDecoder.decode()wouldn't always decode all available data on the first call
- Fixed change in behavior where Python
databento 0.57.1
Release notes
Enhancements
- Changed the following Venue, Publisher, and Dataset descriptions:
- "ICE Futures Europe (Financials)" renamed to "ICE Europe Financials"
- "ICE Futures Europe (Commodities)" renamed to "ICE Europe Commodities"
- Upgraded
databento-dbnto 0.36.1- Fixed setting of ts_out property of DbnFsm based on decoded metadata. This
was preventing ts_out from being correctly decoded in the Python DBNDecoder - Fixed decoding of
ts_outwith first records in DBNDecoder
- Fixed setting of ts_out property of DbnFsm based on decoded metadata. This
Bug fixes
- Fixed an issue where DBN records from the Live client where not having their
ts_outpopulated
databento 0.57.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.36.0- Added missing Python type stubs for several leg properties of
InstrumentDefMsg
- Added missing Python type stubs for several leg properties of
Bug fixes
- Fixed an issue where the zstandard frame size could limit the size of
DataFrameobjects returned byDBNStore.to_df()when acountwas specified
Deprecations
- Deprecated
intandpd.Timestamptypes forstart_dateandend_dateparameters which will be removed in a future release
databento 0.56.0
Release notes
Breaking changes
- Updated the names of several subfields in the
Reference.corporate_actions.get_range(...)response,
under thedate_info,event_info, andrate_infofields. The following subfields were renamed:decl_currencyrenamed todeclared_currencydecl_gross_amountrenamed todeclared_gross_amountf_x_raterenamed tofx_rateiss_new_namerenamed toissuer_new_nameiss_old_namerenamed toissuer_old_namenew_bbg_company_idrenamed tonew_bbg_comp_idnew_bbg_company_tkrenamed tonew_bbg_comp_tickernew_bbg_exh_idrenamed tonew_figinew_bbg_exh_tkrenamed tonew_figi_tickernew_min_tra_qtyrenamed tonew_min_trading_qtynew_mktsg_idrenamed tonew_market_segment_idnew_reg_s144_arenamed tonew_reg_s144anew_unit_sec_idrenamed tonew_unit_security_idofferee_iss_idrenamed toofferee_issuer_idofferor_iss_idrenamed toofferor_issuer_idold_bbg_company_idrenamed toold_bbg_comp_idold_bbg_company_tkrenamed toold_bbg_comp_tickerold_bbg_exh_idrenamed toold_figiold_bbg_exh_tkrenamed toold_figi_tickerold_min_tra_qtyrenamed toold_min_trading_qtyold_mktsg_idrenamed toold_market_segment_idold_reg_s144_arenamed toold_reg_s144aold_unit_sec_idrenamed toold_unit_security_idpp_sec_idrenamed topp_security_idpoolfactorrenamed topool_factorpre_offer_q_tyrenamed topre_offer_qtyqual_st_cap_gainsrenamed toqual_short_term_cap_gainsredem_percentagerenamed toredemption_percentagest_cap_gainsrenamed toshort_term_cap_gainssec_new_namerenamed tosecurity_new_namesec_old_namerenamed tosecurity_old_namesection199_a_foreign_tax_paidrenamed tosection199a_foreign_tax_paidsection199_a_inc_divrenamed tosection199a_inc_divsection199_a_st_cap_gainrenamed tosection199a_short_term_cap_gaintra_isinrenamed totrading_isintra_sec_idrenamed totrading_security_idus_deposit_receiptateto_currencyrenamed tousd_rate_to_currencycashbakrenamed tocash_backcompanyulsory_acq_daterenamed tocompulsory_acq_datefrankdivrenamed tofranked_divlead_plntiff_deadline_daterenamed tolead_plaintiff_deadline_datemaxpricerenamed tomax_priceminpricerenamed tomin_priceredem_premiumrenamed toredemption_premiumredem_pricerenamed toredemption_priceunit_frankdivrenamed tounfranked_div
Enhancements
- Upgraded
databento-dbnto 0.35.1