Matt McKay
Matt McKay
The `interpolation` package is used in the `amss` lecture as it provided `numba` jit compatible functions. The `np.interp` function is now compatible with `numba` so we can update this lecture...
It has been suggested that we can improve grammar and spelling in the `amss` lecture. We should review and check 1. grammar 2. spelling in addition to updating the lecture...
It has been reported that the `amss` lecture could have improvements made to 1. grammer 2. spelling We need to review this lecture and make improvements.
This code cell ``` μ_grid = np.linspace(-0.09, 0.1, 100) log_example = CRRAutility() log_example.transfers = True # Government can use transfers log_sequential = SequentialAllocation(log_example) # Solve sequential problem log_bellman = RecursiveAllocationAMSS(log_example,...
This code cell ```python example_off_diag.plot_H_z() ``` is producing this error AttributeError[0m: `ptp` was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Hi @mmcky, The changes in the PR collection look great to me. I’m now looking into some warnings. One thing I’ve noticed is that this figure appears incorrectly scaled: The...
This PR upgrades to `quantecon-book-theme==0.10.0`
Feedback from @jstac 2. For now I suggest that we keep the JAX lecture series separate but rename it to `GPU computing for computational economics'. - [ ] rename lecture...
The workflows - `cache` - `publish` - `ci` have been upgraded to update CUDANN. This should be moved to the base image and reverted https://github.com/QuantEcon/lecture-jax/pull/220/commits/208ded23d2bc6e7d8900f8ed251a8facc036c97a https://github.com/QuantEcon/lecture-jax/pull/220/commits/59f3c50a0a84f09e5828ea79aa0b06db559e33ae
Update the RUNSON GitHub Actions to make use of our QuantEcon custom AMI (except for the collab.yml workflow) to speed up build time.