ucar.units.HISTORY Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of udunits Show documentation
Show all versions of udunits Show documentation
The ucar.units Java package is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, or raising a unit to a power).
The newest version!
VERSION/DATE COMMENTS
------------ --------
0.2 2009-04-09
Added support for logarithmic units.
Rewrote parser.
0.1 YYYY-MM-DD
Added to StandardUnitFormat the printing on standard error
of the message "Unknown unit: ...".
Added Unit.getCanonicalString().
Fixed bug in handling of timezones and daylight savings time.
0.0 1999-04-09
Released for internal use.