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: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.1
Choose a head ref
  • 13 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 5, 2024

  1. build(deps): bump crate-ci/typos from 1.17.2 to 1.18.0

    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.2 to 1.18.0.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@v1.17.2...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    97dc981 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ec011fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #349 from SciML/dependabot/github_actions/codecov/…

    …codecov-action-4
    
    build(deps): bump codecov/codecov-action from 3 to 4
    ChrisRackauckas authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    782a503 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #348 from SciML/dependabot/github_actions/crate-ci…

    …/typos-1.18.0
    
    build(deps): bump crate-ci/typos from 1.17.2 to 1.18.0
    ChrisRackauckas authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dbd40e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    fb371ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from ArnoStrouwen/patch-1

    [skip ci] Update dependabot.yml
    ChrisRackauckas authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3543a1b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. ci: explicitly specify token for codecov

    Explicitly specify the codecov token to be used (i.e., `CODECOV_TOKEN`), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports.
    Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.
    thazhemadam authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6a8ac27 View commit details
    Browse the repository at this point in the history
  2. ci: explicitly specify token for codecov

    Explicitly specify the codecov token to be used (i.e., `CODECOV_TOKEN`), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports.
    Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.
    thazhemadam authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d6d6fb0 View commit details
    Browse the repository at this point in the history
  3. ci: explicitly specify token for codecov

    Explicitly specify the codecov token to be used (i.e., `CODECOV_TOKEN`), given that the latest v4 release of the codecov action requires it to be able to generate coverage reports.
    Additionally, fail CI if coverage reporting fails, since coverage is an important enough metric for us to ensure that it's tracked consistently.
    thazhemadam authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    415fdf1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #351 from SciML/thazhemadam-patch-1

    ci: explicitly specify token for codecov
    thazhemadam authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cfc9bca View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    765c29c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #352 from AayushSabharwal/as/arraypartition-inference

    fix: fix inference of `getindex(::ArrayPartition, ::Int)`
    ChrisRackauckas authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    88f1abb View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    ChrisRackauckas authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    68829ab View commit details
    Browse the repository at this point in the history
Loading