Skip to content

Commit 994e85d

Browse files
Merge branch 'release-4.0'
2 parents c4d9a04 + 0def0a5 commit 994e85d

45 files changed

Lines changed: 351 additions & 29 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
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>4.0.2</myprojectname.hipparchus.version>
44+
<myprojectname.hipparchus.version>4.0.3</myprojectname.hipparchus.version>
4545
</properties>
4646

4747
<dependencies>

RELEASE-NOTES.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
Hipparchus 4.0.2 RELEASE NOTES
2+
Hipparchus 4.0.3 RELEASE NOTES
33

4-
The Hipparchus team is pleased to announce the release of hipparchus-4.0.2
4+
The Hipparchus team is pleased to announce the release of hipparchus-4.0.3
55

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

@@ -10,9 +10,7 @@ This is a patch release.
1010
Changes in this version include:
1111

1212
Fixed Bugs:
13-
o issues/416: Fixed inconsistency between Abstract{Field}ODEStateInterpolator and {Field}DetectorBasedEventState for event time handling.
14-
o issues/411: Fixes NaN appearing in second derivative for atan2 with (Field)UnivariateDerivative2 when argument has zero value.
15-
13+
o issues/449: Fixed inconsistency between interpolated states when calling ODEStepHandler#handleStep at each event.
1614

1715
For complete information on Hipparchus, including instructions on how to submit bug reports,
1816
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.2</version>
26+
<version>4.0.3</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-clustering/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ 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.3" date="2026-02-08" description="This is a patch release.">
53+
<action dev="bryan" type="update">
54+
No changes directly in this module. However, lower level Hipparchus modules did change,
55+
hence a new release was needed.
56+
</action>
57+
</release>
5258
<release version="4.0.2" date="2025-09-08" description="This is a patch release.">
5359
<action dev="bryan" type="update">
5460
No changes directly in this module. However, lower level Hipparchus modules did change,

hipparchus-clustering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
8888
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8989
<item name="4.0.2 API docs" href="https://hipparchus.org/apidocs-4.0.2/index.html"/>
90+
<item name="4.0.3 API docs" href="https://hipparchus.org/apidocs-4.0.3/index.html"/>
9091
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
9192
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9293
<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.2</version>
26+
<version>4.0.3</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-core/src/changes/changes.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ 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.2" date="TBC" description="This is a patch release.">
52+
<release version="4.0.3" date="2026-02-08" description="This is a patch release.">
53+
<action dev="bryan" type="update">
54+
No changes directly in this module. However, lower level Hipparchus modules did change,
55+
hence a new release was needed.
56+
</action>
57+
</release>
58+
<release version="4.0.2" date="2025-09-08" description="This is a patch release.">
5359
<action dev="serrof" type="fix" issue="issues/411">
5460
Fixes NaN appearing in second derivative for atan2 with (Field)UnivariateDerivative2 when argument has zero value.
5561
</action>

hipparchus-core/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
9292
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
9393
<item name="4.0.2 API docs" href="https://hipparchus.org/apidocs-4.0.2/index.html"/>
94+
<item name="4.0.3 API docs" href="https://hipparchus.org/apidocs-4.0.3/index.html"/>
9495
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
9596
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9697
<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.2</version>
26+
<version>4.0.3</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.2</version>
26+
<version>4.0.3</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)