Skip to content

Tags: pyprob/ttvfast-python

Tags

v0.3.0

Toggle v0.3.0's commit message
ttvfast 0.3.0

v0.2.1

Toggle v0.2.1's commit message
ttvfast v0.2.1

v0.2.0

Toggle v0.2.0's commit message
Include alternative input coordinate systems

v0.1.1

Toggle v0.1.1's commit message
Version 0.1.1

Fix bug with infinite loop in ttv calculation

v0.1.0

Toggle v0.1.0's commit message
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.

v0.0.3

Toggle v0.0.3's commit message
Packaging on pypi

v0.0.2

Toggle v0.0.2's commit message
Reduce memory usage (leak)