🎉 Release new version v0.1.24#31
Merged
ZenanH merged 2 commits intoLandslideSIM:mainfrom Oct 3, 2025
Merged
Conversation
…performance - Renamed `getvolume` to `get_volume` for consistency with naming conventions. - Updated `SLBL3D` function signature to accept `QueryPolygon` instead of `AbstractMatrix`. - Enhanced documentation for `SLBL3D` to clarify parameters and functionality. - Introduced an optional parameter `ϵ` to control convergence criteria in SLBL calculations. - Replaced `particle_in_polygon` with `pip_query` for better performance in valid particle identification. - Optimized threading in SLBL calculations using `Threads.@threads`. - Refactored sorting functions to improve readability and maintainability. - Removed unused utility functions from `utils.jl` to streamline the codebase. - Added a new `precompile.jl` file to improve compilation performance. - Updated test suite to remove unnecessary PythonCall checks and commented out unused code. - Created a new `reexport.jl` file to manage function and struct re-exports from FastPointQuery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.