unit-api icon indicating copy to clipboard operation
unit-api copied to clipboard

Units of Measurement API

Results 8 unit-api issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
deferred
design
jdk

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...

task
help wanted
portability

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...

enhancement
deferred
analysis
portability

As discussed it seems a useful SPI feature to discover available - [ ] `Quantity` implementations - [ ] `Prefix` implementations on the classpath or module path.

enhancement
task
deferred
ready
jdk

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...

question
deferred

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....

deferred
design

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....

invalid
breaking change

@keilw - - - This change is [](https://reviewable.io/reviews/unitsofmeasurement/unit-api/254)