You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ⬆️ 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
- Add nb_merge_streams and path_to_docs to _config.yml
- Temporarily disable build cache for full execution check
* Fix plotly orca timeout errors by using kaleido engine
- Add kaleido to environment.yml for reliable image export
- Update all fig.to_image() calls to use engine='kaleido'
- Fixes execution errors in BCG_complete_mkts, BCG_incomplete_mkts, and knowing_forecasts_of_others
- Kaleido is the modern replacement for orca and works reliably in CI environments
* Fix scipy gradient compatibility for Python 3.13
- Update objf_prime to return 1D gradient array instead of 2D
- Fixes 'Input array gradx must be 1D' error in amss2 and amss3
- Resolves compatibility issue with scipy.optimize.fmin_slsqp in Python 3.13
* ⬆️ 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.
* Update .github/dependabot.yml
Co-authored-by: Copilot <[email protected]>
* Re-enable build cache in CI workflow
---------
Co-authored-by: Copilot <[email protected]>
0 commit comments