The source project of this merge request has been removed.
CFS_v2/Expose binary orbital args as optional
Description
Binary orbital parameters are labeled as DEVELOPER
options due to historical reasons.
This MR relabels them to OPTIONAL
as discussed in #374 (closed) since they are a proper option
the behavior of which has been thoroughly tested (see e.g. this external test).
API Changes and Justification
Relabel some DEVELOPER
options as OPTIONAL
after a brief discussion in #374 (closed).
Backwards Compatible Changes
- This change introduces no API changes
- This change adds new API calls
Backwards Incompatible Changes
- This change modifies an existing API
- This change removes an existing API
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
Closes #374 (closed)