Skip to content

Commit 8d96b65

Browse files
authored
Merge branch 'main' into copilot/fix-407
2 parents 6b5fc77 + 762d0fb commit 8d96b65

11 files changed

Lines changed: 1358 additions & 860 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash -l {0}
4646
run: pip list
4747
- name: Download "build" folder (cache)
48-
uses: dawidd6/action-download-artifact@v19
48+
uses: dawidd6/action-download-artifact@v20
4949
with:
5050
workflow: cache.yml
5151
branch: main

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pip list
6767
# Download Build Cache from cache.yml
6868
- name: Download "build" folder (cache)
69-
uses: dawidd6/action-download-artifact@v19
69+
uses: dawidd6/action-download-artifact@v20
7070
with:
7171
workflow: cache.yml
7272
branch: main
@@ -130,14 +130,14 @@ jobs:
130130
- name: Add CNAME for custom domain
131131
run: echo "python-programming.quantecon.org" > _build/html/CNAME
132132
- name: Setup Pages
133-
uses: actions/configure-pages@v5
133+
uses: actions/configure-pages@v6
134134
- name: Upload Pages artifact
135-
uses: actions/upload-pages-artifact@v3
135+
uses: actions/upload-pages-artifact@v4
136136
with:
137137
path: _build/html/
138138
- name: Deploy to GitHub Pages
139139
id: deployment
140-
uses: actions/deploy-pages@v4
140+
uses: actions/deploy-pages@v5
141141
- name: Prepare lecture-python-programming.notebooks sync
142142
shell: bash -l {0}
143143
run: |

.github/workflows/sync-translations-fa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 2
2626

27-
- uses: QuantEcon/action-translation@v0.13.0
27+
- uses: QuantEcon/action-translation@v0.14.1
2828
with:
2929
mode: sync
3030
target-repo: QuantEcon/lecture-python-programming.fa

.github/workflows/sync-translations-zh-cn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 2
2626

27-
- uses: QuantEcon/action-translation@v0.13.0
27+
- uses: QuantEcon/action-translation@v0.14.1
2828
with:
2929
mode: sync
3030
target-repo: QuantEcon/lecture-python-programming.zh-cn

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book>=1.0.4post1,<2.0
10-
- quantecon-book-theme==0.19.0
10+
- quantecon-book-theme==0.20.0
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1
14-
- sphinxcontrib-youtube==1.4.1
15-
- sphinx-togglebutton==0.4.4
14+
- sphinxcontrib-youtube==1.5.0
15+
- sphinx-togglebutton==0.4.5
1616

1717

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ parts:
2525
- file: numba
2626
- file: jax_intro
2727
- file: numpy_vs_numba_vs_jax
28+
- file: autodiff
2829
- caption: Working with Data
2930
numbered: true
3031
chapters:

0 commit comments

Comments
 (0)