This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 6eac04b166 Merge branch 'geoapi-3.1'.
     add a8ca48dad6 Combine `DataStoreFilter` with user-supplied filter.
     add aa81075711 Avoid a direct dependencies of metadata `Extents` class 
toward referencing interfaces.
     add 03051e4384 Use existing contants for TIFF tag types. Opportunistic 
documentation fixes.
     add 1dc6f94da8 Resolve a new Gradle warning which appears with Gradle 8.3. 
Edit the RExADME.md file.
     add f83e8924f3 Add missing `createParametric[CRS|CS|Datum](String)` methods
     add 2c76440e28 Add radioactivity units of measurement (becquerel and 
curie).
     add a0cf252abe Do not export the 
`org.apache.sis.referencing.operation.projection` package. It does not need to 
be used directly, and its design is non-trivial.
     add 1cb9a4913e After removing the export of projection packages, the 
`getClass() == Foo.class` verifications are no longer necessary.
     add 5a43124658 Upgrade dependencies
     add 4ad7739f09 Corrections in the README.md about GeoAPI snapshot used in 
"geoapi-xxx" branches.
     add 611ffb816d Merge branch 'geoapi-4.0' into geoapi-3.1. This is minor 
adjustments in preparation for a release proposal.
     new 6affdaa155 Merge branch 'geoapi-3.1'.

The 1 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:
 README.md                                          |  24 ++-
 endorsed/build.gradle.kts                          |  34 ++--
 .../main/module-info.java                          |   1 -
 .../main/org/apache/sis/io/wkt/Convention.java     |   2 -
 .../main/org/apache/sis/referencing/CRS.java       |  23 ++-
 .../apache/sis/referencing/GeodeticCalculator.java |   1 -
 .../sis/referencing/cs/CoordinateSystems.java      |   6 +-
 .../referencing/factory/AuthorityFactoryProxy.java |   2 +-
 .../apache/sis/referencing/internal/Legacy.java    |   4 -
 .../sis/referencing/operation/package-info.java    |   9 +-
 .../operation/projection/AlbersEqualArea.java      |   2 +-
 .../operation/projection/CassiniSoldner.java       |   2 +-
 .../operation/projection/CylindricalEqualArea.java |   2 +-
 .../projection/LambertConicConformal.java          |   2 +-
 .../referencing/operation/projection/Mercator.java |   2 +-
 .../projection/ModifiedAzimuthalEquidistant.java   |   2 +-
 .../operation/projection/ObliqueStereographic.java |   2 +-
 .../operation/projection/PolarStereographic.java   |   2 +-
 .../operation/projection/Polyconic.java            |   2 +-
 .../operation/projection/Sinusoidal.java           |   2 +-
 .../operation/projection/TransverseMercator.java   |   2 +-
 .../operation/projection/package-info.java         |   7 +-
 .../operation/transform/ContextualParameters.java  |  47 ++---
 .../operation/transform/package-info.java          |   2 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |   2 +-
 .../main/org/apache/sis/storage/geotiff/Type.java  |  25 +--
 .../org/apache/sis/storage/DataStoreRegistry.java  |   6 +-
 .../apache/sis/storage/image/DataStoreFilter.java  |  29 ++-
 .../main/org/apache/sis/measure/Scalar.java        |   4 +-
 .../org/apache/sis/measure/UnitNames.properties    |   2 +
 .../main/org/apache/sis/measure/UnitRegistry.java  |   3 +-
 .../main/org/apache/sis/measure/Units.java         | 221 ++++++++++++---------
 .../main/org/apache/sis/util/ComparisonMode.java   |   9 +-
 .../org/apache/sis/measure/UnitFormatTest.java     |   2 +
 .../test/org/apache/sis/measure/UnitsTest.java     |   8 +-
 incubator/build.gradle.kts                         |   4 +-
 netbeans-project/ivy.xml                           |   8 +-
 optional/build.gradle.kts                          |   2 +-
 .../gui/referencing/PositionableProjection.java    |   8 -
 settings.gradle.kts                                |  10 +-
 40 files changed, 294 insertions(+), 233 deletions(-)

Reply via email to