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

Imageruler revamp #30

Merged
merged 36 commits into from
Mar 28, 2024
Merged

Imageruler revamp #30

merged 36 commits into from
Mar 28, 2024

Commits on Feb 28, 2024

  1. Redo packaging using pyproject.toml and src layout (#1)

    * Redo package
    
    * Fix version number v0.1.0
    
    * Formatting
    
    * Docstring darglint
    
    * Update imports
    
    * Formatting
    
    ---------
    
    Co-authored-by: Martin Schubert <[email protected]>
    mfschubert and Martin Schubert authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    75b01a4 View commit details
    Browse the repository at this point in the history
  2. Add py.typed

    Martin Schubert authored and Martin Schubert committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    78c319f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from mfschubert/py.typed

    Add py.typed
    mfschubert authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4214906 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    39b4196 View commit details
    Browse the repository at this point in the history
  2. Add mypy dep

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    faa6f83 View commit details
    Browse the repository at this point in the history
  3. Add scipy dep

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cd77424 View commit details
    Browse the repository at this point in the history
  4. Fix reference filename

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7dcdd09 View commit details
    Browse the repository at this point in the history
  5. Type annotation

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bb162bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from mfschubert/topology

    Switch to tometrics algorithm
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e95ef5f View commit details
    Browse the repository at this point in the history
  7. Reference design readme

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d76c408 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from mfschubert/readme

    Reference design readme
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    40abba9 View commit details
    Browse the repository at this point in the history
  9. Add docs deps

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    322878a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5 from mfschubert/docs

    Add docs deps
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    67f58a8 View commit details
    Browse the repository at this point in the history
  11. Fix eof

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1769d72 View commit details
    Browse the repository at this point in the history
  12. Fix naming

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b4ad9dd View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6 from mfschubert/fix

    Fix eof
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ecebc4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2aac639 View commit details
    Browse the repository at this point in the history
  15. Add to_designs notebook

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f73d4a4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #7 from mfschubert/bump

    Add TO designs and bump version
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    947d2b8 View commit details
    Browse the repository at this point in the history
  17. Add skimage docs dep

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a43807e View commit details
    Browse the repository at this point in the history
  18. Merge pull request #8 from mfschubert/skimage

    Add skimage docs dep
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    df7b6aa View commit details
    Browse the repository at this point in the history
  19. Add skimage docs dep

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e47a7bc View commit details
    Browse the repository at this point in the history
  20. Fix authorship in docs

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    00906f3 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #9 from mfschubert/authors

    Fix authorship in docs
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f2c4ca6 View commit details
    Browse the repository at this point in the history
  22. cleanup

    mfschubert committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0d4240d View commit details
    Browse the repository at this point in the history
  23. Merge pull request #10 from mfschubert/cleanup

    cleanup
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3b8d68f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3121b1b View commit details
    Browse the repository at this point in the history
  25. Merge pull request #11 from mfschubert/ignore

    Notebook for ignore schemes
    mfschubert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    be2b2cf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Cleanup

    mfschubert committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fa15284 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from mfschubert/cleanup

    Improve docstring and variable naming
    mfschubert authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cebc527 View commit details
    Browse the repository at this point in the history
  3. Fix module docstring

    mfschubert committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3db2b8e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from mfschubert/docstring

    Fix module docstring
    mfschubert authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bfc7c29 View commit details
    Browse the repository at this point in the history
  5. Fix some typos

    mfschubert committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9a0dfd8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from mfschubert/typos

    Fix some typos
    mfschubert authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    20fafdb View commit details
    Browse the repository at this point in the history
  7. Add performance comment

    Martin Schubert authored and Martin Schubert committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    62e5a1c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from mfschubert/perf

    Add comment about performance
    mfschubert authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c7b9b4b View commit details
    Browse the repository at this point in the history