Skip to content

Commit

Permalink
Update Meshes compat and Support Matrix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Aug 17, 2024
1 parent 8a125f8 commit c3c600a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ FastGaussQuadrature = "1"
HCubature = "1.5"
julia = "1.6"
LinearAlgebra = "1"
Meshes = "0.47, 0.48"
Meshes = "0.47 - 0.49"
QuadGK = "2"
Unitful = "1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ integral(f, unit_circle_bz, GaussKronrod())
| `Circle` | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| `Cone` | :warning: | :warning: | :warning: |
| `ConeSurface` | :x: | :x: | :x: |
| `Cylinder` | :white_check_mark: | :x: | :white_check_mark: |
| `Cylinder` | :white_check_mark: | :stop_sign: | :white_check_mark: |
| `CylinderSurface` | :x: | :white_check_mark: | :white_check_mark: |
| `Disk` | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| `Frustum` | :warning: | :warning: | :warning: |
Expand Down

0 comments on commit c3c600a

Please sign in to comment.