Skip to content

v0.8.0

Compare
Choose a tag to compare
@dhjx1996 dhjx1996 released this 10 Jun 04:58
· 20 commits to main since this release

Enabled each output function of pydisort to switch to its antiderivative by passing the argument is_antiderivative_wrt_tau = True. For example, flux_up(tau0, is_antiderivative_wrt_tau=True) - flux_up(0, is_antiderivative_wrt_tau=True) will give the integral of flux_up over $\tau \in [0, \tau_0]$.

Full Changelog: v0.7.0...v0.8.0