mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
prepare for 12.6
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79b7d8a9e2
commit
785f71b1a6
|
@ -10,6 +10,17 @@ Version 4.next
|
|||
- native word level bit-vector solving.
|
||||
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
|
||||
|
||||
Version 4.12.6
|
||||
==============
|
||||
- remove expensive rewrite that coallesces adjacent stores
|
||||
- improved Java use of reference queues thanks to Thomas Haas #7131
|
||||
- fixes to conditional import of python library thanks to Cal Jacobson #7116
|
||||
- include universe for constants that get removed during pre-processing #7121
|
||||
- code improvements, Bruce Mitchener #7119
|
||||
- fix nested callback handling for user propagators
|
||||
- include ARM64 binaries in distribution
|
||||
- added Julia API, Thanks to Yisu Remy Yang #7108
|
||||
|
||||
Version 4.12.5
|
||||
==============
|
||||
- Fixes to pypi setup and build for MacOS distributions
|
||||
|
|
|
@ -594,7 +594,7 @@ stages:
|
|||
|
||||
# Enable on release:
|
||||
- job: PyPIPublish
|
||||
condition: eq(1,1)
|
||||
condition: eq(1,0)
|
||||
displayName: "Publish to PyPI"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
|
|
Loading…
Reference in a new issue