This deprecates a handful of functions and classes that are no longer useful, as well as removing a handful of imports that weren't being used and commented-out code.
Most importantly, this removes the Geodesic class, because it's not as finished / reliable / robust as the other synthesis methods. It has been moved to a separate repo, where we can continue to work on it. That repo also includes the changes from the geodesics_improvement and polar branches, which I'm going to delete after merging this.
This removes all mentions of geodesics from the documentation, but not the tests -- those will get removed when the class is removed from the package entirely.
This deprecates a handful of functions and classes that are no longer useful, as well as removing a handful of imports that weren't being used and commented-out code.
Most importantly, this removes the
Geodesic
class, because it's not as finished / reliable / robust as the other synthesis methods. It has been moved to a separate repo, where we can continue to work on it. That repo also includes the changes from thegeodesics_improvement
andpolar
branches, which I'm going to delete after merging this.This removes all mentions of geodesics from the documentation, but not the tests -- those will get removed when the class is removed from the package entirely.
These will all be removed in a future update.