Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

aioinflux v0.6.0

Choose a tag to compare

@gusutabopb gusutabopb released this 01 Feb 02:53
· 79 commits to master since this release

Added

  • Support serializing NaN integers in pandas 0.24+ (See blog post) (1c55217)
  • Support for using namedtuple with iterpoints (be93c53)

Changed

  • [BREAKING] Changed signature of parser argument of iterpoints from (x, meta) to (*x, meta) (bd93c53)

Removed

  • [BREAKING] Removed iterable mode and InfluxDBResult / InfluxDBChunkedResult.
    Use iterpoints instead. (592c5ed)
  • Deprecated set_query_pattern (1d36b07)

Docs