Releases: hippke/tls
Releases · hippke/tls
1.0.17
- 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
- Fixed: A bug which caused to return an empty SDE-ogram if very small uncertainties
dywere 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.