Skip to content

Releases: wrench-project/wrench-python-api

v0.4

17 Dec 20:20
Compare
Choose a tag to compare

Release that includes:

  • Support for the latest wrench version (wrench 2.5)
  • Caching of some values client-side to increase performance by avoiding needless REST calls
  • Minor code and documentation cleanups

v0.3

30 Oct 04:19
Compare
Choose a tag to compare

Release that includes:

  • Support for the latest wrench version (wrench 2.4)
  • Documentation updates and upgrades
  • API change: number of bytes (file and memory sizes) are now integers instead of floats
  • API change: starting the simulation is done by providing an XML platform description string (instead of a file path)

v0.2

11 Sep 21:32
Compare
Choose a tag to compare

Second release of the WRENCH Python API, which adds support for (a subset) of the WRENCH action API, more example simulators, and a set of integration test programs that are part of the CI. Requires WRENCH 2.3.

v0.1

21 Jul 08:54
Compare
Choose a tag to compare

This is the first release of the WRENCH Python API. The API is functional but currently limited in its coverage of the (admittedly very large) WRENCH C++ API.