Closed wsdewitt closed 2 years ago
Could fork and regenerate py3.8 compatible I guess...
Last I checked proxtv was the best option for this kind of package
The 3.7 constraint is now creating friction in adoption of mushi.optimization
in another project that requires 3.8. I plan to (at some point) write a JAX implementation of algorithm 1 from this paper (which is cited in the prox-tv docs), and compare performance to prox-tv.
Reopening because, although this works for pip install from the GitHub package, a simple pip install mushi
still doesn't work due to pypi disallowing direct git dependencies (the pypi deploy fails).
Prox-tv is great, but seems not to be under active development (albarji/proxTV#59), so it might be good to think about alternatives. As is, we're stuck at Python3.7 due to the lack of Python3.8 wheels for prox-tv albarji/proxTV#56.