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

Release: 0.8.1 #634

Closed
wants to merge 6 commits into from
Closed

Release: 0.8.1 #634

wants to merge 6 commits into from

Conversation

marcogario
Copy link
Contributor

@marcogario marcogario commented Apr 12, 2020

0.9.0: 2020-04-13 -- PySMT as module

General:

  • PySMT as module (PR Define main function for pysmt as module #573): It is now possible to do
    python -m pysmt install

    and

    python -m pysmt shell

    while the tool pystm-install is still available, using the module syntax makes it easier to understand which version of python will be used, in case multiple interpreters co-exist.

  • Added functions to obtain the symbols in SMTLIB script (PR Added functions to obtain the symbols in SMTLIB script #583)

  • Python 2 is not supported anymore. While it might still work, we will not actively test for it anymore.

Solvers:

Bugfix:

@marcogario marcogario added this to the 0.8.1 milestone Apr 12, 2020
@marcogario marcogario self-assigned this Apr 12, 2020
@marcogario
Copy link
Contributor Author

marcogario commented Apr 12, 2020

⚠️ Installation for Btor fails on my Ubuntu. The problem seems to be that the version of btor2tools is not pinned in the Btor config script. Therefore, we are trying to use a newer version of btor2tools that does not accept the -fPIC argument.

I originally wanted to publish this as 0.8.1 and work on 0.8.2 with the new changes since, but now it seems that it is easier to release 0.8.1 with all changes to date since 0.8.0.

Next Steps

@marcogario marcogario changed the title Release: 0.8.1 Release: 0.9.0 Apr 13, 2020
@marcogario marcogario changed the title Release: 0.9.0 Release: 0.8.1 Apr 13, 2020
@marcogario marcogario closed this Apr 13, 2020
@marcogario marcogario mentioned this pull request Apr 13, 2020
@marcogario
Copy link
Contributor Author

Not released. All changes are now part of 0.9.0 See #635 for details.

@marcogario marcogario deleted the rc/0.8.1 branch February 9, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant