Skip to content

Commit

Permalink
New version: TextSearch v0.4.2 (#26734)
Browse files Browse the repository at this point in the history
UUID: 7f6f6c8a-3b03-11e9-223d-e7d88259bd6c
Repo: https://github.com/sadit/TextSearch.jl.git
Tree: aa4e5fd59bad3d226138ef3c56f88081c19d78c3

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
  • Loading branch information
JuliaRegistrator committed Jan 12, 2021
1 parent 727c5ae commit e7cb881
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
18 changes: 12 additions & 6 deletions T/TextSearch/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,32 @@ SimilaritySearch = "0.3.0 - 0.3"
KernelMethods = "0.1"
StatsBase = "0.0.0 - 0.32"

["0.2.15-0"]
["0.2.15-0.2"]
SimilaritySearch = "0.3.8-0.3"

["0.2.15-0.4.1"]
DataStructures = "0.17"
GZip = "0.5"
JSON = ["0.19", "0.21"]
StatsBase = ["0.30", "0.32"]

["0.2.15-0.2"]
SimilaritySearch = "0.3.8-0.3"

["0.2.6-0.2.14"]
SimilaritySearch = "0.3"

["0.3-0.3.1"]
SimilaritySearch = "0.3.11-0.3"

["0.3.2-0"]
["0.3.2-0.4.1"]
SimilaritySearch = "0.3.15-0.3"

["0.3.5"]
KCenters = "0.1.13-0.1"

["0.3.6-0"]
["0.3.6-0.4.1"]
KCenters = "0.2.1-0.2"

["0.4.2-0"]
CategoricalArrays = "0.8.3-0.8"
KCenters = "0.2.3-0.2"
SimilaritySearch = "0.3.21-0.3"
StatsBase = "0.32"
13 changes: 9 additions & 4 deletions T/TextSearch/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[0]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SimilaritySearch = "053f045d-5466-53fd-b400-a066f88fe02a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -10,6 +7,11 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
["0-0.2.14"]
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

["0-0.4.1"]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

["0.2.14"]
KernelMethods = "d79e8f30-5872-11e9-0dab-2d1842b87615"

Expand All @@ -22,8 +24,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
["0.3.5-0"]
KCenters = "5d8de97f-65f8-4dd6-a15b-0f89c36a43ce"

["0.4-0"]
["0.4-0.4.1"]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

["0.4.1-0"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

["0.4.2-0"]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
3 changes: 3 additions & 0 deletions T/TextSearch/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ git-tree-sha1 = "068a426d837a17c082ef56995630e9c0a056df28"

["0.4.1"]
git-tree-sha1 = "524249f803e81d3107f6b5b8008b5bc4459e5202"

["0.4.2"]
git-tree-sha1 = "aa4e5fd59bad3d226138ef3c56f88081c19d78c3"

0 comments on commit e7cb881

Please sign in to comment.