-
Notifications
You must be signed in to change notification settings - Fork 0
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
Releasing 0.2.1 #22
Merged
Merged
Releasing 0.2.1 #22
Commits on Oct 7, 2023
-
project_prop_on_subset was not working properly when the property values are not tagged as values but some other name. Added a new argument for that. Also notices that interp(prop_values::Vector{T}, space::OMAS.edge_profiles__grid_ggd___space) had a typo in return call and would have failed.
Configuration menu - View commit details
-
Copy full SHA for 0b5cd54 - Browse repository at this point
Copy the full SHA 0b5cd54View commit details -
Add option of using which interp method
In project_prop_on_subset!, when the dimensions of to_subset is lower, then an interpolation is required. This commit adds an option to choose between thin plate spline (:thin_plate_spline) (slower, more accurate) and using KD trees (:kd_tree) (faster, less accurate).
Configuration menu - View commit details
-
Copy full SHA for eb5df0d - Browse repository at this point
Copy the full SHA eb5df0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0609cf - Browse repository at this point
Copy the full SHA a0609cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b13a55 - Browse repository at this point
Copy the full SHA 8b13a55View commit details
Commits on Oct 9, 2023
-
Merge pull request #20 from ProjectTorreyPines/bug_fix
Quick bug fix
Configuration menu - View commit details
-
Copy full SHA for 2301913 - Browse repository at this point
Copy the full SHA 2301913View commit details -
Added option for reusing TPS matrices
While doing thin plate spline method for interpolation, it is beneficial to reuse the matrix calculations done if the same grid susbset is being used. So just like sharing a KDTree object, we can share the TPS_mats which is a tuple of matrices and vectors required for this spline function.
Configuration menu - View commit details
-
Copy full SHA for 7f922a6 - Browse repository at this point
Copy the full SHA 7f922a6View commit details
Commits on Oct 10, 2023
-
Merge pull request #21 from ProjectTorreyPines/interp
Added option for reusing TPS matrices
Configuration menu - View commit details
-
Copy full SHA for b53b406 - Browse repository at this point
Copy the full SHA b53b406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d2cce - Browse repository at this point
Copy the full SHA 75d2cceView commit details
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.