QuantEcon / QuantEcon.py

A community based Python library for quantitative economics
https://quantecon.org/quantecon-py/
MIT License
1.95k stars 2.25k forks source link

Fix numba deprecation notice #721

Closed mmcky closed 4 months ago

mmcky commented 7 months ago

The following https://intro.quantecon.org/inequality.html#measurement shows a numba deprecation warning from the quantecon package

oyamad commented 7 months ago

I believe it is coming from interpolation. See #701.

jstac commented 7 months ago

@mmcky , I suggest replacing interp from interpolation with the function of the same name from NumPy.

oyamad commented 4 months ago

This is an issue of interpolation (and has been fixed by EconForge/interpolation.py#114).