-
Notifications
You must be signed in to change notification settings - Fork 11
675 scipy integrate cumtrapz update #679
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Python 11 and 12 to workflows and config file
Update script to install hdf5 dependency
Add conda command to clean unused packages and caches
Set conda output verbosity to level 3
Remove conda clean command
Add conda clean to remove unused packages and caches. Also, add conda command to set conda output verbosity to level 3
Remove conda clean command
Remove conda commands to create conda environment and install hdf5 dependency
Update version to cython dependency
Add conda commands to install hdf5 dependency
Move cython dependency to be installed before PyYAML dependency
Move conda commands to be run before installing the rest of dependencies
Update config files to install specific versions of cython and PyYAML depedencies. Also, activate conda environment in setup-environment, build-package and generate-conda-metadata steps
Update script to intialise conda in a shell session
Update scripts to initialise conda in shell session
Add setuptools, wheel, twine and Cython dependencies to pyproject.toml file to be installed in a temporary build environment before setup.py is executed for sdist or bdis_wheel. Also, remove conda command that installs setuptools, wheel and twine dependencies from setup_environment.sh
Remove build-system section from pyproject.tml file. Add conda command to install cython, setuptools, wheel and twine dependencies to setup_environment.sh
Add conda command to activate environment before installing COAsT package
Swap pip-install command for conda commands to install dependencies
Add pip command to install COAsT package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request checklist
Please check if your PR fulfills the following requirements:
COAsT-site
repo, in a separate PR. See contributing to documentation for details../build.sh
) was run locally and no errors reported. NB not sure about this requirement: GitActions test thispylint .
) has passed locally and any fixes were made for failures. NB not sure about this requirement: GitActions test this withblack
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
COAsT toolbox runs with Python 3.9 and 3.10.
Issue URL: #
What is the new behavior?
COAsT toolbox runs with Python 3.9, 3.10, 3.11 and 3.12.
Checklist
pip install . && pytest unit_testing/unit_test.py -s
)Does this introduce a breaking change?
Other information