Skip to content

IDEAL v1.1 beta

Pre-release
Pre-release

Choose a tag to compare

@MartiDvrk MartiDvrk released this 20 Dec 14:39
· 10 commits to main since this release

The IDEAL v1.1-beta release includes the following new features:

  • New user interfaces: in addition to its command line interface (clidc.py), IDEAL v1.1 offers the possibility to start simulations via an API, running on the http and https protocols. Moreover, it is now easier to integrate an IDC simulation in a custom python script, as IDEAL's functionalities are interfaced by the ideal_simulation class, which can be import from bin/ideal_module.py.
  • Keep track of your simulations over time. The status of all the simulations started via IDEAL, together with other information like output and working directory of the job and its condor ID, can now be monitored by launching the bin/log_daemon.py program.

The release also includes minor bug fixes.