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

ENH: Outsource apply() from transform objects #195

Merged
merged 16 commits into from
May 17, 2024
Merged

Commits on May 16, 2024

  1. enh: outsource the apply function

    jmarabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e38c16a View commit details
    Browse the repository at this point in the history
  2. sty: pacify flake8

    jmarabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f396f94 View commit details
    Browse the repository at this point in the history
  3. sty: fix imports

    jmarabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a150da4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ff7407 View commit details
    Browse the repository at this point in the history
  5. Updated outsource Apply

    outsourced Apply(); fixed resampled.py (line 101); implemented np.tensordor to _apply_affine() in main.py (line 287). Left to do: fix test_linear RunTime error (line 358)
    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cc3b21e View commit details
    Browse the repository at this point in the history
  6. Updated changes - see previous commit for details

    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f16b737 View commit details
    Browse the repository at this point in the history
  7. FIX: Outsource Apply

    Outsourced apply, test_linear.py successful
    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    be7e9a9 View commit details
    Browse the repository at this point in the history
  8. ENH: update outsoucre apply

    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c5b86e1 View commit details
    Browse the repository at this point in the history
  9. Updated: offsource apply

    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    95a215e View commit details
    Browse the repository at this point in the history
  10. enh: removed straneous comments, update nonlinear

    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9f93a67 View commit details
    Browse the repository at this point in the history
  11. FIX: Offsource Apply

    Apply function offsourced. Tests:  139 passed, 163 Skipped, 15 Warnings
    Julien Marabotto authored and oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f59720d View commit details
    Browse the repository at this point in the history
  12. sty: pacify flake8

    oesteban committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0837e91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c7a958c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4331fb View commit details
    Browse the repository at this point in the history
  15. Fix bad merge

    effigies committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bfe592d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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