Skip to content

Releases: BTrDB/btrdb-python

Release v5.15.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 16:38
Release v5.15.0

Release v5.11.0

Choose a tag to compare

@github-actions github-actions released this 12 May 18:25
Release v5.11.0

Release v5.10.3

Choose a tag to compare

@github-actions github-actions released this 16 Dec 16:01
Release v5.10.3

Release v5.10.2

Choose a tag to compare

@github-actions github-actions released this 11 Nov 17:00
Release v5.10.2

Release v5.10.1

Choose a tag to compare

@github-actions github-actions released this 10 Nov 22:22
Version v5.10.1

v5.10

Choose a tag to compare

@looselycoupled looselycoupled released this 12 Aug 21:28

This release contains the following changes:

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

v5.8.1

Choose a tag to compare

@looselycoupled looselycoupled released this 29 Jun 21:10

This release contains the following changes:

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

v5.8

Choose a tag to compare

@looselycoupled looselycoupled released this 13 May 21:38

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

Choose a tag to compare

@looselycoupled looselycoupled released this 27 Nov 20:12

This release contains the following changes:

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

v5.5.3

Choose a tag to compare

@looselycoupled looselycoupled released this 01 Aug 20:16

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