-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
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
This reverts commit a057868.
Fix data/null component bug upon substitution of framework component
Temporary with nutrients issue 89
Merging dev branch into temporary-with-nutrients
…stem whilst JASMIN is offline
…py when adding components to unifhy
@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:
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? |
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...