Skip to content

Commit 3277e3c

Browse files
committed
BLD: Update Python client for dbz_python rename
1 parent 49b39af commit 3277e3c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## 0.3.1 - TBD
4-
- Upgrade `dbz-lib` to `0.1.3`
3+
## 0.4.0 - 2022-09-14
4+
- Upgraded `dbz-python` to `0.1.5`
5+
- Added `map_symbols` option for `.to_df()` (experimental)
56

67
## 0.3.0 - 2022-08-30
78
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.7 and
3131
The minimum dependencies as found in the `requirements.txt` are also listed below:
3232
- Python (>=3.7)
3333
- aiohttp (>=3.7.2)
34-
- dbz-lib (>=0.1.2)
34+
- dbz-python (>=0.1.5)
3535
- numpy (>=1.17.0)
3636
- pandas (>=1.1.3)
3737
- requests (>=2.24.0)

databento/common/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, Dict
22

33
from databento.common.parsing import int_to_compression, int_to_schema, int_to_stype
4-
from dbz_lib import decode_metadata
4+
from dbz_python import decode_metadata
55

66

77
class MetadataDecoder:

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp>=3.7.2
2-
dbz-lib>=0.1.2
2+
dbz-python>=0.1.5
33
numpy>=1.17.0
44
pandas>=1.1.3
55
requests>=2.24.0

0 commit comments

Comments
 (0)