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

Gaussian quadrature #141

Merged
merged 76 commits into from
Apr 19, 2023
Merged

Gaussian quadrature #141

merged 76 commits into from
Apr 19, 2023

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    317f2ab View commit details
    Browse the repository at this point in the history
  2. fstrings for my sanity

    elastufka committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    ba7d1e7 View commit details
    Browse the repository at this point in the history
  3. fstrings for my sanity

    elastufka committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    4bc447b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    345da2c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. transform xi,wi correctly

    elastufka committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    170ae2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d27e08 View commit details
    Browse the repository at this point in the history
  3. fstrings for my sanity

    elastufka committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4547646 View commit details
    Browse the repository at this point in the history
  4. fstrings for my sanity

    elastufka committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2fa40b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    399234c View commit details
    Browse the repository at this point in the history
  6. transform xi,wi correctly

    elastufka committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0c8aef3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bf8fa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d630a4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83da697 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. any edits

    elastufka committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b5cca10 View commit details
    Browse the repository at this point in the history
  2. add numpy import

    elastufka committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    fc37852 View commit details
    Browse the repository at this point in the history
  3. autoray

    elastufka committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2d79c48 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 22, 2022

  1. fix import

    elastufka committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9e196d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. change anp.inf to numpy.inf

    elastufka committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c08ddfa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    25b0747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adae7d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24357bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c458a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d7de7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    684a1b5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. add special import

    elastufka committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3ad979c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    9a94a55 View commit details
    Browse the repository at this point in the history
  2. add tests to /tests

    elastufka committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6d42ab8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. run autopep8, add docstring

    elastufka committed May 30, 2022
    Configuration menu
    Copy the full SHA
    3fd4a00 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    50f3785 View commit details
    Browse the repository at this point in the history
  2. (feat): cache for roots.

    ilan-gold committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    868c8f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5073116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5868263 View commit details
    Browse the repository at this point in the history
  5. (fix): scaling constant

    ilan-gold committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2d4adf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0b0859 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    44f063b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f2af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c21d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bf58fb View commit details
    Browse the repository at this point in the history
  5. (fix): import GaussLegendre

    ilan-gold committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    1d2a53c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6a6a85 View commit details
    Browse the repository at this point in the history
  7. (style): docstrings.

    ilan-gold committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    b2ac2f3 View commit details
    Browse the repository at this point in the history
  8. (fix): default grid_func

    ilan-gold committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9a33275 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f619485 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69c5354 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    5ab18ce View commit details
    Browse the repository at this point in the history
  2. (chore): export base types

    ilan-gold committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    738d18f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 19, 2023

  1. (feat): backward diff

    ilan-gold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    40c5e58 View commit details
    Browse the repository at this point in the history
  2. (fix): env issue

    ilan-gold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    86c9c20 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fixed tests badge

    gomezzz authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    76c4a24 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    76fc60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2668d View commit details
    Browse the repository at this point in the history
  3. (chore): cleanup

    ilan-gold committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    215fc5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edfd308 View commit details
    Browse the repository at this point in the history
  5. (chore): add tutorial

    ilan-gold committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e3827fa View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    3ff0d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ecbd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    644d420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9def6 View commit details
    Browse the repository at this point in the history
  3. ,erge

    ilan-gold committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c6f06de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88bd469 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    308a990 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    0b1a12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d732ca4 View commit details
    Browse the repository at this point in the history
  3. (chore): black

    ilan-gold committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    93ba243 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. (chore): erroneous diff

    ilan-gold committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c31ccae View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    24b94b8 View commit details
    Browse the repository at this point in the history
  2. (fix): correct comment

    ilan-gold committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d44e42d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8c18b9 View commit details
    Browse the repository at this point in the history
  4. (chore): add comments.

    ilan-gold committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1582735 View commit details
    Browse the repository at this point in the history
  5. (chore): formatting

    ilan-gold committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    491cce3 View commit details
    Browse the repository at this point in the history
  6. (fix): error of 1D integral

    ilan-gold committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b3d442e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

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

Commits on Apr 18, 2023

  1. (fix): increase bounds.

    ilan-gold committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7383d5d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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