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

Choose a tag to compare

@dennwc dennwc released this 25 Oct 13:38
  • Fixed splitting of UTF-8 comments in Semantic mode
  • Update Go to 1.13
  • Update SDK to 3.3.1

v2.10.2

Choose a tag to compare

@dennwc dennwc released this 16 Oct 14:00
  • Fix normalization for vararg functions in Python 2 files.

v2.10.1

Choose a tag to compare

@dennwc dennwc released this 03 Oct 10:48

Update SDK to v3.2.4.

v2.10.0

Choose a tag to compare

@dennwc dennwc released this 28 May 14:56
  • Fix multiple issues with Import normalization.
  • Split import paths.

v2.9.0

Choose a tag to compare

@dennwc dennwc released this 17 Apr 13:45
  • Switch to Go modules and SDKv3 (backward compatible).

v2.8.3

Choose a tag to compare

@dennwc dennwc released this 08 Apr 19:55
  • 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

Choose a tag to compare

@dennwc dennwc released this 22 Mar 17:05
  • Update SDK to the latest 2.16.x version.
  • Add more tests.

v2.8.1

Choose a tag to compare

@dennwc dennwc released this 19 Mar 07:57
  • SDK updated to the latest 2.15.x release

v2.8.0

Choose a tag to compare

@juanjux juanjux released this 20 Feb 11:01
31202a6
  • Update to SDK 2.14.
  • Fixed several nodes missing annotations found by this SDK version check.

v2.7.1

Choose a tag to compare

@juanjux juanjux released this 14 Feb 17:56
cc19741
  • Fix Issue #177 parsing kwargs from Python2 files.