Skip to content

Commit

Permalink
Adding Random to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganAskins committed Dec 4, 2019
1 parent 427e781 commit 1f145d5
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 28 deletions.
14 changes: 7 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[[ArraysOfArrays]]
deps = ["Requires", "Statistics", "UnsafeArrays"]
git-tree-sha1 = "f283f68786cff0cf3f2bb9894b3d9a09bedcfadf"
git-tree-sha1 = "e367aef0290f4b1146919b577603927e7489908e"
uuid = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
version = "0.4.2"
version = "0.4.3"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -35,9 +35,9 @@ version = "0.2.3"

[[CategoricalArrays]]
deps = ["Compat", "DataAPI", "Future", "JSON", "Missings", "Printf", "Reexport", "Unicode"]
git-tree-sha1 = "2473560b9c7cb18f98c3c926af0dc7bedccfc7ab"
git-tree-sha1 = "4d85a015093760ff23b20f3e25fa195b4cb76794"
uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
version = "0.7.2"
version = "0.7.3"

[[ColorTypes]]
deps = ["FixedPointNumbers", "Random"]
Expand Down Expand Up @@ -153,10 +153,10 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"

[[MacroTools]]
deps = ["Compat", "DataStructures", "Test"]
git-tree-sha1 = "82921f0e3bde6aebb8e524efc20f4042373c0c06"
deps = ["DataStructures", "Markdown", "Random"]
git-tree-sha1 = "e2fc7a55bb2224e203bbd8b59f72b91323233458"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.2"
version = "0.5.3"

[[Markdown]]
deps = ["Base64"]
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UpROOT = "69ce31c6-c38d-56c2-aa87-409d3de9f997"
81 changes: 62 additions & 19 deletions examples/1_Poisson.ipynb

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions examples/2_SpectralFit.ipynb

Large diffs are not rendered by default.

0 comments on commit 1f145d5

Please sign in to comment.