-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incompatibility with recent Meshes changes (#42)
* Add branch TODO and update Meshes compat * Remove some unnecessary param types * Restructure such that T is an optional first argument * Bump version and uodate readme with status * Replace T of DataType param with FP of Type T * Remove checking for MethodError with user function * Remove more MethodError checks * Continue implementing new structure * Reorganize arguments (optional FP is now last), various bugfixes * Update tests * Bugfixes * Fix Box parameterization * Fix Geometry parameterization * Bugfixes * Bugfix in Plane vector normalization * Bugfixes in Line and Ray vector normalization * Add shim code to handle Unitful types in HCubature methods * Bugfix missing using statement * Bugfix typo * Bugfix for broadcastable f returns * More broadcasting required * Update HCubature line and volume integrals * Implement new HCubature technique for BezierCurve specialization * Update CylinderSurface to outsource disk integrations * Update HCubature methods with more generalized parametric coord generators * Make a generic HCubature method and point 1D integrals to it * Remove old commented out code and reorganize * Update integral function signatures, split alias functions into new file * Convert all _integral_nd methods to point toward new generalized version * Bugfix to method signatures * Bugfix add missing include for new file * Bugfix typos * Add Ring and Rope specializations for HCubature methods to avoid ambiguities * Bugfix internal structure of Point type was changed * Bugfix tests taking exp of unitful quantity * Implement support for HCubature on CylinderSurface * Update docs and formatting * Remove unused type parameter * Bugfix add Unitful dep to tests * Bugfix copy paste leftover * Update Line, Ray, and Plane methods to ensure unitful domain handling via CRS * Bugfixes * Bugfixes * Remove branch-specific notes
- Loading branch information
1 parent
77a2b06
commit a800275
Showing
11 changed files
with
692 additions
and
367 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
name = "MeshIntegrals" | ||
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47" | ||
authors = ["Mike Ingold <[email protected]>"] | ||
version = "0.11.7" | ||
version = "0.12.0" | ||
|
||
[deps] | ||
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb" | ||
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" | ||
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa" | ||
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" | ||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
CoordRefSystems = "0.10" | ||
FastGaussQuadrature = "1" | ||
HCubature = "1.5" | ||
julia = "1.6" | ||
LinearAlgebra = "1" | ||
Meshes = "0.36 - 0.42" | ||
Meshes = "0.36 - 0.47" | ||
QuadGK = "2" | ||
Unitful = "1" |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
a800275
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
a800275
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/112865
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: