unit-api
unit-api copied to clipboard
Units of Measurement API
The [JEP 338: Vector API](https://openjdk.java.net/jeps/338) first incubating in Java 16 sounds interesting. Whether it may influence the API or (similar to `Range`, `MixedQuantity`, etc.) mostly implementations remains to be seen,...
At the moment `ServiceProvider` has a lower code coverage which affects the overall metrics for the project. Should be above 80% for Sonatype. While the new annotations or also existing...
If we want cross-implementation interoperability, we may need to define the behavior of `Dimension.equals(Object)`. It would be needed because two `Unit` instances are considered convertible if all their dimensions are...
As discussed it seems a useful SPI feature to discover available - [ ] `Quantity` implementations - [ ] `Prefix` implementations on the classpath or module path.
Hello, I am not finding how to resolve a `Quantity` instance if I am starting with a `Number` and a `Unit` instance, using only the `javax.measure` API. The trouble here...
Actual physical units can have dimensions that are non-integer (most of the time square-root). This often happens with spectral densities (square root of Hertz), but also in many other domains....
In version of unit-api.jar 2.0, the sources have an enum for DEKA. In the latest source it was removed. I'm not sure why as the related static method is retained....
@keilw - - - This change is [](https://reviewable.io/reviews/unitsofmeasurement/unit-api/254)