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

Releases: bblfsh/python-driver

v1.1.1

03 Oct 10:10
Compare
Choose a tag to compare
Merge pull request #117 from juanjux/fix/tests

Fix .uast files

v1.1.0

03 Oct 09:31
Compare
Choose a tag to compare
  • Upgrade to SDK 1.1.0.
  • Several annotation fixes.

v1.0.3

28 Sep 09:03
Compare
Choose a tag to compare
  • Last release before the refactor upgrade.
  • Build docker images against SDK 1.0.3 to get the Visibility fix.

v1.0.2

22 Sep 15:23
Compare
Choose a tag to compare
Merge pull request #93 from juanjux/fix/bump_pydetector

Bump pydetector version

v1.0.1

21 Sep 15:03
Compare
Choose a tag to compare
Merge pull request #93 from juanjux/fix/bump_pydetector

Bump pydetector version

v1.0.0

19 Sep 13:50
Compare
Choose a tag to compare
Merge pull request #90 from juanjux/feature/bip003_roles

Upgrades for UAST/SDK v1

v0.8.2

14 Sep 14:15
Compare
Choose a tag to compare

Fixed JSON serialization of complex numbers.

v0.8.1

13 Sep 12:48
Compare
Choose a tag to compare
Merge pull request #88 from juanjux/feature/simplified_astimprover

More simplified AstImprover

v0.8.0

08 Sep 10:41
Compare
Choose a tag to compare
  • Simplified position handling, removing workarounds and just using what the native AST / tokenizer provides.
  • Versioned SDK imports.

v0.7.2

22 Aug 12:58
Compare
Choose a tag to compare
  • Fix incorrect duplicated tokens (#78). Fixes #70.
  • Fix annotation for CallCallee and related tests (#79). Fixes #71.
  • Prevent duplicated tokens from happening and related tasks (#80). Fixes #75