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

Improvements to validation checks #189

Merged
merged 4 commits into from
May 3, 2022
Merged

Improvements to validation checks #189

merged 4 commits into from
May 3, 2022

Commits on Apr 18, 2022

  1. Improvements to inconsistent shape checks

    * Use asarray to avoid unnecessary copies of arrays
    * Lazily convert to array to conserve memory
    * Compare shapes directly
    groutr committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8ceda60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    003f555 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Include faster path for pandas objects.

    If we have a Series, we can avoid expensive allocation to ndarray.
    groutr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    db7f2ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add type annotations.

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