Commit 6c93e96
authored
⬆️ Upgrade build software and dependencies (#768)
* ⬆️ Upgrade build software and dependencies
- Upgrade anaconda to 2025.12
- Upgrade quantecon-book-theme to 0.15.1
- Add jupyter-book version constraint (<2.0)
- Configure Dependabot for conda ecosystem with jupyter-book restriction
- Temporarily disable build cache for full execution check
* Fix YAML syntax error in ci.yml
* FIX: Use p_solution variable in exercise 2 to avoid dimension mismatch
The variable p was being reused from the high-dimensional problem section
(3000-dim vector) when the raises-exception cell failed, causing a shape
mismatch with the 3x3 matrix A defined in the exercise.
* ⬆️ Configure dependabot to ignore Python version updates
Python version should be constrained by the anaconda distribution version
specified in environment.yml, not updated independently by dependabot.
* Fix dependabot python ignore rule to include versions constraint
* FIX: Compute p_solution explicitly with converging initial value
The raises-exception cell stops at the first failure, so p_solution
may not be assigned. Now we explicitly compute p_solution using
initLs[1] which is known to converge.1 parent 137feaa commit 6c93e96
File tree
4 files changed
+27
-15
lines changed- .github
- workflows
- lectures
4 files changed
+27
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
1078 | | - | |
| 1077 | + | |
1079 | 1078 | | |
1080 | 1079 | | |
1081 | 1080 | | |
1082 | | - | |
1083 | 1081 | | |
1084 | 1082 | | |
1085 | 1083 | | |
1086 | 1084 | | |
1087 | 1085 | | |
1088 | 1086 | | |
1089 | | - | |
| 1087 | + | |
1090 | 1088 | | |
1091 | 1089 | | |
1092 | | - | |
| 1090 | + | |
| 1091 | + | |
1093 | 1092 | | |
1094 | 1093 | | |
1095 | 1094 | | |
| |||
0 commit comments