You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Latest API documentation](https://www.orekit.org/site-orekit-development/apidocs/index.html)
277
-
*[Latest Maven site](https://www.orekit.org/site-orekit-development/) for the project overview, architecture and development,
278
-
detailed features list, Javadoc and a lot of other information
276
+
*[Latest Maven site](https://www.orekit.org/site-orekit-development/) for the
277
+
project overview, architecture and development, detailed features list,
278
+
Javadoc and a lot of other information
279
279
280
280
## Getting help
281
281
@@ -288,8 +288,9 @@ can report bugs and suggest new features in our
288
288
289
289
## Build & Run locally
290
290
291
-
Want to include your own modifications to Orekit rather than simply relying on it as a dependency ? Please check
292
-
out [building.md](src/site/markdown/building.md)
291
+
Want to include your own modifications to Orekit rather than simply relying on
292
+
it as a dependency ? Please check out
293
+
[building.md](src/site/markdown/building.md)
293
294
294
295
## Python wrapper
295
296
@@ -330,8 +331,8 @@ interested in helping!
330
331
## Dependencies
331
332
332
333
Orekit relies on the following
333
-
[Free and Open-Source Software](https://en.wikipedia.org/wiki/Free_and_open-source_software) libraries,
334
-
all released under business friendly FOSS licenses.
334
+
[Free and Open-Source Software](https://en.wikipedia.org/wiki/Free_and_open-source_software)
335
+
libraries, all released under business friendly FOSS licenses.
335
336
336
337
### Compile-time/run-time dependencies
337
338
@@ -340,7 +341,7 @@ all released under business friendly FOSS licenses.
340
341
341
342
### Test-time dependencies
342
343
343
-
*[JUnit 5](http://www.junit.org/), a widely used unit test framework released
344
+
*[JUnit 5](https://junit.org/), a widely used unit test framework released
344
345
under the Eclipse Public License, version 1.0.
345
346
346
347
*[Mockito](https://site.mockito.org/), a mocking framework for unit tests,
@@ -351,12 +352,14 @@ More detailed information is available in the
351
352
352
353
# How to cite
353
354
354
-
To cite Orekit in publications, please refer to the following Digital Object Identifier for the latest release: [10.5281/zenodo.7249096](https://doi.org/10.5281/zenodo.7249096)
355
+
To cite Orekit in publications, please refer to the following Digital Object
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.csgroup.eu">CS GROUP</a>. All rights reserved.</bottom>
715
+
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.cs-soprasteria.com/en/">CS GROUP</a>. All rights reserved.</bottom>
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.csgroup.eu">CS GROUP</a>. All rights reserved.</bottom>
960
+
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.cs-soprasteria.com/en/">CS GROUP</a>. All rights reserved.</bottom>
961
961
</configuration>
962
962
</plugin>
963
963
<plugin>
@@ -973,7 +973,7 @@
973
973
<option>-extdirs</option>
974
974
<option>${tools.jar.dir}</option>
975
975
</additionalOptions>
976
-
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.csgroup.eu">CS GROUP</a>. All rights reserved.</bottom>
976
+
<bottom>Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.cs-soprasteria.com/en/">CS GROUP</a>. All rights reserved.</bottom>
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+48-1Lines changed: 48 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,53 @@
19
19
<title>Orekit Changes</title>
20
20
</properties>
21
21
<body>
22
+
<releaseversion="13.1.1"date="2025-09-14"description="Orekit 13.1 is a patch release. It fixes documentation issues and various bugs, including some related to performance.">
23
+
<actiondev="luc"type="fix"issue="1817">
24
+
Fixed Ionosphere Piercing Point computation in Global Ionosphere Model.
25
+
</action>
26
+
<actiondev="luc"type="fix"issue="1819">
27
+
Added pointAtAltitude in OneAxisEllipsoid.
28
+
</action>
29
+
<actiondev="serrof"type="fix"issue="1820">
30
+
Fix numerical error in FieldEclipseDetector.
31
+
</action>
32
+
<actiondev="luc"type="fix"issue="1798">
33
+
Fixed time interpolation in Global Ionospheric Model (ionex files).
34
+
</action>
35
+
<actiondev="serrof"type="fix"issue="1816">
36
+
Improved performance of STM propagation with many forces.
37
+
</action>
38
+
<actiondev="luc"type="fix"issue="1812">
39
+
Fixed NullPointerException in Sinex bias handling.
40
+
</action>
41
+
<actiondev="luc"type="fix"issue="1811">
42
+
Fixed observables ordering error when writing Rinex observation header.
43
+
</action>
44
+
<actiondev="bryan"type="fix"issue="1808">
45
+
Fixed inconsistency between Abstract{Field}ODEStateInterpolator and {Field}DetectorBasedEventState for event time handling.
46
+
</action>
47
+
<actiondev="sdinot"type="fix"issue="1790">
48
+
Fixed duplicated 13.1 version in faq.md.
49
+
</action>
50
+
<actiondev="sdinot"type="fix"issue="1783">
51
+
Link to "changes" web page on technical site not working on develop version.
52
+
</action>
53
+
<actiondev="serrof"type="fix"issue="1788">
54
+
Pass event detectors from attitude provider in (Field)DSSTPropagator.
55
+
</action>
56
+
<actiondev="bryan"type="fix"issue="1629">
57
+
Fixed limitation of ECOM2 model to default data context.
58
+
</action>
59
+
<actiondev="sdinot"type="fix"issue="1564">
60
+
Fixed dead link to in "Development Guidelines" site page.
61
+
</action>
62
+
<actiondev="evan"type="fix">
63
+
Fix exception message when parsing a CDM with an invalid date.
64
+
</action>
65
+
<actiondev="evan"type="fix">
66
+
Fix exception messages with FieldElements.
67
+
</action>
68
+
</release>
22
69
<releaseversion="13.1"date="2025-08-01"description="13.1 is a minor release.">
23
70
<actiondev="serrof"type="fix"issue="1782">
24
71
Improve performance and accuracy of getJd.
@@ -5934,7 +5981,7 @@
5934
5981
</action>
5935
5982
<actiondev="pascal"type="update">
5936
5983
Orekit supports the two different naming patterns for bulletins B provided by IERS
5937
-
on http://www.iers.org/ and http://hpiers.obspm.fr/eop-pc/.
5984
+
on https://www.iers.org/ and https://hpiers.obspm.fr/eop-pc/.
5938
5985
</action>
5939
5986
<actiondev="luc"type="update">
5940
5987
the predefined times scales (TAI, UTC ...) are now built using a factory. The various
0 commit comments