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

Preprocessing and assorted fixes #34

Merged
merged 17 commits into from
Aug 30, 2024
Merged

Preprocessing and assorted fixes #34

merged 17 commits into from
Aug 30, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f3e0824 View commit details
    Browse the repository at this point in the history
  2. Simplify intersecting_features

    STRTree has a method to do essentially all of the work (and smarter)
    Huite committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c6ef89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb5dea View commit details
    Browse the repository at this point in the history
  4. is_integer is deprecated

    Huite committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    29964fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34350d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95eb2be View commit details
    Browse the repository at this point in the history
  7. Make numba optional

    Huite committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    67dd6bd View commit details
    Browse the repository at this point in the history
  8. Snapping tests

    Huite committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    139d3a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Restructure documentation a bit

    Huite committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    287ce39 View commit details
    Browse the repository at this point in the history
  2. Add a preprocessing example

    Huite committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5cace27 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. TriangleMesher: assume equilateral instead of right-angled triangles …

    …for cell size to area conversion
    
    Fixes #35
    Huite committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fc5ce83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    953906a View commit details
    Browse the repository at this point in the history
  3. Coverage, ndim property

    Huite committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    df30e77 View commit details
    Browse the repository at this point in the history
  4. Include scipy

    Huite committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2167e5d View commit details
    Browse the repository at this point in the history
  5. Add tests for preprocessor, update changelog.

    Add misc tests for other classes
    Huite committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bb764c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Refactor enum logic

    Huite committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0f8a554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb46b0 View commit details
    Browse the repository at this point in the history