Skip to content

Commit 2b9b256

Browse files
New package: SignalIndices v0.1.2
UUID: 18f53e89-494d-4131-905c-653e8ada6cd8 Repo: https://github.com/galenlynch/SignalIndices.jl.git Tree: 19849946a40fcaa6806a58f1b306cb4f298f15a6 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent f306317 commit 2b9b256

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ some amount of consideration when choosing package names.
13151315
18e54dd8-cb9d-406c-a71d-865a43cbb235 = { name = "IntegerMathUtils", path = "I/IntegerMathUtils" }
13161316
18e85bec-f2a0-4122-b3a6-37651333b522 = { name = "ItemResponseFunctions", path = "I/ItemResponseFunctions" }
13171317
18ed25b1-892a-4a3b-b8fc-1036dc9a6a89 = { name = "PokerHandEvaluator", path = "P/PokerHandEvaluator" }
1318+
18f53e89-494d-4131-905c-653e8ada6cd8 = { name = "SignalIndices", path = "S/SignalIndices" }
13181319
1901280f-61ce-5048-a6a8-fd033512e07b = { name = "libcifpp_jll", path = "jll/L/libcifpp_jll" }
13191320
1902729b-b4d4-4bb0-ae7d-e2f19e2a15fb = { name = "LibGEOSMakie", path = "L/LibGEOSMakie" }
13201321
1902f260-5fb4-5aff-8c31-6271790ab950 = { name = "Knet", path = "K/Knet" }

S/SignalIndices/Compat.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0]
2+
IterTools = "1"
3+
julia = "1.10.0 - 1"

S/SignalIndices/Deps.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[0]
2+
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
3+
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
4+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

S/SignalIndices/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "SignalIndices"
2+
uuid = "18f53e89-494d-4131-905c-653e8ada6cd8"
3+
repo = "https://github.com/galenlynch/SignalIndices.jl.git"

S/SignalIndices/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.2"]
2+
git-tree-sha1 = "19849946a40fcaa6806a58f1b306cb4f298f15a6"

0 commit comments

Comments
 (0)