Skip to content

Commit 3247f49

Browse files
authored
VER: Release 0.22.0
See release notes.
2 parents f7feb41 + d6c5306 commit 3247f49

File tree

17 files changed

+400
-310
lines changed

17 files changed

+400
-310
lines changed

CHANGELOG.md

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

3+
## 0.22.0 - 2023-10-23
4+
5+
#### Enhancements
6+
- Added `price_type` argument for `DBNStore.to_df` to specify if price fields should be `fixed`, `float` or `decimal.Decimal`
7+
- Added `py.typed` marker file
8+
- Upgraded `databento-dbn` to 0.13.0
9+
10+
#### Breaking Changes
11+
- Changed outputs of `DBNStore.to_csv` and `DBNStore.to_json` to match the encoding formats from the Databento API
12+
13+
#### Deprecations
14+
- 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"`
15+
316
## 0.21.0 - 2023-10-11
417

518
#### Enhancements

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.8 and
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.8"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "0.11.1"
35+
- databento-dbn = "0.13.0"
3636
- numpy= ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- requests = ">=2.24.0"

0 commit comments

Comments
 (0)