Skip to content

Commit 67362af

Browse files
Update to Julia 1.8 (#193)
* Bump of everything, bugs still remain for change to "fill" * Bump of everything, bugs still remain for change to "fill" * Julia version bump * Update CI julia versions * fix fillrange bug * edit for consistency * Updates to version numbers in text Co-authored-by: James <[email protected]>
1 parent a80ae83 commit 67362af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+880
-708
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Julia
3131
uses: julia-actions/setup-julia@v1
3232
with:
33-
version: 1.7.1
33+
version: 1.8
3434
- name: Install IJulia and Setup Project
3535
shell: bash
3636
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Julia
2828
uses: julia-actions/setup-julia@v1
2929
with:
30-
version: 1.7.1
30+
version: 1.8
3131
- name: Install IJulia and Setup Project
3232
shell: bash
3333
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Julia
3232
uses: julia-actions/setup-julia@v1
3333
with:
34-
version: 1.7.1
34+
version: 1.8
3535
- name: Install IJulia and Setup Project
3636
shell: bash
3737
run: |

lectures/Manifest.toml

Lines changed: 783 additions & 609 deletions
Large diffs are not rendered by default.

lectures/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sphinx:
6767
rediraffe_redirects:
6868
index_toc.md: intro.md
6969
tojupyter_default_lang: julia
70-
tojupyter_lang_synonyms: ['julia-1.7']
70+
tojupyter_lang_synonyms: ['julia-1.8']
7171
tojupyter_static_file_path: ["source/_static", "_static"]
7272
tojupyter_target_html: true
7373
tojupyter_urlpath: "https://julia.quantecon.org/"
@@ -77,5 +77,5 @@ sphinx:
7777
kernelspec:
7878
display_name: Julia
7979
language: julia
80-
name: julia-1.7
80+
name: julia-1.8
8181
tojupyter_images_markdown: true

lectures/about_lectures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
kernelspec:
77
display_name: Julia
88
language: julia
9-
name: julia-1.7
9+
name: julia-1.8
1010
---
1111

1212
(about)=

lectures/continuous_time/covid_sde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
kernelspec:
77
display_name: Julia
88
language: julia
9-
name: julia-1.7
9+
name: julia-1.8
1010
---
1111

1212
(covid_sde)=

lectures/continuous_time/seir_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
kernelspec:
77
display_name: Julia
88
language: julia
9-
name: julia-1.7
9+
name: julia-1.8
1010
---
1111

1212
(seir_model)=

lectures/dynamic_programming/career.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
kernelspec:
77
display_name: Julia
88
language: julia
9-
name: julia-1.7
9+
name: julia-1.8
1010
---
1111

1212
(career)=

lectures/dynamic_programming/coleman_policy_iter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupytext:
66
kernelspec:
77
display_name: Julia
88
language: julia
9-
name: julia-1.7
9+
name: julia-1.8
1010
---
1111

1212
(coleman_policy_iter)=

0 commit comments

Comments
 (0)