Skip to content

v5.2.0

Latest

Choose a tag to compare

@ZedThree ZedThree released this 10 Oct 14:05
· 4 commits to master since this release
650bfc6

This is feature release, with a ton of new features. We've now switched entirely to CMake for our build system.

Breaking changes

  • The autotools ./configure build system has been removed
  • Parsing of booleans has changed [#2828][https://github.com//pull/2828] ([bendudson][https://github.com/bendudson]).
    See the manual page for details.
  • Previously, the Solver implementations passed the loop counter to
    the iter argument of call_monitors, but since the iteration has
    already been completed when the monitors are called, this results in
    iter always being one less than the number of completed
    monitor-steps at the point when the moniters are called, which is
    confusing. Now, monitors are called with the current number of
    completed monitor-steps.

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.2.0