lecture-python.myst
lecture-python.myst copied to clipboard
MAINT: Upgrade to anaconda=2024.02 and cuda=12.3.1
This PR
- [x] upgrades to
anaconda=2024.02 - [x] upgrades to
CUDA=12.3.1
this PR is part of https://github.com/QuantEcon/meta/issues/130
requires: #387
- [ ] this PR is waiting on
interpolationsto be updated fornumba>=0.59
- [x] the broken link is to
BK19as a reference but that doesn't seem to be in ourquant-con.bibfile
You can read about Dynamic Mode Decomposition here {cite}`DMD_book` and here [[BK19](https://python.quantecon.org/zreferences.html#id25)] (section 7.2).
@jstac or @thomassargent30 do you know what BK19 would refer to and I can add it as a proper reference using bibtex
@mmcky , it refers to this one: https://www.databookuw.com/
- [x] this pr requires #387
- [x] this cannot be merged until
interpolationsis updated or there is a substitute formlinterpthat is suitable for theodulecture (cc @kp992)
ImportError[0m: cannot import name 'generated_jit' from 'numba' (/opt/conda/envs/quantecon/lib/python3.11/site-packages/numba/__init__.py)
I see, from numba 0.60, generated_jit will fail.
I see, from numba
0.60,generated_jitwill fail.
@kp992 I think from numba>=0.59 it will fail -- so that is why we will need to fix interpolation as we use it for minterp and some splines support. From my discussion with Pablo, the generated_jit will need to be replaced with an alternative (overload?) https://github.com/EconForge/interpolation.py/issues/110
From my discussion with Pablo, the
generated_jitwill need to be replaced with an alternative (overload?)
I have tried fixing that locally but that's throwing some error. I followed the examples of moving from generated_jit to overload, but didn't work. Let's pin numba < 0.59 until we find and do robust a fix for this issue.
- [x] check status of https://github.com/EconForge/interpolation.py/pull/114
🚀 Deployed on https://662db0ad52d90f4fc4907697--nostalgic-wright-5fa355.netlify.app
- [x] re-enable build cache
- [x] open an issue to update pip install from
mainbranch ofinterpolationrepo to pypi once released
- [x] reverted to install
interpolationfrompypiwhich is currently2.2.6