Dan Foreman-Mackey
Dan Foreman-Mackey
In an email on 2013-11-25, Tom Loredo (Cornell) suggested: > Two suggestions: > - There does not seem to be a universal terminology for these plots, > but the terms...
**Related to the move to GitHub Actions** We're getting a lot of noise from coveralls which I don't totally understand because I don't see that in my other projects that...
On the workflow run for my [dfm/araa-gps](https://github.com/dfm/araa-gps) project the article cache restore seems to always fail because an invalid hash is being saved to `last_commit_sha.txt`. This causes the cache restore...
This PR adds support for [Snakemake](https://snakemake.readthedocs.io), which uses a Python-like syntax.
The major change is that this will now use `pymc` v4 if it is installed, but should continue to work with `pymc3` in a more or less completely backwards compatible...
This PR touches a lot of code, so we may want to skip it, but since [ruff](https://beta.ruff.rs/docs/) is all the rage these days, here's a stab at implementing ruff linting...
#### Problem description Poetry has [deprecated the `dev-dependencies` configuration in favor of a `dev` "group"](https://python-poetry.org/docs/master/managing-dependencies/), but the Lightkurve config currently mixes these two approaches: https://github.com/lightkurve/lightkurve/blob/7125606b9b0e8c184174529aa71b31dc485d4584/pyproject.toml#L46 and https://github.com/lightkurve/lightkurve/blob/7125606b9b0e8c184174529aa71b31dc485d4584/pyproject.toml#L70 I think it...