Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: broadinstitute/cromshell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: broadinstitute/cromshell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 23, 2024

  1. Replacing Setup.py with Pyproject.py (#279)

    * replaced setup.cfg and setup.py completely with pyproject.toml, removed recursive packaging from test-requirements.txt and dev-requirements.txt, removed setup* from tox.ini,
    
    * updated mypy and issort version
    
    * In git actions removed setup.py check command, currently no integrated solution to validate pyproject.toml
    
    * updated python support to =>3.9 because 3.7 is no longer being supported and 3.8 support will end this year
    
    ---------
    
    Co-authored-by: bshifaw <bshifaw@broadinstitute.com>
    bshifaw and bshifaw authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4a485d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix cost (for methods cromwell), add explicit example (#278)

    * Fix cost (for methods cromwell), add explicit example
    
    * Update cost unit test to query export_time
    
    * One more that I missed
    
    * Modify README for cost
    
    ---------
    
    Co-authored-by: bshifaw <bshifaw@broadinstitute.org>
    sjfleming and bshifaw authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9c1b901 View commit details
    Browse the repository at this point in the history
Loading