mirror of
https://github.com/Z3Prover/z3
synced 2026-01-21 01:24:43 +00:00
Update release notes for version 4.15.5
This commit is contained in:
parent
65429963d1
commit
ff80610047
1 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,27 @@ Version 4.next
|
|||
|
||||
Version 4.15.5
|
||||
==============
|
||||
- Add RCF (Real Closed Field) API bindings to C++, Java, C#, and TypeScript, https://github.com/Z3Prover/z3/pull/8171
|
||||
- Add Subterms Theory for datatypes. Thanks to Simon Jeanteur, https://github.com/Z3Prover/z3/pull/8115
|
||||
- Improvements to parallel search tree including core strengthening, non-chronological backtracking, and LIA performance
|
||||
optimizations. Thanks to Ilana Shapiro, https://github.com/Z3Prover/z3/pull/8066, https://github.com/Z3Prover/z3/pull/8101,
|
||||
https://github.com/Z3Prover/z3/pull/8193, https://github.com/Z3Prover/z3/pull/8214
|
||||
- Replace custom util/optional with std::optional for C++17 standard compliance, https://github.com/Z3Prover/z3/pull/8162
|
||||
- Add sequence higher-order functions to Java API, https://github.com/Z3Prover/z3/pull/8226
|
||||
- Add benchmark export to C# and TypeScript APIs, https://github.com/Z3Prover/z3/pull/8228
|
||||
- Add advanced sequence operations to C# API, https://github.com/Z3Prover/z3/pull/8227
|
||||
- Add set_ast_print_mode() to Python, C#, and TypeScript bindings, https://github.com/Z3Prover/z3/pull/8166
|
||||
- Add CMake option to build Python bindings without rebuilding libz3. Thanks to h-vetinari, https://github.com/Z3Prover/z3/pull/8088
|
||||
- AIX compatibility improvements. Thanks to Simon Sobisch, https://github.com/Z3Prover/z3/pull/8113
|
||||
- Set Java compile flags for consistent bytecode generation. Thanks to bu99ed, https://github.com/Z3Prover/z3/pull/8112
|
||||
- TypeScript typedef and documentation fixes. Thanks to Chris Cowan, https://github.com/Z3Prover/z3/pull/8078
|
||||
- Fix #8195 - datatype declaration issue
|
||||
- Fix #8116 - theory_bv issue
|
||||
- Fix #8109 - recursive function rewriting with uninterpreted variables
|
||||
- Fix segfault in dioph_eq.cpp, https://github.com/Z3Prover/z3/pull/8218
|
||||
- Refine maxresw option for optimization
|
||||
- Improve algebraic exception handling
|
||||
- Build system improvements and GitHub Actions migration
|
||||
|
||||
Version 4.15.4
|
||||
==============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue