Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster Matrix{BlasFloat} * or \ VecOrMatrix{Dual} #589

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2023

  1. Project.toml: remove StaticArrays

    it moved to weakdeps
    alyst committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9a91982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebcdf17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21043fb View commit details
    Browse the repository at this point in the history
  4. tests: convert println() into @testset

    reduces the amount of noise in the output
    alyst committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a0847cd View commit details
    Browse the repository at this point in the history
  5. tests: improve testset names

    alyst committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a8a1cf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    934653d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5e7f3a View commit details
    Browse the repository at this point in the history
  8. require DiffTests 0.1.3

    To test the autodiff of `f(x)=M*x` or `f(x)=M\x`
    alyst committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    22d8670 View commit details
    Browse the repository at this point in the history