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: RalphAS/GenericSchur.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: RalphAS/GenericSchur.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    799b6f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    28a1dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6573420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59ea0b View commit details
    Browse the repository at this point in the history
  4. try to make test script point out some nasty cases

    A couple of test are failing only on Windows with older versions
    of Julia.  Details are needed.
    RalphAS committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    8a9dd82 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. revise the basic complex QR sweep, overhaul debugging

    This change makes the complex QR sweep a more faithful translation
    from LAPACK, to deal with (rarely arising) errors in the previous
    version.  It also replaces "debug" keywords with a macro (disabled
    in release) to reduce overhead.
    RalphAS committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    220dcc6 View commit details
    Browse the repository at this point in the history
  2. improvements to test library interface

    This change improves documentation and implements some extra options
    in the wrappers of LAPACK test generation routines.
    It also adds the extra character-length arguments needed for recently
    compiled versions of the library.
    RalphAS committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9fc905f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. update TagBot script

    RalphAS committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    88dd042 View commit details
    Browse the repository at this point in the history
  2. generalized: fix typographical error in rarely-used branch

    as noted by Pablo San Jose & Harmen Stoppels on Slack
    RalphAS committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d60d237 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    3e9c0eb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. bump version

    RalphAS committed Jan 24, 2021
    2 Configuration menu
    Copy the full SHA
    1f897e5 View commit details
    Browse the repository at this point in the history
Loading