Tags: pyprob/ttvfast-python
Tags
ttvfast v0.1.0 This release includes the improved error handling. Where before the error handling was performed in C where the process uncleanly exits. Now the C code passes error states via an enum and the Python module wrapper code checks this before possibly raising a Python exception.