Skip to content

1.3.1

Choose a tag to compare

@hweichelt hweichelt released this 01 Jul 14:04
· 60 commits to master since this release
30de590

Removed async timeout from CoreComputer

  • The new improved timeout functionality works without the need for async functions while retaining a similar ability to interrupt the MUS computation
  • This is mainly useful for easier integration into async frameworks (like FastAPI)

Additions to AssumptionPreprocessor

  • The AssumptionPreprocessor class has now a process_files method