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 b7a6c8c  Fix the Lanczos interpolation.
     new 411009b  Modify Lanczos implementation for: - reducing the amount of 
`Math.sin(x)` computation - create only one temporary array instead of two - 
make unnecessary the call to `Arrays.fill(…)`.
     new fed8f69  Avoid a null `ColorModel` with some image shown in JavaFX 
applications.
     new 747d9bd  Minor cleanup following the port of `org.apache.sis.measure` 
to Seshat.

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/gui/dataset/ResourceExplorer.java   |  8 +-
 .../org/apache/sis/image/LanczosInterpolation.java | 91 +++++++++++++++-------
 .../internal/coverage/j2d/ColorModelFactory.java   |  7 ++
 .../org/apache/sis/measure/QuantitiesTest.java     |  2 +
 .../org/apache/sis/measure/SystemUnitTest.java     |  2 +-
 .../org/apache/sis/measure/UnitFormatTest.java     |  1 +
 6 files changed, 74 insertions(+), 37 deletions(-)

Reply via email to