Skip to content

Commit 7f8f1a9

Browse files
committed
Reexport Distances (#106)
Co-authored-by: David Widmann <david.widmann@it.uu.se>
1 parent c73b2ab commit 7f8f1a9

11 files changed

Lines changed: 104 additions & 103 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CalibrationErrors"
22
uuid = "33913031-fe46-5864-950f-100836f47845"
33
authors = ["David Widmann <david.widmann@it.uu.se>"]
4-
version = "0.5.19"
4+
version = "0.5.20"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

docs/Manifest.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1313
deps = ["DataStructures", "Distances", "KernelFunctions", "LinearAlgebra", "Reexport", "Statistics", "StatsBase", "UnPack"]
1414
path = ".."
1515
uuid = "33913031-fe46-5864-950f-100836f47845"
16-
version = "0.5.19"
16+
version = "0.5.20"
1717

1818
[[ChainRulesCore]]
1919
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
20-
git-tree-sha1 = "8b31cc69cbc38c5c826aaa1c890c694be3622d99"
20+
git-tree-sha1 = "be770c08881f7bb928dfd86d1ba83798f76cf62a"
2121
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
22-
version = "0.10.3"
22+
version = "0.10.9"
2323

2424
[[Compat]]
2525
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
26-
git-tree-sha1 = "e4e2b39db08f967cc1360951f01e8a75ec441cab"
26+
git-tree-sha1 = "dc7dedc2c2aa9faf59a55c622760a25cbefbe941"
2727
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
28-
version = "3.30.0"
28+
version = "3.31.0"
2929

3030
[[CompilerSupportLibraries_jll]]
3131
deps = ["Artifacts", "Libdl"]
@@ -37,9 +37,9 @@ uuid = "a33af91c-f02d-484b-be07-31d278c5ca2b"
3737
version = "0.1.0"
3838

3939
[[DataAPI]]
40-
git-tree-sha1 = "dfb3b7e89e395be1e25c2ad6d7690dc29cc53b1d"
40+
git-tree-sha1 = "ee400abb2298bd13bfc3df1c412ed228061a2385"
4141
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
42-
version = "1.6.0"
42+
version = "1.7.0"
4343

4444
[[DataStructures]]
4545
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -73,9 +73,9 @@ version = "0.8.5"
7373

7474
[[Documenter]]
7575
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
76-
git-tree-sha1 = "5acbebf1be22db43589bc5aa1bb5fcc378b17780"
76+
git-tree-sha1 = "621850838b3e74dd6dd047b5432d2e976877104e"
7777
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
78-
version = "0.27.0"
78+
version = "0.27.2"
7979

8080
[[Downloads]]
8181
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
@@ -94,10 +94,10 @@ uuid = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
9494
version = "0.2.1"
9595

9696
[[IOCapture]]
97-
deps = ["Logging"]
98-
git-tree-sha1 = "1868e4e7ad2f93d8de0904d89368c527b46aa6a1"
97+
deps = ["Logging", "Random"]
98+
git-tree-sha1 = "f7be53659ab06ddc986428d3a9dcc95f6fa6705a"
9999
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
100-
version = "0.2.1"
100+
version = "0.2.2"
101101

102102
[[InteractiveUtils]]
103103
deps = ["Markdown"]
@@ -117,9 +117,9 @@ version = "0.21.1"
117117

118118
[[KernelFunctions]]
119119
deps = ["ChainRulesCore", "Compat", "CompositionsBase", "Distances", "FillArrays", "Functors", "LinearAlgebra", "Random", "Requires", "SpecialFunctions", "StatsBase", "StatsFuns", "TensorCore", "Test", "ZygoteRules"]
120-
git-tree-sha1 = "c7b25bc625ca2ee217021d29e3ddf031967bf0ff"
120+
git-tree-sha1 = "e8b5ba31b6d18695fd46bfcd8557682839023195"
121121
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
122-
version = "0.10.5"
122+
version = "0.10.6"
123123

124124
[[LibCURL]]
125125
deps = ["LibCURL_jll", "MozillaCACerts_jll"]

examples/classification/Manifest.toml

Lines changed: 45 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ version = "1.0.5"
7070

7171
[[CairoMakie]]
7272
deps = ["Base64", "Cairo", "Colors", "FFTW", "FileIO", "FreeType", "GeometryBasics", "LinearAlgebra", "Makie", "SHA", "StaticArrays"]
73-
git-tree-sha1 = "441d21d4c75c845d65a472262f545d702afd30df"
73+
git-tree-sha1 = "68628add03c2c7c2235834902aad96876f07756a"
7474
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
75-
version = "0.6.0"
75+
version = "0.6.2"
7676

7777
[[Cairo_jll]]
7878
deps = ["Artifacts", "Bzip2_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
@@ -84,13 +84,13 @@ version = "1.16.1+0"
8484
deps = ["DataStructures", "Distances", "KernelFunctions", "LinearAlgebra", "Reexport", "Statistics", "StatsBase", "UnPack"]
8585
path = "../.."
8686
uuid = "33913031-fe46-5864-950f-100836f47845"
87-
version = "0.5.19"
87+
version = "0.5.20"
8888

8989
[[ChainRulesCore]]
9090
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
91-
git-tree-sha1 = "d659e42240c2162300b321f05173cab5cc40a5ba"
91+
git-tree-sha1 = "be770c08881f7bb928dfd86d1ba83798f76cf62a"
9292
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
93-
version = "0.10.4"
93+
version = "0.10.9"
9494

9595
[[ColorBrewer]]
9696
deps = ["Colors", "JSON", "Test"]
@@ -106,9 +106,9 @@ version = "3.12.1"
106106

107107
[[ColorTypes]]
108108
deps = ["FixedPointNumbers", "Random"]
109-
git-tree-sha1 = "32a2b8af383f11cbb65803883837a149d10dfe8a"
109+
git-tree-sha1 = "024fe24d83e4a5bf5fc80501a314ce0d1aa35597"
110110
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
111-
version = "0.10.12"
111+
version = "0.11.0"
112112

113113
[[ColorVectorSpace]]
114114
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "SpecialFunctions", "Statistics", "TensorCore"]
@@ -124,9 +124,9 @@ version = "0.12.8"
124124

125125
[[Compat]]
126126
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
127-
git-tree-sha1 = "e4e2b39db08f967cc1360951f01e8a75ec441cab"
127+
git-tree-sha1 = "dc7dedc2c2aa9faf59a55c622760a25cbefbe941"
128128
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
129-
version = "3.30.0"
129+
version = "3.31.0"
130130

131131
[[CompilerSupportLibraries_jll]]
132132
deps = ["Artifacts", "Libdl"]
@@ -149,9 +149,9 @@ uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
149149
version = "4.0.4"
150150

151151
[[DataAPI]]
152-
git-tree-sha1 = "dfb3b7e89e395be1e25c2ad6d7690dc29cc53b1d"
152+
git-tree-sha1 = "ee400abb2298bd13bfc3df1c412ed228061a2385"
153153
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
154-
version = "1.6.0"
154+
version = "1.7.0"
155155

156156
[[DataDeps]]
157157
deps = ["BinaryProvider", "HTTP", "Libdl", "Reexport", "SHA", "p7zip_jll"]
@@ -202,9 +202,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
202202

203203
[[Distributions]]
204204
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
205-
git-tree-sha1 = "013020ec9a5cdf1dd454eba3704dbffa69d3047e"
205+
git-tree-sha1 = "2733323e5c02a9d7f48e7a3c4bc98d764fb704da"
206206
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
207-
version = "0.25.3"
207+
version = "0.25.6"
208208

209209
[[DocStringExtensions]]
210210
deps = ["LibGit2"]
@@ -248,9 +248,9 @@ version = "4.4.0+0"
248248

249249
[[FFTW]]
250250
deps = ["AbstractFFTs", "FFTW_jll", "LinearAlgebra", "MKL_jll", "Preferences", "Reexport"]
251-
git-tree-sha1 = "ae8de3350af3026008be4ba23e1e905ab2011d20"
251+
git-tree-sha1 = "f985af3b9f4e278b1d24434cbb546d6092fca661"
252252
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
253-
version = "1.4.2"
253+
version = "1.4.3"
254254

255255
[[FFTW_jll]]
256256
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -260,9 +260,9 @@ version = "3.3.9+7"
260260

261261
[[FileIO]]
262262
deps = ["Pkg", "Requires", "UUIDs"]
263-
git-tree-sha1 = "ca36405da56db2f4730b29cd2ad2bf5869baea3c"
263+
git-tree-sha1 = "256d8e6188f3f1ebfa1a5d17e072a0efafa8c5bf"
264264
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
265-
version = "1.9.1"
265+
version = "1.10.1"
266266

267267
[[FillArrays]]
268268
deps = ["LinearAlgebra", "Random", "SparseArrays"]
@@ -354,9 +354,9 @@ version = "1.3.14+0"
354354

355355
[[GridLayoutBase]]
356356
deps = ["GeometryBasics", "InteractiveUtils", "Match", "Observables"]
357-
git-tree-sha1 = "db033d75853d0668011f5ab9cc3c4f8977516af9"
357+
git-tree-sha1 = "05565be014da070422fc422463ced65fbcf13311"
358358
uuid = "3955a311-db13-416c-9275-1d80ed98e5e9"
359-
version = "0.5.4"
359+
version = "0.5.5"
360360

361361
[[Grisu]]
362362
git-tree-sha1 = "53bb909d1151e57e2484c3d1b53e19552b887fb2"
@@ -382,21 +382,26 @@ version = "0.1.0"
382382

383383
[[ImageCore]]
384384
deps = ["AbstractFFTs", "ColorVectorSpace", "Colors", "FixedPointNumbers", "Graphics", "MappedArrays", "MosaicViews", "OffsetArrays", "PaddedViews", "Reexport"]
385-
git-tree-sha1 = "8aa4a5c9b0b0a0fea9cac59549222078e375b867"
385+
git-tree-sha1 = "75f7fea2b3601b58f24ee83617b528e57160cbfd"
386386
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
387-
version = "0.9.0"
387+
version = "0.9.1"
388388

389389
[[ImageIO]]
390390
deps = ["FileIO", "Netpbm", "PNGFiles", "TiffImages", "UUIDs"]
391-
git-tree-sha1 = "d2b485a4db3d24b58a7558d5e47979c6e9ba1c8e"
391+
git-tree-sha1 = "d067570b4d4870a942b19d9ceacaea4fb39b69a1"
392392
uuid = "82e4d734-157c-48bb-816b-45c225c6df19"
393-
version = "0.5.5"
393+
version = "0.5.6"
394394

395395
[[IndirectArrays]]
396396
git-tree-sha1 = "c2a145a145dc03a7620af1444e0264ef907bd44f"
397397
uuid = "9b13fd28-a010-5f03-acff-a1bbcff69959"
398398
version = "0.5.1"
399399

400+
[[Inflate]]
401+
git-tree-sha1 = "f5fc07d4e706b84f72d54eedcc1c13d92fb0871c"
402+
uuid = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
403+
version = "0.1.2"
404+
400405
[[IniFile]]
401406
deps = ["Test"]
402407
git-tree-sha1 = "098e4d2c533924c921f9f9847274f2ad89e018b8"
@@ -473,9 +478,9 @@ version = "0.6.3"
473478

474479
[[KernelFunctions]]
475480
deps = ["ChainRulesCore", "Compat", "CompositionsBase", "Distances", "FillArrays", "Functors", "LinearAlgebra", "Random", "Requires", "SpecialFunctions", "StatsBase", "StatsFuns", "TensorCore", "Test", "ZygoteRules"]
476-
git-tree-sha1 = "c7b25bc625ca2ee217021d29e3ddf031967bf0ff"
481+
git-tree-sha1 = "e8b5ba31b6d18695fd46bfcd8557682839023195"
477482
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
478-
version = "0.10.5"
483+
version = "0.10.6"
479484

480485
[[LAME_jll]]
481486
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -532,9 +537,9 @@ version = "1.42.0+0"
532537

533538
[[Libiconv_jll]]
534539
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
535-
git-tree-sha1 = "8d22e127ea9a0917bc98ebd3755c8bd31989381e"
540+
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
536541
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
537-
version = "1.16.1+0"
542+
version = "1.16.1+1"
538543

539544
[[Libmount_jll]]
540545
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -575,9 +580,9 @@ version = "0.5.6"
575580

576581
[[Makie]]
577582
deps = ["Animations", "Artifacts", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Distributions", "DocStringExtensions", "FFMPEG", "FileIO", "FixedPointNumbers", "Formatting", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageIO", "IntervalSets", "Isoband", "KernelDensity", "LinearAlgebra", "MakieCore", "Markdown", "Match", "Observables", "Packing", "PlotUtils", "PolygonOps", "Printf", "Random", "Serialization", "Showoff", "SignedDistanceFields", "SparseArrays", "StaticArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "UnicodeFun"]
578-
git-tree-sha1 = "7cee23b26d514338759aca2297259e79b692aaa2"
583+
git-tree-sha1 = "82f9d9de6892e5470372720d23913d14a08991fd"
579584
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
580-
version = "0.14.0"
585+
version = "0.14.2"
581586

582587
[[MakieCore]]
583588
deps = ["Observables"]
@@ -648,9 +653,9 @@ version = "0.4.0"
648653

649654
[[OffsetArrays]]
650655
deps = ["Adapt"]
651-
git-tree-sha1 = "1381a7142eefd4cd12f052a4d2d790fe21bd1d55"
656+
git-tree-sha1 = "e436bb81d2ce4f01fb02374c4410e5a9229c85f9"
652657
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
653-
version = "1.9.2"
658+
version = "1.10.0"
654659

655660
[[Ogg_jll]]
656661
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -843,9 +848,9 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
843848

844849
[[SentinelArrays]]
845850
deps = ["Dates", "Random"]
846-
git-tree-sha1 = "bc967c221ccdb0b85511709bda96ee489396f544"
851+
git-tree-sha1 = "ffae887d0f0222a19c406a11c3831776d1383e3d"
847852
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
848-
version = "1.3.2"
853+
version = "1.3.3"
849854

850855
[[Serialization]]
851856
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -899,9 +904,9 @@ version = "0.2.5"
899904

900905
[[StaticArrays]]
901906
deps = ["LinearAlgebra", "Random", "Statistics"]
902-
git-tree-sha1 = "42378d3bab8b4f57aa1ca443821b752850592668"
907+
git-tree-sha1 = "745914ebcd610da69f3cb6bf76cb7bb83dcb8c9a"
903908
uuid = "90137ffa-7385-5640-81b9-e52037218182"
904-
version = "1.2.2"
909+
version = "1.2.4"
905910

906911
[[Statistics]]
907912
deps = ["LinearAlgebra", "SparseArrays"]
@@ -958,9 +963,9 @@ version = "1.0.1"
958963

959964
[[Tables]]
960965
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
961-
git-tree-sha1 = "aa30f8bb63f9ff3f8303a06c604c8500a69aa791"
966+
git-tree-sha1 = "8ed4a3ea724dac32670b062be3ef1c1de6773ae8"
962967
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
963-
version = "1.4.3"
968+
version = "1.4.4"
964969

965970
[[Tar]]
966971
deps = ["ArgTools", "SHA"]
@@ -977,10 +982,10 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
977982
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
978983

979984
[[TiffImages]]
980-
deps = ["ColorTypes", "DocStringExtensions", "FileIO", "FixedPointNumbers", "IndirectArrays", "OffsetArrays", "OrderedCollections", "PkgVersion", "ProgressMeter"]
981-
git-tree-sha1 = "af30d22cc2cdda1848821135bfb04ebd657005a2"
985+
deps = ["ColorTypes", "DocStringExtensions", "FileIO", "FixedPointNumbers", "IndirectArrays", "Inflate", "OffsetArrays", "OrderedCollections", "PkgVersion", "ProgressMeter"]
986+
git-tree-sha1 = "9560de9c9272e2519c318d1ef5255d771d7b337c"
982987
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
983-
version = "0.3.2"
988+
version = "0.4.0"
984989

985990
[[URIs]]
986991
git-tree-sha1 = "97bbe755a53fe859669cd907f2d96aee8d2c1355"

examples/classification/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
44
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5-
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
65
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
76
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
87
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
@@ -11,7 +10,6 @@ Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
1110
CairoMakie = "0.6"
1211
CalibrationErrors = "0.5.13"
1312
DataFrames = "0.22.5, 1.0"
14-
Distances = "0.10.2"
1513
Distributions = "0.24.15, 0.25"
1614
PalmerPenguins = "0.1.2"
1715
Query = "1.0"

examples/classification/script.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using CairoMakie
66
using CalibrationErrors
77
using DataFrames
8-
using Distances
98
using Distributions
109
using PalmerPenguins
1110
using Query

0 commit comments

Comments
 (0)