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

Commit

Permalink
update Thurs, Jan 30
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs committed Jan 30, 2020
1 parent c9b49c4 commit 319e12f
Show file tree
Hide file tree
Showing 84 changed files with 14,889 additions and 15,182 deletions.
2 changes: 1 addition & 1 deletion 404.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"metadata": {
"date": 1580315937.5735185,
"date": 1580349895.1999927,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "404.rst",
Expand Down
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@ version = "0.5.0"

[[InstantiateFromURL]]
deps = ["BinaryProvider", "Dates", "HTTP", "Markdown", "Pkg", "Suppressor", "Test"]
git-tree-sha1 = "c4db55194f6bfd32d83a4aa0affa88e511ece48a"
git-tree-sha1 = "cd0ca7febe310d4e7d509307780c670af7c00f39"
uuid = "43edad99-fa64-5e4f-9937-1c09a410b73f"
version = "0.3.3"
version = "0.4.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down
2 changes: 1 addition & 1 deletion about_lectures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
],
"metadata": {
"date": 1580315937.803115,
"date": 1580349895.2534292,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "about_lectures.rst",
Expand Down
8 changes: 4 additions & 4 deletions dynamic_programming/career.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dynamic_programming/coleman_policy_iter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@
"outputs": [],
"source": [
"using InstantiateFromURL\n",
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\", instantiate = true) # uncomment to force package installation"
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\", instantiate = true) # uncomment to force package installation"
]
},
{
Expand Down Expand Up @@ -1197,12 +1197,12 @@
" memory estimate: 155.94 MiB\n",
" allocs estimate: 90741\n",
" --------------\n",
" minimum time: 1.595 s (2.17% GC)\n",
" median time: 1.603 s (2.76% GC)\n",
" mean time: 1.602 s (2.93% GC)\n",
" maximum time: 1.608 s (2.94% GC)\n",
" minimum time: 555.102 ms (2.51% GC)\n",
" median time: 560.096 ms (3.33% GC)\n",
" mean time: 559.874 ms (2.97% GC)\n",
" maximum time: 565.392 ms (3.35% GC)\n",
" --------------\n",
" samples: 4\n",
" samples: 9\n",
" evals/sample: 1"
]
},
Expand All @@ -1229,12 +1229,12 @@
" memory estimate: 155.94 MiB\n",
" allocs estimate: 90741\n",
" --------------\n",
" minimum time: 1.582 s (2.82% GC)\n",
" median time: 1.592 s (3.10% GC)\n",
" mean time: 1.591 s (3.03% GC)\n",
" maximum time: 1.597 s (3.39% GC)\n",
" minimum time: 553.720 ms (2.53% GC)\n",
" median time: 562.246 ms (3.33% GC)\n",
" mean time: 566.216 ms (2.96% GC)\n",
" maximum time: 592.827 ms (3.22% GC)\n",
" --------------\n",
" samples: 4\n",
" samples: 9\n",
" evals/sample: 1"
]
},
Expand All @@ -1249,7 +1249,7 @@
}
],
"metadata": {
"date": 1580315939.9432147,
"date": 1580349895.608367,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "coleman_policy_iter.rst",
Expand Down
6 changes: 3 additions & 3 deletions dynamic_programming/discrete_dp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@
"outputs": [],
"source": [
"using InstantiateFromURL\n",
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\", instantiate = true) # uncomment to force package installation"
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\", instantiate = true) # uncomment to force package installation"
]
},
{
Expand Down Expand Up @@ -1948,7 +1948,7 @@
}
],
"metadata": {
"date": 1580315941.5990076,
"date": 1580349895.95711,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "discrete_dp.rst",
Expand Down
24 changes: 12 additions & 12 deletions dynamic_programming/egm_policy_iter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
"outputs": [],
"source": [
"using InstantiateFromURL\n",
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\", instantiate = true) # uncomment to force package installation"
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\", instantiate = true) # uncomment to force package installation"
]
},
{
Expand Down Expand Up @@ -701,10 +701,10 @@
" memory estimate: 1.03 GiB\n",
" allocs estimate: 615012\n",
" --------------\n",
" minimum time: 19.940 s (1.47% GC)\n",
" median time: 19.940 s (1.47% GC)\n",
" mean time: 19.940 s (1.47% GC)\n",
" maximum time: 19.940 s (1.47% GC)\n",
" minimum time: 7.217 s (1.58% GC)\n",
" median time: 7.217 s (1.58% GC)\n",
" mean time: 7.217 s (1.58% GC)\n",
" maximum time: 7.217 s (1.58% GC)\n",
" --------------\n",
" samples: 1\n",
" evals/sample: 1"
Expand Down Expand Up @@ -733,12 +733,12 @@
" memory estimate: 18.50 MiB\n",
" allocs estimate: 76226\n",
" --------------\n",
" minimum time: 400.032 ms (3.81% GC)\n",
" median time: 435.463 ms (0.00% GC)\n",
" mean time: 435.053 ms (1.19% GC)\n",
" maximum time: 482.218 ms (0.00% GC)\n",
" minimum time: 140.864 ms (0.00% GC)\n",
" median time: 144.582 ms (0.00% GC)\n",
" mean time: 145.670 ms (1.43% GC)\n",
" maximum time: 154.178 ms (3.36% GC)\n",
" --------------\n",
" samples: 12\n",
" samples: 35\n",
" evals/sample: 1"
]
},
Expand All @@ -763,7 +763,7 @@
}
],
"metadata": {
"date": 1580315942.4532516,
"date": 1580349896.2952375,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "egm_policy_iter.rst",
Expand Down
10 changes: 5 additions & 5 deletions dynamic_programming/ifp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@
"outputs": [],
"source": [
"using InstantiateFromURL\n",
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\", instantiate = true) # uncomment to force package installation"
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\", instantiate = true) # uncomment to force package installation"
]
},
{
Expand Down Expand Up @@ -659,7 +659,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" 618.142 μs (4676 allocations: 428.20 KiB)\n"
" 469.394 μs (4676 allocations: 428.20 KiB)\n"
]
}
],
Expand All @@ -678,7 +678,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" 840.099 μs (7925 allocations: 742.17 KiB)\n"
" 651.728 μs (7925 allocations: 742.17 KiB)\n"
]
}
],
Expand Down Expand Up @@ -1065,7 +1065,7 @@
}
],
"metadata": {
"date": 1580315943.1554,
"date": 1580349896.4710891,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "ifp.rst",
Expand Down
2 changes: 1 addition & 1 deletion dynamic_programming/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
],
"metadata": {
"date": 1580315943.552758,
"date": 1580349896.5574589,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "index.rst",
Expand Down
2 changes: 1 addition & 1 deletion dynamic_programming/index_grad.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
}
],
"metadata": {
"date": 1580315943.787197,
"date": 1580349896.6121294,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "index_grad.rst",
Expand Down
2 changes: 1 addition & 1 deletion dynamic_programming/index_undergrad.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
],
"metadata": {
"date": 1580315944.6913192,
"date": 1580349896.6483955,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "index_undergrad.rst",
Expand Down
6 changes: 3 additions & 3 deletions dynamic_programming/jv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"outputs": [],
"source": [
"using InstantiateFromURL\n",
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.4.0\", instantiate = true) # uncomment to force package installation"
"github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\")\n",
"# github_project(\"QuantEcon/quantecon-notebooks-julia\", version = \"0.5.0\", instantiate = true) # uncomment to force package installation"
]
},
{
Expand Down Expand Up @@ -773,7 +773,7 @@
}
],
"metadata": {
"date": 1580315945.2369325,
"date": 1580349896.7688658,
"download_nb": 1,
"download_nb_path": "https://julia.quantecon.org/",
"filename": "jv.rst",
Expand Down
Loading

0 comments on commit 319e12f

Please sign in to comment.