Skip to content

Releases: black-sat/black

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.

v0.10.0

16 Mar 16:55
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

This release brings many API improvements, especially on the side of LTL modulo theories,
and experimental Python bindings.

v0.9.2

05 Sep 08:58
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Bugfix release:

  • Fix a compilation issue with fmt 9.x (mostly affecting Homebrew users)
  • Fix a bug in the --remove-past option when used with finite-traces semantics

v0.9.1

15 Aug 12:44
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Packaging fix release.