- Upgraded to DDogleg 0.15, which features a new non-linear solver.
- JAR now specifies an automatic module name of
com.codahale.usl4j
.
- Moved away from AutoValue classes to more regular API.
- Dropped JSR-250 annotation dependency.
- Upgraded DDogleg.
- Dropped dependency on annotations.
- Fixed argument transposition in
Measurement.ofThroughput().andConcurency(double, double)
.
- Upgraded DDogleg.
- Added bounds checking for building measurements from
double[]
instances.
- Moved measurement builders to their own static classes.
- Refactored builder methods for measurements.
- Switched to DDogleg Numerics for least-squares regression.
- Improved
#toString
implementation ofMeasurement
to reflect the changes in v0.2.0.
- Changed API of
Measurement
to support creation given any two of the parameters of Little's Law.
- Improved documentation.
- Initial release.