This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from c13530cdad Try harder to build a sample model when there is
insuffisient information.
add 785387034f chore(Build): ugrade Gradle wrapper to 8.14.4 to allow
building with JDK 24
add 2843f7b77f feat(Feature): Make SampleDimension lenient comparable
add 76febadda6 feat(Utilities): add support for numbers in approximate
equality
add 81ff7e1568 fix(Storage): fix Geotiff data store flaky test
add ed5617b6a5 chore(Storage): improve GeoTiff tests to verify tiling of
written files
add ad33ef9dd7 chore(Feature): add a test to verify that image
reformatting properly retile given image.
add e77f5d00a1 chore(Storage): fix javadoc formatting of a Geotiff unit
test
add 911f46d11d refactor(Storage): force future inheritors of
SampleDimension class to override equals through LenientComparable interface
add 65cb2c7145 feat+fix(Feature): fix SampleDimension lenient comparison
by making its subcomponents lenient comparable as well
new 0a2fde0652 Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0
https://github.com/apache/sis/pull/44
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:
.../main/org/apache/sis/coverage/Category.java | 87 +++++++++++---
.../main/org/apache/sis/coverage/CategoryList.java | 2 +-
.../org/apache/sis/coverage/SampleDimension.java | 55 +++++++--
.../main/org/apache/sis/coverage/package-info.java | 3 +-
.../org/apache/sis/coverage/CategoryListTest.java | 117 ++++++++++++++++++
.../test/org/apache/sis/coverage/CategoryTest.java | 107 +++++++++++++++++
.../apache/sis/coverage/SampleDimensionTest.java | 132 +++++++++++++++++++++
.../org/apache/sis/image/ImageProcessorTest.java | 45 +++++++
.../storage/geotiff/writer/ReformattedImage.java | 4 +-
.../sis/storage/geotiff/GeoTiffStoreTest.java | 128 +++++++++++++++++---
.../org/apache/sis/storage/geotiff/ReaderTest.java | 49 ++++++--
.../storage/geotiff/tiled_without_compression.tiff | Bin 0 -> 2324 bytes
.../geotiff/untiled_without_compression.tiff | Bin 0 -> 1240 bytes
.../main/org/apache/sis/math/NumberType.java | 47 +++++---
.../org/apache/sis/measure/MeasurementRange.java | 26 +++-
.../main/org/apache/sis/measure/Range.java | 123 +++++++++++++++++--
.../main/org/apache/sis/util/ComparisonMode.java | 21 ++--
.../main/org/apache/sis/util/Utilities.java | 15 ++-
.../apache/sis/util/internal/shared/Numerics.java | 11 +-
.../apache/sis/measure/MeasurementRangeTest.java | 1 +
.../test/org/apache/sis/measure/RangeTest.java | 24 ++++
gradle/wrapper/gradle-wrapper.properties | 2 +-
22 files changed, 894 insertions(+), 105 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.storage.geotiff/test/org/apache/sis/storage/geotiff/tiled_without_compression.tiff
create mode 100644
endorsed/src/org.apache.sis.storage.geotiff/test/org/apache/sis/storage/geotiff/untiled_without_compression.tiff