This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from cf8c06ee86 feat(Geometry): add shortcut methods on Similarity
new e99ccc798a Fix wrong tooltip associated to button for switching
between grid coverage visual and table of values. Opportunistic documentation
fixes.
new d22fd8761f Provides a message saying that a CRS is missing instead of
letting the exception propagate.
new 0d285f701b Fix a ClassCastException in the result of optimizing an
`equal` filter when the operands are two Boolean values.
The 3 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:
.../org/apache/sis/filter/ComparisonFilter.java | 79 +++++++++++++++--
.../sis/filter/base/BinaryFunctionWidening.java | 3 +-
.../apache/sis/filter/ComparisonFilterTest.java | 98 ++++++++++++++--------
.../apache/sis/filter/DynamicOptimizationTest.java | 19 +++++
.../main/org/apache/sis/portrayal/Observable.java | 2 -
.../sis/storage/tiling/TileMatrixSetFormat.java | 25 ++++--
.../main/org/apache/sis/math/NumberType.java | 2 +-
.../apache/sis/gui/coverage/CoverageExplorer.java | 6 +-
.../apache/sis/gui/coverage/TileMatrixSetPane.java | 13 +--
.../sis/gui/metadata/IdentificationInfo.java | 2 +-
.../gui/referencing/RecentReferenceSystems.java | 2 +-
11 files changed, 183 insertions(+), 68 deletions(-)