From 21762ff8b8e699565724857142de8f89d5dd1961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Hyv=C3=B6nen?= <petrus.hyvonen@sscspace.com> Date: Sat, 14 Jan 2023 16:12:06 +0000 Subject: [PATCH] Added possibility of adding user java code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51483f9..c21f351 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Each model has advantages and disadvantages. - Can be tricky to get it to compile (but when it does it is stable) - Poor docstring support - Very hard to understand the inner working of the wrapping code +- Need to recompile to add user java code pieces ### JPype Pro's - Support for docstrings, reasonable rendering of javadoc @@ -35,7 +36,7 @@ Each model has advantages and disadvantages. - Well documented - Medium hard to understand the wrapping code - The wrapping is separate from the orekit part, maybe less issues with compiling (using conda) -- Currently high development momentum +- Easy to add user java code pieces as separate jars - Direct mapping of numpy arrays to java arrays ### JPype Cons -- GitLab