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 55c2c40 Add `GridExtent.contains(long...)` method.
add 7817a5a feat(Utility): add acceleration units: base and gal
add 3c7b394 fix(Utility): fix a typo on french degree unit name
new c0a2f96 Merge branch 'feat/acceleration-units' into geoapi-4.0.
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/measure/Scalar.java | 15 +++-
.../java/org/apache/sis/measure/UnitRegistry.java | 14 +++-
.../java/org/apache/sis/measure/UnitServices.java | 1 +
.../main/java/org/apache/sis/measure/Units.java | 78 ++++++++++++++-----
.../java/org/apache/sis/measure/package-info.java | 1 +
.../org/apache/sis/measure/UnitNames.properties | 2 +
.../org/apache/sis/measure/UnitNames_fr.properties | 3 +-
.../org/apache/sis/measure/UnitFormatTest.java | 5 +-
.../java/org/apache/sis/measure/UnitsTest.java | 87 ++++++++++++----------
9 files changed, 144 insertions(+), 62 deletions(-)