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

Clean up algorithms::transform #1151

Merged
merged 14 commits into from
Sep 28, 2022
Merged

Clean up algorithms::transform #1151

merged 14 commits into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    98e2982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb4802 View commit details
    Browse the repository at this point in the history
  3. Sort transform code into object-specific modules

    I'm about to add more (and more complicated) implementations per object.
    Having everything in one module was already a bit overwhelming, and this
    would only have gotten worse.
    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    799fc69 View commit details
    Browse the repository at this point in the history
  4. Fix word in comment

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ae17577 View commit details
    Browse the repository at this point in the history
  5. Simplify method signature

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    df69d64 View commit details
    Browse the repository at this point in the history
  6. Refactor

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    34934c4 View commit details
    Browse the repository at this point in the history
  7. Add comment

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e2b25ea View commit details
    Browse the repository at this point in the history
  8. Update variable name

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ca2ebbe View commit details
    Browse the repository at this point in the history
  9. Improve comment

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1b25d80 View commit details
    Browse the repository at this point in the history
  10. Refactor

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    daea960 View commit details
    Browse the repository at this point in the history
  11. Make global curve transformation more regular

    This makes it possible to remove the associated type.
    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    db2dc7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4de92b View commit details
    Browse the repository at this point in the history
  13. Refactor

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5ded5e9 View commit details
    Browse the repository at this point in the history
  14. Add comment

    hannobraun committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f36ce31 View commit details
    Browse the repository at this point in the history