Dan Foreman-Mackey
Dan Foreman-Mackey
celerite is tested and regularly used on Python 3.9 so I'm not sure that this is a generic issue. Can you say more about your system, setup, and *exactly* what...
I can't reproduce this issue, but I'm currently on an ARM mac with osx v11.6 so I can't directly test on your environment. I'd recommend trying to uninstall celerite and...
I'm happy to try to help you debug this. Do you want to share the error message you get when compiling from source? There shouldn't be any gcc compatibility issues.
(Side note: the correct `--no-binary` command is `python -m pip install celerite --no-binary celerite`, sorry!) I pulled out my old laptop to try this out and I can reproduce your...
`v0.4.2` is now available with a macos py39 (and py310!) wheel. `python -m pip install -U celerite` should do the trick now.
I know it's been forever, but ..... Which terms wouldn't have that attribute? It's implemented as part of the base class: https://github.com/dfm/celerite/blob/main/celerite/terms.py#L35
Absolutely! Would you like to submit the PR?
I haven't directly implemented anything like this and it will be somewhat more complicated with GPs than with independent data, but the basic procedure is discussed in [Section 5.4.2 of...
One thing I'd add here: I've ended up asking authors to check over the proofs after executing `@whedon accept` because of the order of steps in the docs: https://joss.readthedocs.io/en/latest/editing.html#after-reviewers-recommend-acceptance I...
@arfon: Yeah. I ran the pandoc command with output `paper.tex` and that worked but it might be convenient to add that as part of the build process. Your call! @kyleniemeyer:...