Skip to content

v2.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 19:58

ComplexMixtures v2.12.0

Diff since v2.11.4

New feature

Added the possibility of intercepting a computation to interrupt it, by adding a stop_compexmixtures file in the directory where the computation was launched. This is useful because of the lack of functionality of Control-C when running with multiple threads.

Merged pull requests:

  • move initial output comment position (#78) (@lmiq)
  • create interruption method for parallel computations (#79) (@lmiq)