This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 3119119  Merge branch 'geoapi-3.1'.
     add bbc68e3  Result of arithmetic operations on quantities shall be as if 
all values were converted to system quantities before the operations is 
performed. https://issues.apache.org/jira/browse/SIS-429
     add e087dea  Fix units formatting when the denominator is unitless. 
https://issues.apache.org/jira/browse/SIS-414.
     add da0c99d  Fix javadoc typos.
     add 6931fdd  Now that Apache NetBeans 9.0 has been released, switch 
NetBeans configuration project to 9.0.
     add d281917  Merge branch 'geoapi-4.0' into geoapi-3.1.
     new 7288315  Merge branch 'geoapi-3.1'

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:
 .../main/java/org/apache/sis/math/Fraction.java    |  17 +-
 .../java/org/apache/sis/measure/AbstractUnit.java  |   8 +-
 .../org/apache/sis/measure/ConventionalUnit.java   |   2 +-
 .../java/org/apache/sis/measure/DerivedScalar.java | 270 +++++++
 .../java/org/apache/sis/measure/Quantities.java    |  34 +-
 .../main/java/org/apache/sis/measure/Scalar.java   | 108 ++-
 .../java/org/apache/sis/measure/ScalarFactory.java |  23 +-
 .../java/org/apache/sis/measure/UnitFormat.java    |  35 +-
 .../main/java/org/apache/sis/measure/Units.java    |  20 +-
 .../sis/util/collection/DerivedIterator.java       |   2 +-
 .../org/apache/sis/util/collection/DerivedSet.java |   4 +-
 .../java/org/apache/sis/math/FractionTest.java     |  16 +-
 .../org/apache/sis/measure/QuantitiesTest.java     |  42 +-
 .../org/apache/sis/measure/UnitFormatTest.java     |  13 +
 ide-project/NetBeans/nbproject/build-impl.xml      | 816 ++++++++++++++-------
 ide-project/NetBeans/nbproject/genfiles.properties |   4 +-
 ide-project/NetBeans/nbproject/project.properties  |   3 +-
 17 files changed, 1087 insertions(+), 330 deletions(-)
 create mode 100644 
core/sis-utility/src/main/java/org/apache/sis/measure/DerivedScalar.java

Reply via email to