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

Finalize release 2.5.0 #754

Merged
merged 5 commits into from
Jul 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
## unreleased

bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved
### New features
* add context reinitialisation (PR #490)
* add Dolmen frontend (PR #491,#541,#545)
* add model generation (PR #530)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is misleading, model generation was already present. What we did was modernize the support for model generation, and add compatibility with the smtlib2 interface.

I think that #530 and #614 should be bundled together here (and also #659 #703 #614 #609 #755 if we want to be complete)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

* support mutually recursive definitions in the native language (PR #549, #550)
* support of some options of the SMT-LIB statement (set-option) (PR #608)
* support for the (get-model) statement (required the Dolmen frontend) (PR #614)
* support ground reasoning with some bitvector primitives (PR #730, #733, #745).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not "some" bitvector primitives -- this should be titled "Support the QF_BV and BV smtlib2 logic" or something similar

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

* improve the ite reasoning (simplification of some ites) (PR #731)
bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved

### Build
* update to the new version of ocplib-simplex (0.5)
* remove the support of the deprecated library num. Alt-Ergo only uses Zarith (PR #600)
* remove the deprecated graphical interface (PR #601)
* use Dune >= 3.5.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, do we?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we chose to stay on 3.0 in #729

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


### Bug fixes
* issue 475 (PR #478)
* issue 504 (PR #524)
* issue 509 (PR #524)
bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved
* fix infinite loop in Expr.SMTPrinter (PR #540)
* remove flattening of arithmetic expressions in order to fix some regressions (PR #566)
bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved
* fix a leak memory in the vector module (PR #606)
bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved
* issue 737 (PR #738)
bclement-ocp marked this conversation as resolved.
Show resolved Hide resolved

## v2.4.3 (2023-04-14)

### Build
Expand Down
Loading