File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ LogarithmicNumbers = "aa2f6b4e-9042-5d33-9679-40d3a6b85899"
2020MappedArrays = " dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
2121NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
2222PrettyPrinting = " 54e16d92-306c-5ea0-a30b-337be88ac337"
23+ PropertyFunctions = " 09e99361-2bb8-48a2-a80f-de58f0739eb4"
2324Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2425Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
2526SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
@@ -53,12 +54,13 @@ LogarithmicNumbers = "1"
5354MappedArrays = " 0.4"
5455NaNMath = " 0.3, 1"
5556PrettyPrinting = " 0.3, 0.4"
57+ PropertyFunctions = " 0.2.2"
5658Random = " 1"
5759Reexport = " 1"
5860SpecialFunctions = " 2"
5961Static = " 0.8, 1"
62+ StaticArrays = " 1.5"
6063Statistics = " 1"
6164Test = " 1"
62- StaticArrays = " 1.5"
6365Tricks = " 0.1"
6466julia = " 1.10"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import FillArrays
3838using Static
3939using Static: StaticInteger
4040using FunctionChains
41+ using PropertyFunctions: PropSelFunction
4142
4243export ≪
4344export gentype
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
88InverseFunctions = " 3587e190-3f89-42d0-90ee-14403ec27112"
99IrrationalConstants = " 92d709cd-6900-40b7-9082-c6be49f344b6"
1010LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11- LogarithmicNumbers = " aa2f6b4e-9042-5d33-9679-40d3a6b85899"
1211LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
12+ LogarithmicNumbers = " aa2f6b4e-9042-5d33-9679-40d3a6b85899"
13+ PropertyFunctions = " 09e99361-2bb8-48a2-a80f-de58f0739eb4"
1314Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1415SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
1516Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
You can’t perform that action at this time.
0 commit comments