Skip to content

Releases: Azure/pykusto

v0.2.0

12 Apr 09:39

Choose a tag to compare

Adding a new feature:

  • Allow using "shuffle hints" in summarize queries

v0.1.1

31 Mar 12:25

Choose a tag to compare

Fix breaking changes that were issued after the last release (due to the azure-kusto-data version upgrade)

v0.0.34

08 Mar 12:15

Choose a tag to compare

Update dependencies requirement of the package azure-kusto-data to its latest version.

v0.0.33

09 Nov 15:02

Choose a tag to compare

Added functions: make_bag_if, make_set_if, make_list_if.

v0.0.32

03 Nov 16:39
9c8e6e9

Choose a tag to compare

Added functions: take_any, day_of_week
Add option for installing without dependencies which are not needed in PySpark
Enforce type checks during tests
Join: allow providing a two columns in one call to 'on'

v0.0.31

06 Jul 11:58
b66d013

Choose a tag to compare

Support PySpark

v0.0.30

27 Jun 07:06
9076068

Choose a tag to compare

  1. Small change to authentication flow: default auth method is still Azure CLI, but the fallback to device auth has been removed. Instead, if you want device auth, initiate PyKustoClient with auth_method=KustoConnectionStringBuilder.with_aad_device_authentication.
  2. Added functions: rand, has_any.
  3. Update azure-kusto-data dependency to 2.1.1
  4. Add support for Python 3.9

v0.0.29

07 Apr 08:06
c6cbc42

Choose a tag to compare

  • Add methods: extract and extract_all
  • Support pandas version 1.2.3

v0.0.28

04 Apr 14:39
485472a

Choose a tag to compare

Allow returning all columns in the functions: any, arg_min and arg_max

v0.0.27

24 Mar 19:00
f0a8111

Choose a tag to compare

Make the following public:

  1. Table and Database classes
  2. All expression types