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 eebcfeeaab Refactor `org.apache.sis.filter.ArithmeticFunction` for 
skipping the verifications of operand types when those types are known in 
advance.
     new e5f1abf3bd Fix wrong value of `ArithmeticFunction.getResultClass()`. 
Minor code formatting (spaces).
     new e9c3ce60ea Remove the `USE_FMA` internal flag. Was always on for last 
years.
     new 846d83107f When transforming a 0 coordinate, we need to get the origin 
even if the scale factor is NaN.

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:
 .../main/org/apache/sis/coverage/CategoryList.java |  2 +-
 .../apache/sis/feature/StringJoinOperation.java    |  2 +-
 .../apache/sis/filter/DefaultFilterFactory.java    |  2 +-
 .../apache/sis/filter/math/ArithmeticFunction.java | 18 ++++----
 .../main/org/apache/sis/image/AnnotatedImage.java  |  4 +-
 .../sis/image/internal/shared/TileOpExecutor.java  |  2 +-
 .../sis/filter/visitor/FunctionNamesTest.java      |  4 +-
 .../main/org/apache/sis/metadata/StateChanger.java |  2 +-
 .../main/org/apache/sis/util/iso/Types.java        |  2 +-
 .../main/org/apache/sis/xml/LegacyCodes.java       |  2 +-
 .../main/org/apache/sis/xml/Pooled.java            |  6 +--
 .../apache/sis/xml/bind/FinalClassExtensions.java  |  2 +-
 .../org/apache/sis/metadata/iso/APIVerifier.java   |  2 +-
 .../main/org/apache/sis/io/wkt/StoredTree.java     |  8 ++--
 .../main/org/apache/sis/io/wkt/WKTFormat.java      |  4 +-
 .../internal/shared/ExtendedPrecisionMatrix.java   |  2 +-
 .../sis/referencing/internal/shared/Formulas.java  |  9 ----
 .../operation/projection/AuthalicConversion.java   | 14 +++----
 .../operation/projection/ConformalProjection.java  |  8 +---
 .../operation/projection/MeridianArcBased.java     | 33 ++++-----------
 .../transform/AbstractLinearTransform.java         |  7 +---
 .../operation/transform/LinearTransform1D.java     | 49 ++++------------------
 .../operation/transform/ProjectiveTransform.java   | 35 ++++++----------
 .../transform/ProjectiveTransformTest.java         | 13 ++----
 .../org/apache/sis/storage/aggregate/Group.java    |  2 +-
 .../apache/sis/storage/base/MetadataBuilder.java   |  2 +-
 .../main/org/apache/sis/measure/UnitRegistry.java  |  4 +-
 .../main/org/apache/sis/util/Locales.java          |  2 +-
 .../main/org/apache/sis/util/collection/Cache.java |  4 +-
 .../org/apache/sis/util/collection/Containers.java |  2 +-
 .../org/apache/sis/util/collection/DerivedMap.java |  2 +-
 .../sis/util/collection/WeakValueHashMap.java      |  4 +-
 .../sis/util/internal/shared/AbstractMap.java      |  2 +-
 .../apache/sis/util/internal/shared/Cloner.java    |  2 +-
 .../test/org/apache/sis/test/Assertions.java       |  2 +-
 .../org/apache/sis/storage/isobmff/Reader.java     |  2 +-
 36 files changed, 89 insertions(+), 173 deletions(-)

Reply via email to