Skip to content

Commit

Permalink
VER: Release 0.22.0
Browse files Browse the repository at this point in the history
See release notes.
  • Loading branch information
nmacholl authored Oct 23, 2023
2 parents f7feb41 + d6c5306 commit 3247f49
Show file tree
Hide file tree
Showing 17 changed files with 400 additions and 310 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.22.0 - 2023-10-23

#### 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"`

## 0.21.0 - 2023-10-11

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and
The minimum dependencies as found in the `pyproject.toml` are also listed below:
- python = "^3.8"
- aiohttp = "^3.8.3"
- databento-dbn = "0.11.1"
- databento-dbn = "0.13.0"
- numpy= ">=1.23.5"
- pandas = ">=1.5.3"
- requests = ">=2.24.0"
Expand Down
Loading

0 comments on commit 3247f49

Please sign in to comment.