Skip to content

Releases: JuliaGeometry/MeshIntegrals.jl

v0.11.7

14 Apr 15:35
77a2b06

Choose a tag to compare

What's Changed

Full Changelog: v0.11.6...v0.11.7

v0.11.6

09 Apr 02:27
9c18e7f

Choose a tag to compare

What's Changed

  • Implement Ray methods and other general improvements by @mikeingold in #39
    • Implement integral for Ray geometry
    • Significant code cleanup
    • Switch from using to import for integration packages
    • Bump Project.toml compat entry for Meshes to support v0.42

Full Changelog: v0.11.5...v0.11.6

v0.11.5

09 Apr 02:25
1efd2dd

Choose a tag to compare

What's Changed

Full Changelog: v0.11.4...v0.11.5

v0.11.4

07 Apr 18:23
5d92c86

Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

26 Mar 22:35
66ed919

Choose a tag to compare

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

26 Mar 12:14
b405ec4

Choose a tag to compare

Updates since v0.11.0:

  • Added support for integration over Cylinder and Plane geometries (closed #29, updated #28)
  • Continued work on generalization of internal functions to make the codebase more robust
  • Updated the README and runtests.jl to consolidate the Support Matrix into a unified table (closed #25)

v0.11.0

02 Mar 02:52
3801370

Choose a tag to compare

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 ParaboloidSurface and Torus

v0.10.0

01 Mar 14:25
47af3f0

Choose a tag to compare

Updates since v0.9.6

  • All integration calculations now occur in methods for the integral function
  • The lineintegral, surfaceintegral, and volumeintegral functions are now wrappers for integral with a parametric-dimension check

v0.9.6

23 Feb 20:28
d02bec5

Choose a tag to compare

Updates since v0.9.5:

  • Overhaul of tests with infrastructure that enables the functions/algorithms support matrix to be directly encoded and appropriate tests generated automatically.
  • Added exported template for planned integral function (no methods yet)
  • Incidental bugfixes discovered through the new testing infrastructure
    • Bugfix for surfaceintegral on Disk{T} issue that led to incorrect results
    • Bugfix for surfaceintegral on Sphere{3,T} issue that led to incorrect results

v0.9.5

21 Feb 23:57
2a38339

Choose a tag to compare

Updates since v0.9.4

  • Add a GaussKronrod method for surfaceintegral on CylinderSurface
  • Add surfaceintegral methods on Sphere{3,T}
  • Add volumeintegral methods on Ball{3,T}
  • Removed testing for contour lineintegral on Point{1,Complex}-domain -- no longer supported by Meshes.jl