Releases: bblfsh/python-driver
Releases · bblfsh/python-driver
v2.10.3
- Fixed splitting of UTF-8 comments in Semantic mode
- Update Go to 1.13
- Update SDK to 3.3.1
v2.10.2
- Fix normalization for vararg functions in Python 2 files.
v2.10.0
- Fix multiple issues with
Import
normalization.
- Split import paths.
v2.9.0
- Switch to Go modules and SDKv3 (backward compatible).
v2.8.3
- 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
- Update SDK to the latest 2.16.x version.
- Add more tests.
v2.8.1
- SDK updated to the latest 2.15.x release
v2.8.0
- Update to SDK 2.14.
- Fixed several nodes missing annotations found by this SDK version check.
v2.7.1
- Fix Issue #177 parsing kwargs from Python2 files.