-
Notifications
You must be signed in to change notification settings - Fork 154
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
Clean up prior to 3.0.0 #352
Conversation
78cff50
to
4aa1ca9
Compare
Since I had to deal with conda packaging today for IAMconsortium/units#22, I took a stab at putting together conda-forge/jpype1-feedstock#20. Hopefully the maintainers accept it promptly; this would let us avoid adding this extra step to our install instructions. |
Ended up reopening that as conda-forge/jpype1-feedstock#21, which was merged. |
All green! |
flake8
.f"{foo!r}"
(same as Replace f'{foo!r}' with f'{foo}'/repr(foo) ixmp#293).Add plotnine to tutorial requirementsUpdate installation instructions to explicitly include[tutorials]
extra target, which already included plotnine (h/t @OFR-IIASA)MESSAGE_master.{gms,prj}
to desired location and add instructions on usinggit update-index --assume-unchanged
to install from source docs (h/t @OFR-IIASA; also closes Issue locating MESSAGE_master.gms file #346)mention in the install instructions how to install using pip.Bump version to v0.7.5 conda-forge/jpype1-feedstock#20Bump version to v0.7.5 conda-forge/jpype1-feedstock#21, which was merged.How to review
PR checklist
Tests added.N/ADocumentation added.Release notes updated.