This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git
from 789cd85c1a Ensure that the Javadoc is the same as on the main branch.
add 253a91c7e5 Ensure that the Javadoc is the same as on the main branch.
add b2b64080c8 Set version number and the EPSG geodetic dataset URL to
expected values after release.
add c3a5675a3c Configuration issues identified during the release process:
add b8b11bda55 Fix a wrong detecting of coordinate operation type. The
previous algortihm was based on whether an accuracy is specified, but got
confused by the fact that datum ensembles also have accuracy. This commit also
clarify the case of datum shifts without parameters.
add 75d1967fa4 Fix the last JUnit test failure when using EPSG version 12.
This fix is not satisfying, as it cannot be applied between two datum ensemble.
A generalization of this fix would need a refactoring of the way that
Bursa-Wolf parameters are searched.
new f4ee01f6fe Minor cleanups and addition of more efficient methods for
inversion of small matrices.
new a1e3ecb82c Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the
last bug fixes for allowing JUnit tests to pass with EPSG version 12.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NOTICE | 2 +-
README.md | 2 +-
.../apache/sis/console/MetadataCommandTest.java | 3 +-
.../iso/extent/DefaultGeographicDescription.java | 2 +-
.../sis/referencing/AbstractIdentifiedObject.java | 13 +-
.../sis/referencing/StandardDefinitions.java | 25 ++-
.../sis/referencing/cs/CoordinateSystems.java | 3 +
.../sis/referencing/datum/DatumOrEnsemble.java | 17 +-
.../referencing/datum/DefaultGeodeticDatum.java | 2 +
.../referencing/factory/GeodeticObjectFactory.java | 5 +
.../internal/PositionalAccuracyConstant.java | 11 -
.../apache/sis/referencing/internal/Resources.java | 10 +-
.../sis/referencing/internal/Resources.properties | 2 +-
.../referencing/internal/Resources_fr.properties | 2 +-
.../apache/sis/referencing/operation/CRSPair.java | 2 +-
.../operation/CoordinateOperationFinder.java | 244 +++++++++++++++------
.../operation/CoordinateOperationRegistry.java | 108 +++++----
.../sis/referencing/operation/matrix/Matrix1.java | 17 +-
.../sis/referencing/operation/matrix/Matrix2.java | 16 +-
.../CoordinateSystemTransformBuilder.java | 3 +-
.../operation/CoordinateOperationFinderTest.java | 10 +-
.../DefaultCoordinateOperationFactoryTest.java | 2 +-
.../apache/sis/setup/OptionalInstallations.java | 4 +-
.../org/apache/sis/util/resources/Vocabulary.java | 15 +-
.../sis/util/resources/Vocabulary.properties | 3 +-
.../sis/util/resources/Vocabulary_fr.properties | 3 +-
netbeans-project/ivy-settings.xml | 2 +-
optional/build.gradle.kts | 3 +
optional/src/org.apache.sis.gui/bundle/README | 8 +-
.../sis/referencing/factory/sql/epsg/README.md | 4 +-
parent/pom.xml | 2 +-
settings.gradle.kts | 4 +-
32 files changed, 366 insertions(+), 183 deletions(-)