Skip to content
Snippets Groups Projects
Commit f218aa63 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Update changes description.

parent 24c8ee0b
No related branches found
No related tags found
No related merge requests found
Pipeline #545 passed
...@@ -20,7 +20,12 @@ ...@@ -20,7 +20,12 @@
<title>Rugged Changes</title> <title>Rugged Changes</title>
</properties> </properties>
<body> <body>
<release version="2.2-SNAPSHOT" date="TBD" description="TBD"> <release version="2.2" date="TBD" description="This is a minor release.
It adds access to algorithm identifier,
corrects an Earth constant for model IERS96,
improves documentationand fixes a few bugs.
Automatic building, release and code analysis are available with Gitlab CI.
This version depends on Orekit 10.2 and Hipparchus 1.7.">
<action dev="guylaine" type="update" issue="383"> <action dev="guylaine" type="update" issue="383">
Updated dependencies to Orekit 10.2 (and Hipparchus 1.7). Updated dependencies to Orekit 10.2 (and Hipparchus 1.7).
</action> </action>
...@@ -31,21 +36,12 @@ ...@@ -31,21 +36,12 @@
<action dev="luc" type="fix" issue="386"> <action dev="luc" type="fix" issue="386">
Fix a unit test due to CI specificity. Fix a unit test due to CI specificity.
</action> </action>
<action dev="guylaine" type="update">
Update building explanations in static site and remove redundant BUILDING.txt.
</action>
<action dev="guylaine" type="update" issue="381"> <action dev="guylaine" type="update" issue="381">
Give access to algorithm identifier (DUVENHAGE, Give access to algorithm identifier (DUVENHAGE,
CONSTANT_ELEVATION_OVER_ELLIPSOID, ...) with the new method getAlgorithmId(). CONSTANT_ELEVATION_OVER_ELLIPSOID, ...) with the new method getAlgorithmId().
</action> </action>
<action dev="guylaine" type="update" issue="385"> <action dev="guylaine" type="update" issue="385">
Use the new Derivative&lt;T&gt; interface from Hipparchus. Use the new Derivative&lt;T&gt; interface from Hipparchus.
</action>
<action dev="guylaine" type="update">
Update deprecated method of Orekit DataProvidersManager class.
</action>
<action dev="guylaine" type="update" issue="382">
Remove explicit dependency to Hipparchus library.
</action> </action>
<action dev="guylaine" type="fix" issue="379"> <action dev="guylaine" type="fix" issue="379">
Correct erroneous Earth flattening for model IERS96 in RuggedBuilder. Correct erroneous Earth flattening for model IERS96 in RuggedBuilder.
...@@ -53,6 +49,15 @@ ...@@ -53,6 +49,15 @@
<action dev="guylaine" type="update" issue="378"> <action dev="guylaine" type="update" issue="378">
Replace in RuggedBuilder hard-coded constants by Orekit Earth constants. Replace in RuggedBuilder hard-coded constants by Orekit Earth constants.
</action> </action>
<action dev="guylaine" type="update">
Update building explanations in static site and remove redundant BUILDING.txt.
</action>
<action dev="guylaine" type="update">
Update deprecated method of Orekit DataProvidersManager class.
</action>
<action dev="guylaine" type="update" issue="382">
Remove explicit dependency to Hipparchus library.
</action>
<action dev="guylaine" type="add"> <action dev="guylaine" type="add">
Add package-info documentation. Add package-info documentation.
</action> </action>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment