Skip to content

Releases: BTrDB/btrdb-python

Release v5.15.0

25 Jan 16:38
Compare
Choose a tag to compare
Release v5.15.0

Release v5.11.0

12 May 18:25
Compare
Choose a tag to compare
Release v5.11.0

Release v5.10.3

16 Dec 16:01
Compare
Choose a tag to compare
Release v5.10.3

Release v5.10.2

11 Nov 17:00
Compare
Choose a tag to compare
Release v5.10.2

Release v5.10.1

10 Nov 22:22
Compare
Choose a tag to compare
Version v5.10.1

v5.10

12 Aug 21:28
Compare
Choose a tag to compare

This release contains the following changes:

  • fixes credentials lookup when no HOME environmental variable exists
  • adds ray integration code

v5.8.1

29 Jun 21:10
Compare
Choose a tag to compare

This release contains the following changes:

  • fixes issues with pointwidth.from_timedelta accepting float values
  • updates grpcio dependency version

v5.8

13 May 21:38
Compare
Choose a tag to compare

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

27 Nov 20:12
Compare
Choose a tag to compare

This release contains the following changes:

  • adds ability to remove annotation keys
  • lowers memory usage of point classes

v5.5.3

01 Aug 20:16
Compare
Choose a tag to compare

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() to Stream and StreamSet