Skip to content

Commit bd9f5ba

Browse files
committed
Merge branch 'release-4.0'
2 parents 9158bb5 + 6b4e44e commit bd9f5ba

File tree

42 files changed

+136
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+136
-98
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
3131
SONARQUBE_HOST_URL: ${{ vars.SONARQUBE_HOST_URL }}
3232
- name: Deployment
33-
if: ( github.repository == 'Hipparchus-Math/hipparchus' ) && ( ( github.ref == 'refs/heads/master' ) || startsWith( github.ref, 'refs/heads/release-' ) )
33+
if: ( github.repository == 'Hipparchus-Math/hipparchus' ) && ( ( github.ref == 'refs/heads/main' ) || startsWith( github.ref, 'refs/heads/release-' ) )
3434
run: mvn -B -U -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true
3535
env:
3636
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Getting Started
3636
Making Changes
3737
--------------
3838

39-
+ Create a topic branch from where you want to base your work (this is usually the master/trunk branch).
39+
+ Create a topic branch from where you want to base your work (this is usually the main branch).
4040
+ Make commits of logical units.
4141
+ Respect the original code style:
4242
+ Only use spaces for indentation.

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alternatively you can pull it from the central Maven repositories using `pom.xml
4141
<project>
4242
<properties>
4343
<!-- change the Hipparchus version number to the one suiting your needs -->
44-
<myprojectname.hipparchus.version>3.1</myprojectname.hipparchus.version>
44+
<myprojectname.hipparchus.version>4.0</myprojectname.hipparchus.version>
4545
</properties>
4646

4747
<dependencies>
@@ -89,23 +89,12 @@ Alternatively you can pull it from the central Maven repositories using `pom.xml
8989
</project>
9090
```
9191

92-
If your project previously depended on [Apache Commons Math](https://commons.apache.org/proper/commons-math/)
93-
and you want to switch to Hipparchus, you can also add the temporary migration jar
94-
95-
```xml
96-
<dependency>
97-
<groupId>org.hipparchus</groupId>
98-
<artifactId>hipparchus-migration</artifactId>
99-
<version>${myprojectname.hipparchus.version}</version>
100-
</dependency>
101-
```
102-
10392
Contributing
10493
------------
10594

10695
There are some guidelines which
10796
will make applying contributions easier for us. Please read through our
108-
[contributing guidelines](https://github.com/Hipparchus-Math/hipparchus/blob/master/CONTRIBUTING.md).
97+
[contributing guidelines](https://github.com/Hipparchus-Math/hipparchus/blob/main/CONTRIBUTING.md).
10998

11099
To contact us, use the shared [forum](https://forum.orekit.org/categories) where several categories
111100
are dedicated to Hipparchus.

RELEASE-NOTES.txt

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
11

2-
Hipparchus 3.1 RELEASE NOTES
2+
Hipparchus 4.0 RELEASE NOTES
33

4-
The Hipparchus team is pleased to announce the release of hipparchus-3.1
4+
The Hipparchus team is pleased to announce the release of hipparchus-4.0
55

66
The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.
77

8-
This is a maintenance release. It includes several bugfixes and
9-
improvements, and adds one important feature: constrained
10-
optimization! Other additions are Gauss-Markov order 1 autoregressive
11-
process generation and GCD/LCM to {Big}Fraction.
8+
This is a major release. It adds features to Kalman filtering,
9+
adds a reset mechanism in events and propagation direction in (Field)AdaptableInterval,
10+
and improves numerical stability in BSP-tree operations.
1211

1312
Changes in this version include:
1413

1514
New features:
16-
o issues/269: Add public, static access to integrators name.
17-
o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators.
18-
o issues/296: Added constrained optimization. Thanks to Francesco Rocca.
19-
o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
20-
o issues/281: Add default implementations in CalculusFieldElement and inheritors.
21-
o issues/280: Add square method to CalculusFieldElement.
15+
o issues/363: Add a (backwards) smoother counterpart to the linear Kalman, extended Kalman and unscented filters.
16+
o issues/328: Add inverse transform method to UnscentedTransformProvider.
17+
o issues/382: Added reset mechanism in ODE event detection.
18+
o issues/260: Added FieldPolynomialFunctionLagrangeForm.
19+
o issues/370: Added native way to stack an independent variable in (Field)Gradient.
20+
o issues/335: Add boolean for propagation direction in (Field)AdaptableInterval.
2221

2322
Fixed Bugs:
24-
o issues/290: Fixes regressions with Field in event detection.
25-
o issues/291: Fix broken newInstance method for FieldTuple.
23+
o issues/367: Added getHipparchusVersion method to MathUtils.
24+
o issues/384: Fixed issue with open boundaries in Euclidean 2D-polygons.
25+
o issues/360: Increased dimension of directions numbers in Sobol sequence generation.
26+
o issues/354: Added FieldBivariateGridInterpolator, FieldBilinearInterpolator and FieldBilinearInterpolatingFunction.
27+
o issues/347: Fixed JUnit pioneer dependency version not compatible with Java 8.
28+
o issues/339: Changed CDN for faster site load.
2629

2730
Changes:
28-
o issues/277: Improved release guide. Thanks to Bryan.
29-
o issues/333: Added Gauss-Markov order 1 autoregressive process generation.
30-
o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
31-
o issues/327: Allow variable arguments for building PolynomialFunction.
32-
o issues/322: Extracted class JacobiKey from PolynomialsUtils.
33-
o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity.
34-
o issues/302: Improved performance of Gradient.
35-
o issues/288: Replace uses of scalar multiplication on Field one.
36-
o issues/286: Rework interfaces for Derivative and FieldDerivative.
31+
o Added moveTowards method to Point interface.
32+
o issues/372: Rename RungeKutta(Field)Integrator as FixedStepRungeKutta(Field)Integrator.
33+
o issues/314: Improved robustness of BSP tree operations.
34+
o issues/361: Rename DEFAULT_MAXCHECK as DEFAULT_MAX_CHECK.
35+
o issues/330: Made constructors of abstract classes protected when they were public.
36+
o issues/350: Removed obsolete hipparchus-migration module.
37+
o issues/349: Added getAddendum() to CalculusFieldElement interface.
38+
o issues/346: Added getLocalizedString(baseName, key, locale) with default implementation to Localizable interface.
39+
o issues/285: Migrated tests from JUnit 4 to JUnit 5.
40+
3741

3842
For complete information on Hipparchus, including instructions on how to submit bug reports,
3943
patches, or suggestions for improvement, see the Hipparchus website:

hipparchus-clustering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-clustering/src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Clustering Release Notes</title>
5050
</properties>
5151
<body>
52-
<release version="4.0" date="TBD" description="TBD">
52+
<release version="4.0" date="2025-03-20" description="This is a major release.">
5353
<action dev="vincent" type="update" issue="issues/285">
5454
Migrated tests from JUnit 4 to JUnit 5
5555
</action>

hipparchus-clustering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-core/src/changes/changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Core Release Notes</title>
5050
</properties>
5151
<body>
52-
<release version="4.0" date="TBD" description="TBD">
52+
<release version="4.0" date="2025-03-20"
53+
description="This is a major release. It include several improvements, mostly linked to Fields.">
5354
<action dev="luc" type="fix" issue="issues/367">
5455
Added getHipparchusVersion method to MathUtils.
5556
</action>
@@ -69,8 +70,7 @@ If the output is not quite correct, check for invisible trailing spaces!
6970
Added getAddendum() to CalculusFieldElement interface.
7071
</action>
7172
<action dev="luc" type="update" issue="issues/346">
72-
Added getLocalizedString(baseName, key, locale) with default implementation
73-
to Localizable interface
73+
Added getLocalizedString(baseName, key, locale) with default implementation to Localizable interface.
7474
</action>
7575
<action dev="vincent" type="update" issue="issues/285">
7676
Migrated tests from JUnit 4 to JUnit 5

hipparchus-core/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8989
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
9090
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
91+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
9192
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
9293
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9394
<item name="Developers Guide" href="../developers.html"/>

hipparchus-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus FFT Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="TBD" description="TBD">
51+
<release version="4.0" date="2025-03-20" description="This is a major release.">
5252
<action dev="vincent" type="update" issue="issues/285">
5353
Migrated tests from JUnit 4 to JUnit 5
5454
</action>

hipparchus-fft/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-filtering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-filtering/src/changes/changes.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Filtering Release Notes</title>
5050
</properties>
5151
<body>
52-
<release version="4.0" date="TBD" description="TBD">
52+
<release version="4.0" date="2025-03-20"
53+
description="This is a major release. It adds new features to Kalman filters">
54+
<action dev="mgrutten" type="add" issue="issues/363">
55+
Add a (backwards) smoother counterpart to the linear Kalman, extended Kalman and unscented filters.
56+
</action>
57+
<action dev="maxime" type="add" issue="issues/328">
58+
Add inverse transform method to UnscentedTransformProvider.
59+
</action>
5360
<action dev="vincent" type="update" issue="issues/285">
5461
Migrated tests from JUnit 4 to JUnit 5
5562
</action>

hipparchus-filtering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-fitting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fitting/src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Fitting Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="TBD" description="TBD">
51+
<release version="4.0" date="2025-03-20" description="This is a major release.">
5252
<action dev="vincent" type="update" issue="issues/285">
5353
Migrated tests from JUnit 4 to JUnit 5
5454
</action>

hipparchus-fitting/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-geometry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-geometry/src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Geometry Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="TBD" description="TBD">
51+
<release version="4.0" date="2025-03-20"
52+
description="This is a major release. It improves numerical stability of BSP-tree operations.">
5253
<action dev="luc" type="update">
5354
Added moveTowards method to Point interface.
5455
</action>
@@ -59,7 +60,7 @@ If the output is not quite correct, check for invisible trailing spaces!
5960
Added point, hyperplane and sub-hyperplane types to geometry classes parameters
6061
</action>
6162
<action dev="luc" type="update" issue="issues/314">
62-
Improved robustness of BSP tree operations
63+
Improved robustness of BSP tree operations.
6364
</action>
6465
<action dev="vincent" type="update" issue="issues/285">
6566
Migrated tests from JUnit 4 to JUnit 5

hipparchus-geometry/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-ode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-ode/src/changes/changes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus ODE Release Notes</title>
5050
</properties>
5151
<body>
52-
<release version="4.0" date="TBD" description="TBD">
52+
<release version="4.0" date="2025-03-20"
53+
description="This is a major release. It adds a reset mechanism in events and
54+
adds propagation direction in (Field)AdaptableInterval.">
5355
<action dev="serrof" type="add" issue="issues/382">
5456
Added reset mechanism in ODE event detection.
5557
</action>

hipparchus-ode/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-optim/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-optim/src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Optim Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="TBD" description="TBD">
51+
<release version="4.0" date="2025-03-20" description="This is a major release.">
5252
<action dev="vincent" type="update" issue="issues/285">
5353
Migrated tests from JUnit 4 to JUnit 5
5454
</action>

hipparchus-optim/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<item name="2.3 API docs" href="https://hipparchus.org/apidocs-2.3/index.html"/>
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
87+
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8788
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8889
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
8990
<item name="Developers Guide" href="../developers.html"/>

hipparchus-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.hipparchus</groupId>
2323
<artifactId>hipparchus</artifactId>
24-
<version>4.0-SNAPSHOT</version>
24+
<version>4.0</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Hipparchus</name>

hipparchus-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0-SNAPSHOT</version>
26+
<version>4.0</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)