jorgepiloto / lamberthub

A set of Lambert's problem solvers
GNU General Public License v3.0
41 stars 5 forks source link

Decouple core routines from performance utilities #121

Closed jorgepiloto closed 1 year ago

jorgepiloto commented 1 year ago

💡 Idea The current status of the library forces users to install third party libraries like matplotlib for visualization purposes. Users that are only interested in solving the Lambert's problem should not be forced to install visualization utilities.

Hence, I created the lamberthub organization to collect the lamberthub library and the performance one.

jorgepiloto commented 1 year ago

Fixed in #122