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

Major/core rewrite #256

Closed
wants to merge 18 commits into from
Closed

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

  1. some updates

    jagerber48 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6515420 View commit details
    Browse the repository at this point in the history
  2. cleanup

    jagerber48 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8299f58 View commit details
    Browse the repository at this point in the history
  3. tests

    jagerber48 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f24ea0f View commit details
    Browse the repository at this point in the history
  4. some nan handling

    jagerber48 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6946067 View commit details
    Browse the repository at this point in the history
  5. comment

    jagerber48 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7d3ec32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3dc427 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

    jagerber48 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    08b22dd View commit details
    Browse the repository at this point in the history
  3. documentation

    jagerber48 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b1b534a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deaf4f9 View commit details
    Browse the repository at this point in the history
  5. Cleanup and documentation

    jagerber48 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2ceb966 View commit details
    Browse the repository at this point in the history
  6. comments

    jagerber48 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7a53bbc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    1c121a7 View commit details
    Browse the repository at this point in the history
  2. new version of umath

    jagerber48 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a602f84 View commit details
    Browse the repository at this point in the history
  3. loop through args and kwargs instead of using inspect.signature

    Sadly, some built-in functions including `math.log` do not work with inspect.signature because they have multiple signatures.
    jagerber48 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d7ee99b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    b841984 View commit details
    Browse the repository at this point in the history
  2. position only arguments

    jagerber48 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b277ab4 View commit details
    Browse the repository at this point in the history