You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
Enhancements
Added price_type argument for DBNStore.to_df to specify if price fields should be fixed, float or decimal.Decimal
Added py.typed marker file
Upgraded databento-dbn to 0.13.0
Breaking Changes
Changed outputs of DBNStore.to_csv and DBNStore.to_json to match the encoding formats from the Databento API
Deprecations
Deprecated pretty_px argument for DBNStore.to_df to be removed in a future release; the default pretty_px=True is now equivalent to price_type="float" and pretty_px=False is now equivalent to price_type="fixed"