Releases: moves-rwth/pycarl
Releases · moves-rwth/pycarl
v2.3.0
v2.2.0
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
v2.0.5
v2.0.4
v2.0.3
v2.0.2
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 existsexpand()
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
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