Releases: JuliaGeometry/MeshIntegrals.jl
Releases · JuliaGeometry/MeshIntegrals.jl
v0.13.2
v0.13.2: Documentation!
What's Changed
- Improved documentation
- Update docs by @mikeingold in #61
- Improve documentation by @mikeingold in #62
- Push preview of documentation by @JoshuaLampert in #63
- 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
- @dependabot made their first contribution in #60
Full Changelog: v0.13.1...v0.13.2
v0.13.1: Now with 100% more Documenter!
What's Changed
- Implement Documenter documentation pages by @mikeingold in #58
Full Changelog: v0.13.0...v0.13.1
v0.13.0: Conics!
What's Changed
- New/improved integration methods
Cone
ConeSurface
CylinderSurface
- Support Matrix changes:
- Enable
CylinderSurface
support forGaussLegendre
- Enable all for
Cone
andConeSurface
- Remove explicit support for
Frustum
andFrustumSurface
(#57)
- Enable
- New tests
- Custom tests for
Cone
andConeSurface
, ... - Enable testing for
CylinderSurface
withGaussLegendre
- Custom tests for
- 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
What's Changed
- Update compat bounds for Meshes.jl and set up basic workflows by @JoshuaLampert in #43
- Add badges for coverage to README by @JoshuaLampert in #44
- Update Meshes compat to v0.49 by @mikeingold in #45
New Contributors
- @JoshuaLampert made their first contribution in #43
Full Changelog: v0.12.0...v0.12.1
v0.12.0
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
What's Changed
- Add method for integrating
Tetrahedron
by @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
integral
forRay
geometry - Significant code cleanup
- Switch from
using
toimport
for integration packages - Bump
Project.toml
compat 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