Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@invokermain invokermain released this 03 Aug 14:39
176116c

[0.4.2] - 2022-08-03

Changed

  • DatabaseResult.to_dataframe does not take *args anymore (this would have thrown an error anyway).
  • DatabaseResult.to_dataframe now throws a ValueError if data is passed as a kwarg.

Fixed

  • Fixed type hints (and added missing type hints). This library now passes mypy strict check.