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

Add support for coordinate inputs in polyfit. #9369

Merged
merged 15 commits into from
Oct 8, 2024

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    81c1e01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d968c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aef0a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a5d6b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c1dccd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8248875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a416146 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5a842e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fbb437 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Sep 4, 2024

  1. Add polyfit output test.

    Karl-Krauth committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a169fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e7f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee4fed View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8eddf53 View commit details
    Browse the repository at this point in the history
  2. Update dataset.py

    Use "raise from" when dimensions aren't castable to float in polyfit.
    Karl-Krauth authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    feaa1ad View commit details
    Browse the repository at this point in the history