Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUESTION: confusing 0.12.0 versions ... #124

Open
goodguy00 opened this issue Aug 12, 2020 · 1 comment
Open

QUESTION: confusing 0.12.0 versions ... #124

goodguy00 opened this issue Aug 12, 2020 · 1 comment
Labels

Comments

@goodguy00
Copy link

  • parglare version: 0.12.0 ... good question
  • Python version: 3.7.8
  • Operating System: fedora 31

Description

i pip-ed parglare, got version 0.12.0
comparing to this git, it seems to be further, more elaborate. esp handling "context" for call_actions is in the pip version much more extensive. so, i'm not sure, what i'm looking at in this git. (the init.py only says: "from .version import version" which i could not resolve)
could you please indicate somewhere, what this git is supposed to be?

@igordejanovic
Copy link
Owner

This repo contains the full history of the project. Tag 0.12.0 is what is released to PyPI. All changes are tracked in CHANGELOG.md. You can click on each version in changelog to see all commits that are made following the previous version.

The docs is also versioned (you have a dropdown in the top left corner to chose the version you use). If something is wrong in the docs I consider it a bug so please report the problem (making a PR with the fix is greatly appreciated)

Be aware that this project is pre-1.0 so backward incompatible changes are made between version (marked with BIC in the CHANGELOG). That said, there has been a larger rework of the GLR algorithm and the handling of parser context in the unreleased version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants