File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors = ["MilesCranmer <miles.cranmer@gmail.com> and contributors"]
4
4
version = " 0.5.0"
5
5
6
6
[deps ]
7
+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
7
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
9
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
9
10
Tricks = " 410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
@@ -15,6 +16,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
15
16
DynamicQuantitiesUnitfulExt = " Unitful"
16
17
17
18
[compat ]
19
+ Compat = " ^3.42, 4"
18
20
Requires = " 1"
19
21
Tricks = " 0.1"
20
22
Unitful = " 1"
Original file line number Diff line number Diff line change 1
1
import Tricks: static_fieldnames
2
2
import LinearAlgebra: norm
3
+ import Compat: allequal
3
4
4
5
function map_dimensions (f:: F , args:: AbstractDimensions... ) where {F<: Function }
5
6
dimension_type = promote_type (typeof (args). parameters... )
You can’t perform that action at this time.
0 commit comments