Skip to content

Commit abc389e

Browse files
committed
Update docs and merge recent v0.16.3 release changes
1 parent 79a1b46 commit abc389e

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Adds integral methods for `PolyArea` and subtypes of `Domain` with explicit tests for `CartesianGrid`, `PolyArea`, `RegularGrid`, and `SimpleMesh`.
13+
14+
### Changed
15+
16+
- Generalizes the alias functions (e.g. `lineintegral`) to also accept `Domain`s.
17+
18+
19+
## [0.16.3] - 2025-06-26
20+
21+
### Changed
22+
23+
- Updated compatibility entry for [CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) to support v0.17 and v0.18 ([#175](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/175), [#180](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/180)).
24+
1025

1126
## [0.16.2] - 2025-03-16
1227

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MeshIntegrals"
22
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
3-
version = "0.16.2"
3+
version = "0.16.3"
44

55
[deps]
66
CliffordNumbers = "3998ac73-6bd4-4031-8035-f167dd3ed523"

docs/src/support.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ The following Support Matrix captures the current state of support for all geome
2626
combinations. Entries with a green check mark are fully supported and pass unit tests
2727
designed to check for accuracy.
2828

29-
| `Meshes.Geometry` | `GaussKronrod` | `GaussLegendre` | `HAdaptiveCubature` |
29+
| `Meshes.Geometry/Domain` | `GaussKronrod` | `GaussLegendre` | `HAdaptiveCubature` |
3030
|----------|----------------|---------------|---------------------|
3131
| `Ball` in `𝔼{2}` | ⚠️ |||
3232
| `Ball` in `𝔼{3}` | 🛑 |||
3333
| `BezierCurve` ||||
3434
| `Box` in `𝔼{1}` ||||
3535
| `Box` in `𝔼{2}` | ⚠️ |||
3636
| `Box` in `𝔼{≥3}` | 🛑 |||
37+
| `CartesianGrid` ||||
3738
| `Circle` ||||
3839
| `Cone` | 🛑 |||
3940
| `ConeSurface` | ⚠️ |||
@@ -48,14 +49,15 @@ designed to check for accuracy.
4849
| `ParaboloidSurface` | ⚠️ |||
4950
| `ParametrizedCurve` ||||
5051
| `Plane` ||||
51-
| `Polyarea` | 🛑 | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) |
52+
| `PolyArea` | ⚠️ | | |
5253
| `Pyramid` | ⚠️ |||
5354
| `Quadrangle` | ⚠️ |||
5455
| `Ray` ||||
56+
| `RegularGrid` ||||
5557
| `Ring` ||||
5658
| `Rope` ||||
5759
| `Segment` ||||
58-
| `SimpleMesh` | 🛑 | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/27) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/27) |
60+
| `SimpleMesh` | ⚠️ | | |
5961
| `Sphere` in `𝔼{2}` ||||
6062
| `Sphere` in `𝔼{3}` | ⚠️ |||
6163
| `Tetrahedron` | ⚠️ |||

0 commit comments

Comments
 (0)