Dear all,

In the past few months I have been working on a Sage library for counting 
graph homomorphisms: https://github.com/guojing0/count-graph-homs (It's 
still updating, hence not 100% complete)

In `concurrent_hom_count.py`, I use third-party libraries, such as `numba`, 
`dask`, and `numpy`. For numpy, I think it's already in Sage. So I was 
wondering what would be the standard/best/recommended practices if I want 
to contribute this code to Sage, which I suppose does not support either 
`numba` or `dask` (searching in the codebase returns nothing)?

Thank you!

Jing

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/70e34b93-4664-46d9-8591-72a4d29bb44bn%40googlegroups.com.

Reply via email to