Releases: JuliaGeometry/MeshIntegrals.jl
Releases · JuliaGeometry/MeshIntegrals.jl
v0.11.7
What's Changed
- Add method for integrating
Tetrahedronby @mikeingold in #41
Full Changelog: v0.11.6...v0.11.7
v0.11.6
What's Changed
- Implement Ray methods and other general improvements by @mikeingold in #39
- Implement
integralforRaygeometry - Significant code cleanup
- Switch from
usingtoimportfor integration packages - Bump
Project.tomlcompat entry for Meshes to support v0.42
- Implement
Full Changelog: v0.11.5...v0.11.6
v0.11.5
v0.11.4
What's Changed
- Consolidate differential element calculations by @mikeingold in #36
Full Changelog: v0.11.3...v0.11.4
v0.11.3
Updates since v0.11.2
- Type stability improvements by @mikeingold in #34, making progress toward fixing #31 but discovered #33
Full Changelog: v0.11.2...v0.11.3
v0.11.2
Updates since v0.11.0:
v0.11.0
Updates since v0.10.0:
- Major internal overhaul toward generalized integration methods, making use of a Jacobian approximation for parametric differentials
- Added support for integration on
ParaboloidSurfaceandTorus
v0.10.0
Updates since v0.9.6
- All integration calculations now occur in methods for the
integralfunction - The
lineintegral,surfaceintegral, andvolumeintegralfunctions are now wrappers forintegralwith a parametric-dimension check
v0.9.6
Updates since v0.9.5:
- Overhaul of
testswith infrastructure that enables the functions/algorithms support matrix to be directly encoded and appropriate tests generated automatically. - Added exported template for planned
integralfunction (no methods yet) - Incidental bugfixes discovered through the new testing infrastructure
- Bugfix for
surfaceintegralonDisk{T}issue that led to incorrect results - Bugfix for
surfaceintegralonSphere{3,T}issue that led to incorrect results
- Bugfix for
v0.9.5
Updates since v0.9.4
- Add a
GaussKronrodmethod forsurfaceintegralonCylinderSurface - Add
surfaceintegralmethods onSphere{3,T} - Add
volumeintegralmethods onBall{3,T} - Removed testing for contour
lineintegralonPoint{1,Complex}-domain -- no longer supported by Meshes.jl