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 3e7afe4085 Remove deprecated methods after release.
new 58e7210b1b Add documentation and test in `DefaultEvaluator` in attempt
to identify the cause of a random JUnit test failure during parallel execution.
new e74a19d653 Fix some documentation about `NumberType`.
new 8d49b3b445 Fix GDAL support on MacOS by using
`System.mapLibraryName(String)`. Opportunistic documentation fixes and
simplification.
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:
.../apache/sis/coverage/grid/DefaultEvaluator.java | 148 ++++++++++++---------
.../sis/coverage/grid/ValuesAtPointIterator.java | 13 +-
.../sis/coverage/grid/DefaultEvaluatorTest.java | 48 +++++++
.../main/org/apache/sis/math/NumberType.java | 11 +-
.../sis/storage/gsf/panama/LibraryLoader.java | 3 +-
.../main/org/apache/sis/storage/gdal/GDAL.java | 2 +-
.../apache/sis/storage/panama/LibraryLoader.java | 3 +-
.../apache/sis/storage/panama/NativeFunctions.java | 10 +-
8 files changed, 160 insertions(+), 78 deletions(-)