-
Notifications
You must be signed in to change notification settings - Fork 16
Nominal support for v11 #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bdd55df to
a694c1a
Compare
|
This pinning should work. There are two issues: 1. v0.10.2 of aiapy is broken and 2. v0.11 has some breaking changes, including only being compatible with 3.12 and above. This is really moot since I'm planning on just opening another PR right away to support only 3.12 and above anyway, but I just wanted things to pass on this PR first at least. |
|
Hmm well based on the RTD builds looks like it is still broken. I think I'm just going to merge this as is as everything else seems to be passing and deal with this docs fail in a subsequent PR. |
This enables fiasco to work with v11 by following the checklist here: https://fiasco.readthedocs.io/en/stable/developer.html#add-support-for-a-new-version-of-the-chianti-database
Note that this does not add some of features in the v11 software surrounding density-dependent rates.