|
|
|
@ -27,9 +27,9 @@ version = "0.5.1" |
|
|
|
|
|
|
|
|
|
|
|
[[DataStructures]] |
|
|
|
[[DataStructures]] |
|
|
|
deps = ["InteractiveUtils", "OrderedCollections", "Random", "Serialization", "Test"] |
|
|
|
deps = ["InteractiveUtils", "OrderedCollections", "Random", "Serialization", "Test"] |
|
|
|
git-tree-sha1 = "8fc6e166e24fda04b2b648d4260cdad241788c54" |
|
|
|
git-tree-sha1 = "ca971f03e146cf144a9e2f2ce59674f5bf0e8038" |
|
|
|
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" |
|
|
|
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" |
|
|
|
version = "0.14.0" |
|
|
|
version = "0.15.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Dates]] |
|
|
|
[[Dates]] |
|
|
|
deps = ["Printf"] |
|
|
|
deps = ["Printf"] |
|
|
|
@ -51,9 +51,9 @@ version = "0.6.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Documenter]] |
|
|
|
[[Documenter]] |
|
|
|
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "LibGit2", "Logging", "Markdown", "Pkg", "REPL", "Random", "Test", "Unicode"] |
|
|
|
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "LibGit2", "Logging", "Markdown", "Pkg", "REPL", "Random", "Test", "Unicode"] |
|
|
|
git-tree-sha1 = "a6db1c69925cdc53aafb38caec4446be26e0c617" |
|
|
|
git-tree-sha1 = "de745be4b00336588ab3269d5f43517e5c012973" |
|
|
|
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" |
|
|
|
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" |
|
|
|
version = "0.21.0" |
|
|
|
version = "0.21.1" |
|
|
|
|
|
|
|
|
|
|
|
[[FixedPointNumbers]] |
|
|
|
[[FixedPointNumbers]] |
|
|
|
deps = ["Test"] |
|
|
|
deps = ["Test"] |
|
|
|
@ -62,10 +62,10 @@ uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" |
|
|
|
version = "0.5.3" |
|
|
|
version = "0.5.3" |
|
|
|
|
|
|
|
|
|
|
|
[[GR]] |
|
|
|
[[GR]] |
|
|
|
deps = ["Base64", "DelimitedFiles", "Pkg", "Random", "Serialization", "Sockets", "Test"] |
|
|
|
deps = ["Base64", "DelimitedFiles", "LinearAlgebra", "Pkg", "Printf", "Random", "Serialization", "Sockets", "Test"] |
|
|
|
git-tree-sha1 = "d12425c0187189a6f2fabc5eea9f22f25d365049" |
|
|
|
git-tree-sha1 = "3c62c19ddf86ff016829fdac1663cd3c75558c34" |
|
|
|
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" |
|
|
|
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" |
|
|
|
version = "0.36.0" |
|
|
|
version = "0.37.0" |
|
|
|
|
|
|
|
|
|
|
|
[[InteractiveUtils]] |
|
|
|
[[InteractiveUtils]] |
|
|
|
deps = ["LinearAlgebra", "Markdown"] |
|
|
|
deps = ["LinearAlgebra", "Markdown"] |
|
|
|
@ -108,9 +108,9 @@ version = "0.3.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Missings]] |
|
|
|
[[Missings]] |
|
|
|
deps = ["Dates", "InteractiveUtils", "SparseArrays", "Test"] |
|
|
|
deps = ["Dates", "InteractiveUtils", "SparseArrays", "Test"] |
|
|
|
git-tree-sha1 = "adc26d2ee85a49c413464110d922cf21efc9d233" |
|
|
|
git-tree-sha1 = "d1d2585677f2bd93a97cfeb8faa7a0de0f982042" |
|
|
|
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" |
|
|
|
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Mmap]] |
|
|
|
[[Mmap]] |
|
|
|
uuid = "a63ad114-7e13-5084-954f-fe012c677804" |
|
|
|
uuid = "a63ad114-7e13-5084-954f-fe012c677804" |
|
|
|
@ -144,10 +144,10 @@ uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043" |
|
|
|
version = "0.5.5" |
|
|
|
version = "0.5.5" |
|
|
|
|
|
|
|
|
|
|
|
[[Plots]] |
|
|
|
[[Plots]] |
|
|
|
deps = ["Base64", "Contour", "Dates", "FixedPointNumbers", "GR", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "Random", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "StaticArrays", "Statistics", "StatsBase", "Test", "UUIDs"] |
|
|
|
deps = ["Base64", "Contour", "Dates", "FixedPointNumbers", "GR", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "REPL", "Random", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "StaticArrays", "Statistics", "StatsBase", "Test", "UUIDs"] |
|
|
|
git-tree-sha1 = "5a0455fdc5d2af70bf81d5d7eb9a98704223224e" |
|
|
|
git-tree-sha1 = "1c345ad538fa31ea6953d89a9d0cbef21e86a3ed" |
|
|
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" |
|
|
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" |
|
|
|
version = "0.22.0" |
|
|
|
version = "0.23.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Printf]] |
|
|
|
[[Printf]] |
|
|
|
deps = ["Unicode"] |
|
|
|
deps = ["Unicode"] |
|
|
|
@ -210,19 +210,19 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
|
|
|
|
|
|
|
|
|
|
|
[[StaticArrays]] |
|
|
|
[[StaticArrays]] |
|
|
|
deps = ["InteractiveUtils", "LinearAlgebra", "Random", "Statistics", "Test"] |
|
|
|
deps = ["InteractiveUtils", "LinearAlgebra", "Random", "Statistics", "Test"] |
|
|
|
git-tree-sha1 = "97c4bf0f647488dd7ac01ea12be5885f88762938" |
|
|
|
git-tree-sha1 = "1eb114d6e23a817cd3e99abc3226190876d7c898" |
|
|
|
uuid = "90137ffa-7385-5640-81b9-e52037218182" |
|
|
|
uuid = "90137ffa-7385-5640-81b9-e52037218182" |
|
|
|
version = "0.10.0" |
|
|
|
version = "0.10.2" |
|
|
|
|
|
|
|
|
|
|
|
[[Statistics]] |
|
|
|
[[Statistics]] |
|
|
|
deps = ["LinearAlgebra", "SparseArrays"] |
|
|
|
deps = ["LinearAlgebra", "SparseArrays"] |
|
|
|
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" |
|
|
|
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" |
|
|
|
|
|
|
|
|
|
|
|
[[StatsBase]] |
|
|
|
[[StatsBase]] |
|
|
|
deps = ["DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "Test"] |
|
|
|
deps = ["DataStructures", "DelimitedFiles", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "Test"] |
|
|
|
git-tree-sha1 = "2722397d88f8ffef551948f6c20e1d74a743298c" |
|
|
|
git-tree-sha1 = "7b596062316c7d846b67bf625d5963a832528598" |
|
|
|
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" |
|
|
|
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" |
|
|
|
version = "0.26.0" |
|
|
|
version = "0.27.0" |
|
|
|
|
|
|
|
|
|
|
|
[[Test]] |
|
|
|
[[Test]] |
|
|
|
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] |
|
|
|
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] |
|
|
|
|