VHRanger / CSRGraph

A tiny library for large graphs
MIT License
111 stars 17 forks source link

Update graph.py #4

Closed MAQ-Ravijit-Ramana closed 3 years ago

MAQ-Ravijit-Ramana commented 3 years ago

JitClass is not used also it has been moved to numba.experimental so can we remove this from code and update the package https://github.com/numba/numba/issues/6539

stuartarchibald commented 3 years ago

JitClass is deprecated so can we remove this from code and update the package numba/numba#6539

Just to clarify, jitclass itself is not deprecated. The original import location numba.jitclass is what was deprecated and has finally been removed in Numba 0.52. The new import location for jitclass is numba.experimental.jitclass.

MAQ-Ravijit-Ramana commented 3 years ago

yeah but it is not even used in the code. Thanks though i get what you are trying to say here.

stuartarchibald commented 3 years ago

yeah but it is not even used in the code. Thanks though i get what you are trying to say here.

I guess no problem removing it then :) Just wanted to make sure that it is clear that jitclass itself is not deprecated, it's just moved.

VHRanger commented 3 years ago

Thanks

MAQ-Ravijit-Ramana commented 3 years ago

No worries mate.

MAQ-Ravijit-Ramana commented 3 years ago

Could you update and release the new version of csrgraph library ?

VHRanger commented 3 years ago

Should be on its way, 0.1.23 has your fix pushed upstream