Skip to content

Releases: hippke/tls

1.0.17

07 Feb 20:26

Choose a tag to compare

  • Fixed: A bug in the calculation of the SNR statistic (post-fit statistics)
  • Changed: Major code refactoring
  • Added: Extensive test suite
  • Added: Warnings for the user, e.g. in case inputs are dubious. Numpy warnings are now a bug (if any left) and no longer hidden.
  • Added: Improved command line interface (now has its own command). Added all recent new functionality to the command line interface (all except custom transit shapes)

1.0.16

29 Jan 18:46
258589d

Choose a tag to compare

  • Fixed: A bug which caused to return an empty SDE-ogram if very small uncertainties dy were provided.
  • Changed: Switched linear interpolation code of model shapes to a numba implementation. It is 2x faster, 20ms ==> 10ms which is currently irrelevant if the shape is calculated only once per light curve, but will become relevant when the compensation for morphological light-curve distortions will be implemented. Then, the shapes will be re-calculated many times for a range of periods. Another advantage is that the dependency on scipy can now be removed. Scipy is still required for testing, however.