Skip to content

v1.0.0

Compare
Choose a tag to compare
@Zstone19 Zstone19 released this 08 Feb 01:37
· 13 commits to main since this release

Version 1.0.0

Full Changelog: v0.2.1...v1.0.0

Main Changes:

  • MICA2 (PR: #26)

    The MICA2 module has now been added! Look through the source code if you're feeling up to it, or take a look through the documentation and examples for how to use the MICA2 module within pyPetal.

    In addition, almost all MICA2 input parameters are identical to that in the original MICA2 software. If you experience any issues, please consider reading the MICA2 documentation.

  • PyROA

    Before this update, the PyROA module used the default priors from the PyROA documentation. However, we've adjusted the PyROA priors to be chosen per-lightcurve. In essence, these are the same priors used in pyPetal for PyROA before the PyROA v3.2.1 .

  • Load

    The pyPetal load function now allows the user to specify the names of the modules run, instead of always inferring it from the pyPetal output directory.

  • Output

    pyPetal now has colored, formatted output! Like before, set verbose=False in the run_pipeline general settings to turn the output off.

  • Bugs

    There was a bug in which the user needed to download the dependencies for the detrending module in order to import pyPetal. Now, pyPetal will detect whether optional dependencies are installed, and not run the corresponding module if they aren't installed.

    There was a bug in which the PyROA corner plot would attempt to be made when together=True, even if there are many light curves. This has been changed and pyPetal will now output one corner plot for each light curve.