Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
orekit_jpype
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
orekit_jpype
Commits
81b5375c
Commit
81b5375c
authored
2 months ago
by
Petrus Hyvönen
Browse files
Options
Downloads
Patches
Plain Diff
Update to jpype 1.5.2 and minor logging on render stubs script
parent
a50c051d
No related branches found
Branches containing commit
No related tags found
2 merge requests
!26
Update to jpype 1.5.2 and minor logging on render stubs script
,
!19
Uv packager test
Pipeline
#7589
failed
2 months ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dl_jars_and_render_stubs.py
+4
-1
4 additions, 1 deletion
dl_jars_and_render_stubs.py
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
6 additions
and
3 deletions
dl_jars_and_render_stubs.py
+
4
−
1
View file @
81b5375c
...
...
@@ -42,6 +42,9 @@ if __name__ == '__main__':
classpath
=
jar_list
+
javadoc_jar_list
jpype
.
startJVM
(
classpath
=
classpath
,
convertStrings
=
True
)
print
(
f
"
Using jvm at path:
{
jpype
.
getDefaultJVMPath
()
}
"
)
print
(
f
"
JVM Version:
{
jpype
.
getJVMVersion
()
}
"
)
import
jpype.imports
# noqa
import
org.orekit
# noqa
import
org.hipparchus
# noqa
...
...
@@ -51,4 +54,4 @@ if __name__ == '__main__':
useStubsSuffix
=
True
)
# python -m stubgenj --convert-strings --classpath "orekit_jpype/jars/*.jar" org.orekit org.hipparchus java jpype
\ No newline at end of file
# python -m stubgenj --convert-strings --classpath "orekit_jpype/jars/*.jar" org.orekit org.hipparchus java jpype
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
81b5375c
...
...
@@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name
=
"orekit_jpype"
version
=
"12.2.1.
1
"
version
=
"12.2.1.
2
"
description
=
"A space dynamics library. This package is a jpype wrapping of the original orekit java code."
readme
=
"README.md"
authors
=
[{name
=
"Petrus Hyvönen"
,
email
=
"petrus.hyvonen@gmail.com"
}]
...
...
@@ -27,7 +27,7 @@ classifiers = [
]
dependencies
=
[
'Jpype1
=
=
1.5
.
0
',
'Jpype1
>
=
1.5
.
2
',
'numpy'
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment