This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a change to branch feat/javafx-on-11
in repository https://gitbox.apache.org/repos/asf/sis.git.
from ceb9381 Merge branch 'geoapi-4.0' into feat/javafx-on-11
add 920bf67 Fix test suite execution.
add 7498ef3 More robust concatenation of transforms when some steps may
be dropping or adding a dimension.
new 7b6698f Merge branch 'geoapi-4.0' into feat/javafx-on-11
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:
.../sis/internal/filter/sqlmm/ST_LineString.java | 2 +-
.../coverage/grid/ResampledGridCoverageTest.java | 3 +-
.../apache/sis/image/StatisticsCalculatorTest.java | 2 +-
.../sis/internal/filter/sqlmm/SQLMMTest.java | 3 +-
.../operation/transform/ConcatenatedTransform.java | 66 +++++++++++++++++++---
.../operation/transform/IdentityTransform.java | 10 +++-
.../transform/ConcatenatedTransformTest.java | 43 +++++++++++++-
7 files changed, 116 insertions(+), 13 deletions(-)