Skip to content

Releases: black-sat/black

v25.03.0

07 Mar 13:12
Compare
Choose a tag to compare

Maintenance release which removes some dangling features with a consequent
great simplification of the codebase.

We also turn to a year-month versioning scheme to better highlight our rolling-release
development model.

v0.10.8

01 Oct 19:24
Compare
Choose a tag to compare
v0.10.8 Pre-release
Pre-release

Maintanance release to fix compilation issues with Clang 19.

v0.10.7

20 Jun 12:45
Compare
Choose a tag to compare
v0.10.7 Pre-release
Pre-release

Maintenance release to work with the latest versions of LLVM/Clang and cvc5

v0.10.6

22 Nov 13:28
Compare
Choose a tag to compare
v0.10.6 Pre-release
Pre-release

This release adds the support for a timeout parameter in
the solve() and is_valid() members of the solver class.

v0.10.5

21 Nov 16:25
Compare
Choose a tag to compare
v0.10.5 Pre-release
Pre-release

Fixed a bug in the LTLfMT encoding that caused wrong results in formulas
involving prev() and wprev() terms.

v0.10.4

06 Oct 07:34
Compare
Choose a tag to compare
v0.10.4 Pre-release
Pre-release

Bugfix release:

  • fixed a compilation problem with fmt 10

v0.10.3

26 Apr 14:12
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

This release sets up the infrastructure to upload the Python bindings to PyPI.

v0.10.2

25 Mar 20:36
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

Maintenance release to support Clang from LLVM 16.

v0.10.1

20 Mar 13:31
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

This small release adds the much requested --validity
(or -v) option to the black solve command to test validity
of formulas instead of satisfiability.