Thanks to visit codestin.com
Credit goes to github.com

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: common-workflow-language/cwl-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31
Choose a base ref
...
head repository: common-workflow-language/cwl-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32
Choose a head ref
  • 5 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 24, 2023

  1. Bump mypy from 1.7.0 to 1.7.1

    Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.7.0...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b707c57 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update flake8-bugbear requirement from <23.10 to <23.12

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.11.26)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f2ac3ea View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Added parsers for CWL input files (#199)

    This commit adds support for parsing CWL input files with autogenerated
    Schema SALAD parsers, in order to obtain a coherent representation of
    CWL object between processfile and jobfile.
    GlassOfWhiskey authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8e4ed82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9932bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834dddb View commit details
    Browse the repository at this point in the history
Loading