Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Releases: bblfsh/python-driver

v2.10.3

25 Oct 13:38

Choose a tag to compare

  • Fixed splitting of UTF-8 comments in Semantic mode
  • Update Go to 1.13
  • Update SDK to 3.3.1

v2.10.2

16 Oct 14:00

Choose a tag to compare

  • Fix normalization for vararg functions in Python 2 files.

v2.10.1

03 Oct 10:48

Choose a tag to compare

Update SDK to v3.2.4.

v2.10.0

28 May 14:56

Choose a tag to compare

  • Fix multiple issues with Import normalization.
  • Split import paths.

v2.9.0

17 Apr 13:45

Choose a tag to compare

  • Switch to Go modules and SDKv3 (backward compatible).

v2.8.3

08 Apr 19:55

Choose a tag to compare

  • Handle NaN and Infinity values properly.
  • Properly handle complex returns type annotations.
  • Remove Then role from loop bodies to be consistent with other drivers.
  • SDK updated to the latest version.

v2.8.2

22 Mar 17:05

Choose a tag to compare

  • Update SDK to the latest 2.16.x version.
  • Add more tests.

v2.8.1

19 Mar 07:57

Choose a tag to compare

  • SDK updated to the latest 2.15.x release

v2.8.0

20 Feb 11:01
31202a6

Choose a tag to compare

  • Update to SDK 2.14.
  • Fixed several nodes missing annotations found by this SDK version check.

v2.7.1

14 Feb 17:56
cc19741

Choose a tag to compare

  • Fix Issue #177 parsing kwargs from Python2 files.