Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Dec 22, 2025

Summary

Upgrades build software and dependencies to align with lecture-python-intro.

Changes

environment.yml

  • Upgrade anaconda to 2025.12
  • Upgrade quantecon-book-theme to 0.15.1
  • Add jupyter-book version constraint (<2.0)

.github/dependabot.yml

  • Add conda ecosystem with weekly schedule
  • Add ignore rule for jupyter-book >= 2.0

.github/workflows/ci.yml

  • Temporarily disable build cache for full execution check

Reference

- 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
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.
Python version should be constrained by the anaconda distribution version
specified in environment.yml, not updated independently by dependabot.
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.
@github-actions
Copy link

📖 Netlify Preview Ready!

Preview URL: https://pr-768--sunny-cactus-210e3e.netlify.app (86098c9)

📚 Changed Lecture Pages: newton_method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants