tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.
https://tudat-space.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 31 forks source link

Remove deprecated functions #134

Closed soufyanR1 closed 9 months ago

soufyanR1 commented 10 months ago

They seem to interfere with documentation creation as the parameters do now show up correctly here: https://py.api.tudat.space/en/latest/aerodynamic_coefficients.html#tudatpy.numerical_simulation.environment_setup.aerodynamic_coefficients.constant

The functions for which this happens aligns exactly with the functions that have been deprecated in the code below.

DominicDirkx commented 9 months ago

I've changed the target of the merge to the develop branch. There, I think these deprecated functions can now be safely removed.