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.27.3
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.27.4
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 18, 2024

  1. Bump codecov/codecov-action from 4 to 5

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e29918d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    149083b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #411 from SciML/dependabot/github_actions/codecov/…

    …codecov-action-5
    
    Bump codecov/codecov-action from 4 to 5
    ChrisRackauckas authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9c8387c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix StructArray broadcast in VectorOfArray

    Fixes #410
    
    This specializes so that if `u.u` is not a vector, it will convert the broadcast to fix that. I couldn't find a nice generic way to use `map` so the fallback is to build the vector and convert, which seems to not be a big performance issue. For StructArrays, `convert(typeof(x), Vector(x))` fails, and so this case is specialized.
    ChrisRackauckas committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    83c990a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdf6ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #412 from SciML/structarray_broadcast

    Fix StructArray broadcast in VectorOfArray
    ChrisRackauckas authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0beb98e View commit details
    Browse the repository at this point in the history
  4. Update Project.toml

    ChrisRackauckas authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    98c9f15 View commit details
    Browse the repository at this point in the history
Loading