Skip to content

Releases: JuliaGeometry/MeshIntegrals.jl

v0.13.2

07 Sep 17:54
50268f4
Compare
Choose a tag to compare

v0.13.2: Documentation!

What's Changed

  • Improved documentation
  • Combat and CI updates
    • CompatHelper: bump compat for Meshes to 0.51, (keep existing compat) by @github-actions in #64
    • Bump julia-actions/cache from 1 to 2 by @dependabot in #60
    • Bump crate-ci/typos from 1.23.6 to 1.24.3 by @dependabot in #59

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1: Now with 100% more Documenter!

01 Sep 00:32
7109902
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0: Conics!

30 Aug 20:17
feb56fd
Compare
Choose a tag to compare

What's Changed

  • New/improved integration methods
    • Cone
    • ConeSurface
    • CylinderSurface
  • Support Matrix changes:
    • Enable CylinderSurface support for GaussLegendre
    • Enable all for Cone and ConeSurface
    • Remove explicit support for Frustum and FrustumSurface (#57)
  • New tests
    • Custom tests for Cone and ConeSurface, ...
    • Enable testing for CylinderSurface with GaussLegendre
  • Bumps minimum version compat for Meshes.jl and CoordRefSystems.jl
  • Add ColPrac button to README

New Contributors

  • @github-actions made their first contribution in #52

Full Changelog: v0.12.1...v0.13.0

v0.12.1

17 Aug 17:36
59688fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

10 Aug 18:53
a800275
Compare
Choose a tag to compare

What's Changed

  • Fix incompatibility with recent Meshes changes by @mikeingold in #42
  • Established compatibility with recent Meshes.jl versions (0.43+) that implemented CRS changes
  • Adds direct dependencies on CRS and Unitful for handling of new Meshes.jl type structures
  • Added an optional floating-point precision type argument, e.g. integral(f, geometry, settings, T)
  • Lots of internal restructuring
  • Add support for integration of CylinderSurfaces with HAdaptiveCubature algorithm

Full Changelog: v0.11.7...v0.12.0

v0.11.7

14 Apr 15:35
77a2b06
Compare
Choose a tag to compare

What's Changed

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

v0.11.6

09 Apr 02:27
9c18e7f
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.11.4

07 Apr 18:23
5d92c86
Compare
Choose a tag to compare

What's Changed

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

v0.11.3

26 Mar 22:35
66ed919
Compare
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