Skip to content

v0.0.23

Choose a tag to compare

@ymost ymost released this 17 Aug 08:14
· 105 commits to release since this release
ddb22dd

Breaking changes

  1. Import style changed to not specify submodules. E.g. from pykusto import PyKustoClient instead of from pykusto.client import PyKustoClient
  2. Internal facing classes were moved under _src to avoid being imported.
  3. has_cs function deleted, instead use has with True as the second argument.

Other changes

  1. A convenient list of all externally-facing classes as the autocomplete of from pykusto import
  2. Update pandas dependency max version to 1.1.0rc0
  3. Autocomplete of column names now also works for union of tables
  4. Added pack_dictionary function