Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #728 from QuantEcon/add-lazyarrays
Browse files Browse the repository at this point in the history
add lazyarrays
  • Loading branch information
arnavs authored Sep 30, 2019
2 parents 9f85122 + 20ec756 commit 9dc97ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/rst/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,9 @@ version = "0.2.2"

[[GenericSchur]]
deps = ["LinearAlgebra", "Printf"]
git-tree-sha1 = "25992e6d023b72860348553f976599184c85d914"
git-tree-sha1 = "2f9297b94eaf14170d2694a9f3f313f293e0df23"
uuid = "c145ed77-6b09-5dd9-b285-bf645a82121e"
version = "0.2.3"
version = "0.3.0"

[[GeometryTypes]]
deps = ["ColorTypes", "FixedPointNumbers", "IterTools", "LinearAlgebra", "StaticArrays"]
Expand Down Expand Up @@ -1020,9 +1020,9 @@ version = "2.1.0"

[[Quadmath]]
deps = ["Printf", "Random", "Requires"]
git-tree-sha1 = "99293530380620c20a1d187e6bdc03a88b858bbf"
git-tree-sha1 = "7a11344be0bd27a98ce3038573c4df518f051a8f"
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
version = "0.5.1"
version = "0.5.2"

[[QuantEcon]]
deps = ["DSP", "DataStructures", "Distributions", "FFTW", "LightGraphs", "LinearAlgebra", "Markdown", "NLopt", "Optim", "Pkg", "Primes", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "Test"]
Expand Down
1 change: 1 addition & 0 deletions source/rst/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LeastSquaresOptim = "0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit 9dc97ed

Please sign in to comment.