dylan-profiler / visions

Type System for Data Analysis in Python
https://dylan-profiler.github.io/visions/visions/getting_started/usage/types.html
Other
203 stars 19 forks source link

Numba 0.59 deprecation of `@numba.generated_jit` #200

Closed melanopsis closed 5 months ago

melanopsis commented 5 months ago

Hi,

I don't know if this package is still maintained, but in case it is, heads up that numba 0.59 introduces breaking changes for visions.

Specifically @numba.generated_jit that seems to be called here.

Just so you know, I didn't do an in-depth compatibility check, and there may be other breaking changes that I'm not aware of.

Thanks

ieaves commented 5 months ago

Hey @melanopsis thanks for the heads up. I'll take a look today and see if I can get a new release out :).

ieaves commented 5 months ago

Resolved in #202. Thanks again @melanopsis !

melanopsis commented 5 months ago

My pleasure @ieaves. Thank you for your quick action/resolution!