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: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.4
Choose a base ref
...
head repository: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 19, 2024

  1. Bump codecov/codecov-action from 4 to 5 (#189)

    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bb5a874 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. overload simplifiable for special cases of Mul (#188)

    * overload simplifiable for special cases of Mul
    
    * increase codecov
    dlfivefifty authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ad4af83 View commit details
    Browse the repository at this point in the history
  2. findblock for RealInfinity() (#190)

    * findblock for realinfinity
    
    * ci
    DanielVandH authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    24f9718 View commit details
    Browse the repository at this point in the history
  3. Drop Julia <v1.10 (#191)

    * Drop Julia <v1.10
    
    * Update InfiniteLinearAlgebra.jl
    dlfivefifty authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    48f4e0a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Move out BandedMatrices code (#192)

    * Drop Julia <v1.10
    
    * Move out BandedMatrices code
    
    * Update infblocktridiagonal.jl
    
    * Update runtests.jl
    
    * move out blockarrays
    
    * move out block code
    
    * compiles
    
    * tests pass
    
    * Update InfiniteLinearAlgebra.jl
    dlfivefifty authored Dec 5, 2024
    2 Configuration menu
    Copy the full SHA
    5ee4b40 View commit details
    Browse the repository at this point in the history
Loading