Skip to content

Releases: Zstone19/pypetal

v1.0.1

07 Mar 03:41
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug where global variables were broadcast with MPI when MICA2 was not installed
  • Fixed bug in the make_toml function

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Feb 01:37
Compare
Choose a tag to compare

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.

v0.2.1

06 Dec 19:59
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

pyPetal now allows the user to input a function to set priors in the PyROA module. Use the key "prior_func" in the PyROA parameter dictionary to set this parameter. This function must take the same inputs as pypetal.pyroa.utils.set_priors, except the "delimiter" argument. This is set to None by default, and will use the default get_priors function when None is chosen.

v0.2.0

21 Nov 04:31
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

  • Updated PyROA module to include the associated changes from updating to PyROA 3.2.1
  • Fixed various issues with using data as input for arg1 on run_pipeline directly instead of the filenames
  • Fixed issues in the total weighting plot

v0.1.1

17 Jul 03:38
Compare
Choose a tag to compare

What's Changed

  • Updated README installation instructions
  • Fixed multithreading issues for MacOS

Full Changelog: 0.1.0...0.2.0

Initial release

02 May 06:26
Compare
Choose a tag to compare

The initial release of pyPetal. Now available on PyPI.

What's Changed

Full Changelog: https://github.com/Zstone19/pypetal/commits/0.1.0