Skip to content

Releases: moves-rwth/pycarl

v2.3.0

22 Aug 14:31
09d94f5
Compare
Choose a tag to compare

Requires carl-storm version >= 14.23

  • Added support for intervals with different number types
  • Automated code formatting
  • Developer: improved build and CMake support
  • Developer: improved CI

v2.2.0

07 Jun 19:58
Compare
Choose a tag to compare

Requires carl-storm version >= 14.23

  • Upgraded repo / version for carl, requires carl-storm from now on
  • Developer: added Dockerfile
  • Developer: improved build process
  • Developer: updated pybind11 to version 2.10.0

v2.1.0

31 Jul 16:34
Compare
Choose a tag to compare

Requires CArL with branch master14

  • Developer: updated pybind11 to version 2.8.1 and adapted bindings accordingly
  • Improved continuous integration with Github Actions

v2.0.5

26 Jan 16:35
2.0.5
6653d57
Compare
Choose a tag to compare

Requires CArL with branch master14

  • Added support for continuous integration with Github Actions

v2.0.4

14 Nov 18:26
Compare
Choose a tag to compare

Requires CArL with branch master14 or a carl version between 17.12 and 18.08

  • Extended conversion of number types to formulae
  • (minor) changed constant_part to function for Polynomial
  • (minor) added an additional operator on polynomials
  • Fix for compilation with Xcode 11

v2.0.3

02 Jan 16:51
Compare
Choose a tag to compare

Requires CArL with branch master14 or a carl version between 17.12 and 18.08

  • Extended bindings for arithmetic operations
  • Fixed negation comparison
  • Improved error output in installation
  • Extended documentation
  • Improved and extended setup

v2.0.2

07 Dec 15:52
Compare
Choose a tag to compare

Requires CArL version >= 17.12

  • Adaptions to changes in carl
  • Extended bindings for rational functions and factorized rational functions
  • Variable constructor no longer returns an existing variable if a variable with that name exists
  • expand() allows to obtain the expanded polynomial and rational function
  • Added methods for getting information about pycarl configuration
  • Extended build script:
    • uses config file
    • support for disabling build of CLN and parser bindings
    • fixed debug build type

v2.0.1

11 Aug 12:40
Compare
Choose a tag to compare

Requires CArL version >= 17.08

  • Added conversions between CLN and GMP
  • Added variable and integer pickling support. Throw errors if pickling is not supported
  • Added hash functions
  • Hide factorization caches for user
  • Depend on CArL-parser for parsing routines
  • Check for CArL version
  • Fixed issues when CLN is not available