Skip to content
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

Adding nutrients components #14 #97

Merged
merged 198 commits into from
Aug 2, 2024
Merged

Adding nutrients components #14 #97

merged 198 commits into from
Aug 2, 2024

Conversation

mattjbr123
Copy link
Member

Nutrient components added to the tests and main code. Main changes to framework code are in component and model.py. Changes made are documented in issues #14 and #93.
Let's see if the tests pass...

Thibault Hallouin and others added 30 commits December 15, 2021 12:07
Main changes are:
- introduction of light/dark theme toggle
- new dynamic version switcher
This is a remainder from the testing phase of the upgrade to pydata-sphinx-theme==0.9.0 which should have been reset
by assuming that if not specified (i.e. overwritten) by component contributor, the full set of inward/outward transfers is used/produced
Fix data/null component bug upon substitution of framework component
Merging dev branch into temporary-with-nutrients
@mattjbr123 mattjbr123 merged commit 99300c6 into main Aug 2, 2024
3 checks passed
@mattjbr123
Copy link
Member Author

mattjbr123 commented Aug 2, 2024

@ThibHlln I've merged the changes into main now, how did you then push it to pypi/conda?

For pypi it seems like it should be as simple as:

python -m build
twine upload dist/*

but I guess I'd need the right username and password for that?

And for conda-forge, from what I can figure out it looks like a bot should automatically detect the new version on pypi, and create a PR for https://github.com/conda-forge/unifhy-feedstock/ which I can make changes to as appropriate once I have admin/maintainer rights on that repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature functionality New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating tests to handle nutrient Components Create new Components to represent Nutrient cycle
3 participants