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

Optimize lagrange_poly() #432

Merged
merged 6 commits into from
Nov 10, 2022
Merged

Optimize lagrange_poly() #432

merged 6 commits into from
Nov 10, 2022

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    baddcc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db565a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afd247d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7386de3 View commit details
    Browse the repository at this point in the history
  5. Don't display comma separator in FieldArray.__str__()

    Fixes #434. This is done to be more consistent with NumPy's repr()/str() styling.
    mhostetter committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d881cc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65d4d75 View commit details
    Browse the repository at this point in the history