Releases: BTrDB/btrdb-python
Releases · BTrDB/btrdb-python
Release v5.15.0
Release v5.15.0
Release v5.11.0
Release v5.11.0
Release v5.10.3
Release v5.10.3
Release v5.10.2
Release v5.10.2
Release v5.10.1
Version v5.10.1
v5.10
This release contains the following changes:
- fixes credentials lookup when no HOME environmental variable exists
- adds ray integration code
v5.8.1
This release contains the following changes:
- fixes issues with
pointwidth.from_timedelta
acceptingfloat
values - updates
grpcio
dependency version
v5.8
This release contains the following changes:
- bug fixes related to materializing
StatPoint
to csv or dataframe - bug fixes related to
Stream.count
- adds ability to provide a callable for naming streams in
to_dataframe
- adds ability to choose aggregation type (eg. min, max, mean, etc.) when materializing
StatPoint
to output formats such as pandas Series or DataFrame. - adds official Python 3.8 support
- updates to documentation
- other minor bug fixes
v5.6.1
This release contains the following changes:
- adds ability to remove annotation keys
- lowers memory usage of point classes
v5.5.3
This release contains the following changes:
- "BTrDB Explained" added to docs
- Modified JSON handling for annotations
- Adds pypi version to docs home page
- Adds
count()
toStream
andStreamSet