ut-astria / orbdetpy

Orbit Determination with Python
https://ut-astria.github.io/orbdetpy
GNU General Public License v3.0
115 stars 38 forks source link

Refactor Python API to conform with PEP 8 #11

Closed Engineero closed 3 years ago

Engineero commented 5 years ago

I propose that refactor the Python API to conform with Python naming and style conventions, specifically PEP 8. This will likely constitute a major version release as it will require changing names and possibly call signatures for the Python API. That's why we have versions though!

This might be a good one to combine with #4 as that will also have pretty significant API impact.

Note I'm adding this as an issue to make sure it is tracked. I can make these changes pretty quickly. @Shiva-Iyer, let's discuss!