Recent Releases of https://github.com/zstone19/pypetal
https://github.com/zstone19/pypetal - v1.0.1
Bug fixes
- Fixed bug where global variables were broadcast with MPI when MICA2 was not installed
- Fixed bug in the
make_tomlfunction
Full Changelog: https://github.com/Zstone19/pypetal/compare/v1.0.0...v1.0.1
- Python
Published by Zstone19 almost 2 years ago
https://github.com/zstone19/pypetal - v1.0.0
Version 1.0.0
Full Changelog: https://github.com/Zstone19/pypetal/compare/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=Falsein therun_pipelinegeneral 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.
- Python
Published by Zstone19 about 2 years ago
https://github.com/zstone19/pypetal - v0.2.1
Full Changelog: https://github.com/Zstone19/pypetal/compare/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 "priorfunc" in the PyROA parameter dictionary to set this parameter. This function must take the same inputs as `pypetal.pyroa.utils.setpriors, except the"delimiter"argument. This is set toNoneby default, and will use the defaultget_priorsfunction whenNone` is chosen.
- Python
Published by Zstone19 about 2 years ago
https://github.com/zstone19/pypetal - v0.2.0
Full Changelog: https://github.com/Zstone19/pypetal/compare/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
arg1onrun_pipelinedirectly instead of the filenames - Fixed issues in the total weighting plot
- Python
Published by Zstone19 over 2 years ago
https://github.com/zstone19/pypetal - v0.1.1
What's Changed
- Updated README installation instructions
- Fixed multithreading issues for MacOS
Full Changelog: https://github.com/Zstone19/pypetal/compare/0.1.0...0.2.0
- Python
Published by Zstone19 over 2 years ago
https://github.com/zstone19/pypetal - Initial release
The initial release of pyPetal. Now available on PyPI.
What's Changed
- Fixed up docstrings and added API docs by @Zstone19 in https://github.com/Zstone19/pypetal/pull/5
- Add tests and related updates by @Zstone19 in https://github.com/Zstone19/pypetal/pull/6
- Update python-package.yml by @Zstone19 in https://github.com/Zstone19/pypetal/pull/10
- Add improved weighting by @Zstone19 in https://github.com/Zstone19/pypetal/pull/17
- Implement PyROA by @Zstone19 in https://github.com/Zstone19/pypetal/pull/18
- Improve weighting, configure for PyROA by @Zstone19 in https://github.com/Zstone19/pypetal/pull/19
- Rearrange source code by @Zstone19 in https://github.com/Zstone19/pypetal/pull/20
- Implement poetry by @Zstone19 in https://github.com/Zstone19/pypetal/pull/21
Full Changelog: https://github.com/Zstone19/pypetal/commits/0.1.0
- Python
Published by Zstone19 almost 3 years ago