File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.11.0 - TBD
3+ ## 0.11.0 - 2023-04-13
44- Changed ` end ` and ` end_date ` to optional to support new forward-fill behaviour
5+ - Upgraded ` zstandard ` to 0.20.0
56
67## 0.10.0 - 2023-04-07
78- Upgraded ` databento-dbn ` to 0.4.3
2627- Added ` from_dbn ` convenience alias for loading DBN files
2728
2829## 0.8.0 - 2023-03-03
29- - Integrated DBN encoding ` 0.3.2 `
30+ - Integrated DBN encoding 0.3.2
3031- Renamed ` timeseries.stream ` to ` timeseries.get_range `
3132- Renamed ` timeseries.stream_async ` to ` timeseries.get_range_async `
3233- Deprecated ` timeseries.stream(...) ` method
4243## 0.7.0 - 2023-01-10
4344- Added support for ` definition ` schema
4445- Updated ` Flags ` enum
45- - Upgraded ` dbz-python ` to ` 0.2.1 `
46- - Upgraded ` zstandard ` to ` 0.19.0 `
46+ - Upgraded ` dbz-python ` to 0.2.1
47+ - Upgraded ` zstandard ` to 0.19.0
4748
4849## 0.6.0 - 2022-12-02
4950- Added ` metadata.get_dataset_condition ` method to ` Historical ` client
50- - Upgraded ` dbz-python ` to ` 0.2.0 `
51+ - Upgraded ` dbz-python ` to 0.2.0
5152
5253## 0.5.0 - 2022-11-07
5354 - Fixed dataframe columns for derived data schemas (dropped ` channel_id ` )
5455 - Fixed ` batch.submit_job ` requests for ` dbz ` encoding
5556 - Updated ` quickstart.ipynb ` jupyter notebook
5657
5758## 0.4.0 - 2022-09-14
58- - Upgraded ` dbz-python ` to ` 0.1.5 `
59+ - Upgraded ` dbz-python ` to 0.1.5
5960 - Added ` map_symbols ` option for ` .to_df() ` (experimental)
6061
6162## 0.3.0 - 2022-08-30
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The minimum dependencies as found in the `requirements.txt` are also listed belo
3535- numpy (>=1.17.0)
3636- pandas (>=1.1.3)
3737- requests (>=2.24.0)
38- - zstandard (>=0.19 .0)
38+ - zstandard (>=0.20 .0)
3939
4040## Installation
4141To install the latest stable version of the package from PyPI:
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ databento-dbn==0.4.3
33numpy >= 1.17.0
44pandas >= 1.1.3
55requests >= 2.24.0
6- zstandard >= 0.19 .0
6+ zstandard >= 0.20 .0
Original file line number Diff line number Diff line change 11mypy==1.2.0
2- pytest>=7.2.2
2+ pytest>=7.3.0
33pytest-mock>=3.10.0
44types-requests
You can’t perform that action at this time.
0 commit comments