Rename orekit_jpype to orekit?
This is maybe already planned, and I know orekit_jpype is still in "beta-testing", but is it planned to rename the orekit_jpype
library to orekit
to avoid users from having to refactor their codebase?
There would be a risk to mix up the conda (jcc) and the pip (jpype) version of orekit, but I think it is up to the user to be careful not to install both versions... I opened a merge request proposal which is a middle ground: the library would be visible in pip (e.g. with pip list
) as orekit_jpype
, but all package imports will use the orekit name: !3 (closed)
Edited by Clément Jonglez