Skip to content

Commit f91a262

Browse files
committed
VER: Release Python client 0.11.0
1 parent 4c983af commit f91a262

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
@@ -26,7 +27,7 @@
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
@@ -42,20 +43,20 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4141
To install the latest stable version of the package from PyPI:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ databento-dbn==0.4.3
33
numpy>=1.17.0
44
pandas>=1.1.3
55
requests>=2.24.0
6-
zstandard>=0.19.0
6+
zstandard>=0.20.0

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mypy==1.2.0
2-
pytest>=7.2.2
2+
pytest>=7.3.0
33
pytest-mock>=3.10.0
44
types-requests

0 commit comments

Comments
 (0)