celerite
celerite copied to clipboard
Scalable 1D Gaussian Processes in C++, Python, and Julia
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.5.1 What's Changed Fixed printing out the dist hashes when packages_dir is a wildcard value. — by @meowmeowmeowcat...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.0 to 2.8.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.8.1 🐛 Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would...
https://celerite.readthedocs.io/en/stable/python/kernel/#celerite.terms.ComplexTerm states: "The parameter log_b can be omitted and it will be assumed to be zero." more precisely, b=0 is assumed. https://github.com/dfm/celerite/blob/main/celerite/terms.py#L439 Suggested new wording: "The parameter log_b can be...
Hi Dan, I understand _celerite_ is superseded by _celerite2_, but it would still be nice to keep the functionality alive for _allesfitter_ users on Python 3.9. To replicate the error:...
They are currently broken.
I have been trying to perform model comparison of models which include celerite (and/or george) kernels using the leave one out (LOO) and widely applicable information criterion (WAIC) (see for...
[terms.py: Line 221] raises an AttributeError for kernels lacking the `_has_jitter` flag attribute. Not all kernels include the flag attribute `_has_jitter`; and therefore, when multiplying 2 kernels that do not...
Hi, A check for identical values (or zero difference more specifically) in compute. Caused me a little headache to identify this in my input (my mistake of course). Not sure...
Hi, I am using this Celerite code for very first time. In my study, I am modeling a data set with SHO model. As documented, I am following all step...
Hi, In my installation setup, as I am attempted to plot the results using matplotlib, I am getting the following error: Error in callback (for post_execute): --------------------------------------------------------------------------- RuntimeError Traceback (most...