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

Make rotate available #213

Merged
merged 27 commits into from
Feb 21, 2024
Merged

Make rotate available #213

merged 27 commits into from
Feb 21, 2024

Commits on May 4, 2021

  1. add rotate function (2D and 3D)

    Martin Schorb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    568879a View commit details
    Browse the repository at this point in the history
  2. rotate doc

    Martin Schorb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    39db962 View commit details
    Browse the repository at this point in the history
  3. rotate ND support

    Martin Schorb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    988d8c4 View commit details
    Browse the repository at this point in the history
  4. newline at EOF

    Martin Schorb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    86539a8 View commit details
    Browse the repository at this point in the history
  5. rotate tests

    Martin Schorb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    059bbc4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. list functions

    Martin Schorb committed May 5, 2021
    Configuration menu
    Copy the full SHA
    059de60 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. rotate tests

    Martin Schorb committed May 6, 2021
    Configuration menu
    Copy the full SHA
    92e1ddb View commit details
    Browse the repository at this point in the history
  2. rotate doc and temporary fix for tests

    Martin Schorb committed May 6, 2021
    Configuration menu
    Copy the full SHA
    7263bf1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. include output_shape parameter

    Martin Schorb committed May 10, 2021
    Configuration menu
    Copy the full SHA
    000a03d View commit details
    Browse the repository at this point in the history
  2. rotate: warning if both reshape and output_shape provided

    Martin Schorb committed May 10, 2021
    Configuration menu
    Copy the full SHA
    03242d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on Nov 6, 2023

  1. Merge remote-tracking branch 'base_origin/main' into main

    # Conflicts:
    #	docs/coverage.rst
    Martin Schorb committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    72bf14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d7485 View commit details
    Browse the repository at this point in the history
  3. test_rotate: fix CI error

    Martin Schorb committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c124bde View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. test_rotate: complete coverage

    Martin Schorb committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9d73daf View commit details
    Browse the repository at this point in the history
  2. test_rotate: fix tests

    Martin Schorb committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    df13d80 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. complete parameters

    Martin Schorb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ee06aa8 View commit details
    Browse the repository at this point in the history
  2. rotate: clean duplicate code

    Martin Schorb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    981d87c View commit details
    Browse the repository at this point in the history
  3. rotate: clean code, fix tests

    Martin Schorb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a9c7a15 View commit details
    Browse the repository at this point in the history
  4. rotate: fix comparison bug

    Martin Schorb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a371ebc View commit details
    Browse the repository at this point in the history
  5. test_rotate: fix warning tests

    Martin Schorb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    391ff57 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    8d276f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9d626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c451c33 View commit details
    Browse the repository at this point in the history
  4. Outsourced nonspecific arguments to affine_transform and adapted test…

    …s. Improved docstring. Modified prefilter test in rotate (and removed one for affine_transform which was testing for an unrelated UserWarning)
    m-albert committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1c545ce View commit details
    Browse the repository at this point in the history
  5. Optimized imports

    m-albert committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b5eea43 View commit details
    Browse the repository at this point in the history