Skip to content

Commit 09b77cc

Browse files
authored
New version: NeighborhoodClustering v0.2.3 (#294)
1 parent 72a252e commit 09b77cc

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

N/NeighborhoodClustering/Compat.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
julia = "0.7-1"
33

44
["0.2-0"]
5-
DataStructures = "0.18"
65
Distances = "0.10"
76
Distributions = "0.25"
87
ProgressMeter = "1"
98

109
["0.2-0.2.1"]
1110
julia = "1"
1211

12+
["0.2-0.2.2"]
13+
DataStructures = "0.18"
14+
15+
["0.2.2"]
16+
julia = "1.9.0-1"
17+
1318
["0.2.2-0"]
1419
Random = "1"
1520
Statistics = "1"
16-
julia = "1.9.0-1"
21+
22+
["0.2.3-0"]
23+
DataStructures = "0.18-0.19"
24+
julia = "1.10.0-1"

N/NeighborhoodClustering/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ git-tree-sha1 = "1d728bd4eaa0228a6408adaa0ae56b89f71f45d3"
99

1010
["0.2.2"]
1111
git-tree-sha1 = "23619d2d80ed9bdfce054ff0e6bcf104afc57ee8"
12+
13+
["0.2.3"]
14+
git-tree-sha1 = "10eba4e1c69f7903d46223216cd2edb3853d3efc"

0 commit comments

Comments
 (0)