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

Misc Optimizations #578

Merged
merged 32 commits into from
Apr 12, 2021
Merged

Misc Optimizations #578

merged 32 commits into from
Apr 12, 2021

Commits on Mar 29, 2021

  1. Bugfix in Cartesian model with periodic BCs

    This bug shows up in Julia 1.6 but not in 1.5
    fverdugo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    da005cf View commit details
    Browse the repository at this point in the history
  2. Using Julia 1.6 in CI

    fverdugo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ff3e383 View commit details
    Browse the repository at this point in the history
  3. Update NEWS.md

    fverdugo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    77d302e View commit details
    Browse the repository at this point in the history
  4. Moving to Gridap 0.15.4

    fverdugo committed Mar 29, 2021
    2 Configuration menu
    Copy the full SHA
    74622e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    0498a16 View commit details
    Browse the repository at this point in the history
  2. Preparing release 0.15.5

    fverdugo committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    aabe92b View commit details
    Browse the repository at this point in the history
  3. Activating MemoArray

    fverdugo committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d79d3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5917376 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12f0d0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdce4d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22aa463 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21b63bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df9a322 View commit details
    Browse the repository at this point in the history
  10. Update NEWS.md

    fverdugo committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    ef1fa07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1bbe0e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Saving changes

    fverdugo committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    935f57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe3bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c9af8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    a1f88e2 View commit details
    Browse the repository at this point in the history
  2. Adding broken tests

    fverdugo committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    05d9fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d76e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd29e8e View commit details
    Browse the repository at this point in the history
  5. typo

    fverdugo committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    fa49bf3 View commit details
    Browse the repository at this point in the history
  6. Some micro optimizations

    fverdugo committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ffbea37 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Memory optimization in assembly of SparseMatrixCSC

    The same for SparseMatrixCSR and SymSparseMatrixCSR
    is still missing.
    fverdugo committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    9355aa0 View commit details
    Browse the repository at this point in the history
  2. Temporary test_broken

    fverdugo committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0967579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    549ab13 View commit details
    Browse the repository at this point in the history
  4. Revert "Using Int32 in default sparse matrix"

    This reverts commit 549ab13.
    fverdugo committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    91860cd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    cd7cec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9d363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ea256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7223f6 View commit details
    Browse the repository at this point in the history