Skip to content

Commit 59688fd

Browse files
authored
Update Meshes to v0.49 and other company entries (#45)
* Update Meshes compat and Support Matrix entry * Bump version * Add Test compat entries * Move julia to final line of compat
1 parent 8a125f8 commit 59688fd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MeshIntegrals"
22
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
33
authors = ["Mike Ingold <[email protected]>"]
4-
version = "0.12.0"
4+
version = "0.12.1"
55

66
[deps]
77
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
@@ -16,8 +16,8 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1616
CoordRefSystems = "0.10"
1717
FastGaussQuadrature = "1"
1818
HCubature = "1.5"
19-
julia = "1.6"
2019
LinearAlgebra = "1"
21-
Meshes = "0.47, 0.48"
20+
Meshes = "0.47 - 0.49"
2221
QuadGK = "2"
2322
Unitful = "1"
23+
julia = "1.6"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ integral(f, unit_circle_bz, GaussKronrod())
6868
| `Circle` | :white_check_mark: | :white_check_mark: | :white_check_mark: |
6969
| `Cone` | :warning: | :warning: | :warning: |
7070
| `ConeSurface` | :x: | :x: | :x: |
71-
| `Cylinder` | :white_check_mark: | :x: | :white_check_mark: |
71+
| `Cylinder` | :white_check_mark: | :stop_sign: | :white_check_mark: |
7272
| `CylinderSurface` | :x: | :white_check_mark: | :white_check_mark: |
7373
| `Disk` | :white_check_mark: | :white_check_mark: | :white_check_mark: |
7474
| `Frustum` | :warning: | :warning: | :warning: |

test/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
88

99
[compat]
1010
Aqua = "0.8"
11+
Meshes = "0.49"
12+
MeshIntegrals = "0.12"
13+
QuadGK = "2"
14+
Unitful = "1"

0 commit comments

Comments
 (0)