Skip to content

Releases: BRiAl/BRiAl

hash testing simplification in test suite

14 Jan 22:28
Compare
Choose a tag to compare

The main purpose of this release is to address testing problems with boost 1.81.0 (issue #53 ). The tests in question are matching hashes to values that may change with new versions of boost.
To future proof the testing, we removed tests for specific value and only compare hash results we know should be identical or different.

1.2.11

29 Jul 09:34
Compare
Choose a tag to compare

This maintenance release focuses on the following points:

  • remove unary_function and binary_function which are deprecated in c++11 and removed in c++17.
  • update m4 macros for c++ detection and boost_base
  • maintenance on configure.ac

Remove cudd unbundling

01 Oct 19:17
Compare
Choose a tag to compare

This release removes the cudd unbundling as it is not ready for release.

Maintenance release

25 Sep 00:40
Compare
Choose a tag to compare

This is a new maintenance release of the 1.2 branch of BRiAL. The following issues are addressed

  • Clarify the license as it has always been GPL2+
  • Updating of boost detection macros for issue #49
  • Include some package information in config.h for issue #46
  • Include some work on using external CUDD - unfortunately only CUDD 2.5.x is supported at this stage. Further PR allowing CUDD 3+ would be welcome

maintenance release

15 Mar 20:16
Compare
Choose a tag to compare

This is a new maintenance release of BRiAl 1.2. It includes the following

  • inclusion of an old debian patch relevant to ia64 and alpha architecture #45
  • Fix the configuration script to not error in some cases that should be allowed 5ddb536
  • Fix deprecation warnings in the test suite for boost 1.71.0 and over 5ddb536

Macro clean up

21 Jan 20:28
Compare
Choose a tag to compare

This release focuses on clean up of old macros that are either redundant or not used. It also tighten the initial config.h.in and minor fixes on the sage python component.

1.2.6

13 Dec 01:11
Compare
Choose a tag to compare

Minor python 3.8 fixes.
No change to libraries.

brial-1.2.5

06 Jun 00:07
Compare
Choose a tag to compare

Minor fixes:

  • compliance with C++ standard in inline headers revealed by gcc-9.1
  • parallel building issues in the testsuite

BRiAl-1.2.4

18 Jun 02:34
Compare
Choose a tag to compare

Python3 fixes only - no changes to the libraries.

brial-1.2.3

11 Mar 21:05
Compare
Choose a tag to compare

Better fix for the test suite by improving the initialisation of vectors. Thanks Julian Rüth for his work.