Conversation
* feat: add pypi deployment to CD (#17) Added building and releasing to PyPI to github actions. * chore: fix build trigger Typo in actions for triggering PyPI build/deploy * 0.5.0 Automatically generated by python-semantic-release * chore: build and push images on version tag Added a github action to build and deploy Docker images to GHCR when a new version tag (i.e. v0.6.0) is pushed. * chore: update actions triggers Update to only trigger image build on version tag push. Update ci-cd to only trigger on updates to src/, test/, docs/. * add a little badge :) * fix(nextflow): correct withName in slurm Corrected the syntax for setting the array size in the withName selector for the slurm profile. Had incorrectly used a colon, which caused errors when attempting to use the slurm profile. * Don't deploy on forks (#18) * Fix CLI rank bounds, address pandas deprecation warnings (#19) * fix(denovo): include upper bound in cli rank select Command line utility 'rank_selection' will now include the upper rank bound in the search (--rank_max 5 would stop at 4 previously). This has been added to unit tests. * chore: address pandas deprecation warnings Resolved several places where pandas operations were raising warnings or FutureWarnings for upcoming changes to behaviour. * chore: silencing of plotnine warnings for saving figures * 0.5.1 Automatically generated by python-semantic-release * docs: update installation (#20) Update installation instruction and Readme with bioconda details. * docs(denovo): warn about NA in univariate_tests Updated univariate_test documentation to warn that if providing a DataFrame to against, NA value will propagate (any columns with NA will have NA test results) --------- Co-authored-by: github-actions <action@github.com> Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
Updated univariate_test documentation to warn that if providing a DataFrame to against, NA value will propagate (any columns with NA will have NA test results)
Update to only trigger image build on version tag push. Update ci-cd to only trigger on updates to src/, test/, docs/.
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
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.
Collection of documentation updates including logos