Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Conversation

obi1kenobi
Copy link
Contributor

TL;DR of changes:

  • Explicit support for Python 3.7. Earlier compiler versions also worked on 3.7, but now we also run tests in 3.7 to confirm. #148
  • Bug fix for compilation error when using has_edge_degree and between filtering in the same scope. #146
  • Exposed additional query metadata that describes @recurse and @filter directives encountered in the query. #141

Full shortlog:

$ git shortlog v1.8.2..HEAD
Gurer Ozen (1):
      Amend metadata table for "explain" support. (#141)

Jeremy Meulemans (2):
      Add scaffolding for SQL backend without implementation. (#143)
      Bumping pytest version to fix unresolvable pluggy dependency (#151)

Predrag Gruevski (13):
      Separate out the lint/static analysis run from unit tests in Travis. (#134)
      Make the README file appear on the PyPI project page. (#133)
      Change import style to isort multiline output mode 5. (#135)
      Expose location parent-child and location revisit relationships in metadata. (#136)
      Explicitly enable flake8 errors that are disabled by default. (#140)
      Fix bad equality checking in Traverse and Recurse blocks, fix tests. (#139)
      Add __slots__ class property to all compiler IR entities. (#138)
      Use metadata to decide when to mark locations prior to optional traversals (#137)
      Specify long description content type, to make PyPI show the description. (#149)
      Add python 3.7 to the Travis testing matrix (#148)
      Use pipenv for local development, instead of requirements files. (#147)
      Fix TypeError due to None sub-expression in BinaryComposition (#146)
      Release v1.8.3.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.277% when pulling 9be1cf3 on release_1.8.3 into 766a5dd on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.277% when pulling 9be1cf3 on release_1.8.3 into 766a5dd on master.

@obi1kenobi obi1kenobi merged commit c85429d into master Jan 8, 2019
@obi1kenobi obi1kenobi deleted the release_1.8.3 branch January 8, 2019 22:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants