convexengineering / gpkit

Geometric programming for engineers
http://gpkit.readthedocs.org
MIT License
203 stars 40 forks source link

migrate to different automatic differentiation package #1560

Closed bqpd closed 2 years ago

bqpd commented 2 years ago

per #1558, ad doesn't work with new setuptools and might be unmaintained

bqpd commented 2 years ago

Temporarily fixed by forking ad (https://github.com/convexengineering/adce), but we should maybe move to jax or similar eventually...doing so will take some effort

bqpd commented 2 years ago

Looking more at jax, I think its numpy focus doesn't really suit our needs! Closing for now.