Skip to content

Commit 0f9645b

Browse files
authored
Release v0.16.2 (#173)
1 parent 541d692 commit 0f9645b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.16.2] - 2025-03-16
12+
1013
### Added
1114

12-
- Add official support for Frustum, Pyramid, and Wedge geometries.
15+
- Add official support for integrating over `Frustum`, `Pyramid`, and `Wedge` geometries ([#168](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/168)).
1316

1417
### Changed
1518

16-
- Improved unit tests for `Meshes.Cylinder` and `Meshes.CylinderSurface` ([GitHub Issue #67](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/67)).
19+
- Improved unit testing with analytical solutions ([#162](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/162), [#166](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/166)).
20+
- Made significant improvements to documentation ([#165](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/165)).
21+
- Updated compatibility entry for [Meshes.jl](https://github.com/JuliaGeometry/Meshes.jl) to support v0.53 ([#170](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/170), [#171](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/171)).
22+
- Updates several CI dependencies ([#163](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/163), [#167](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/167), [#172](https://github.com/JuliaGeometry/MeshIntegrals.jl/pull/172)).
23+
1724

1825
## [0.16.1] - 2024-12-29
1926

Project.toml

+1-1
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.1"
3+
version = "0.16.2"
44

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

0 commit comments

Comments
 (0)