Skip to content

djunits v5.3.0

Choose a tag to compare

@averbraeck averbraeck released this 06 Sep 19:24

The following issues have been addressed in djunits v5.3.0:

  • Issue #20. Add quetta (Q), ronna (R), ronto (r) and quecto (q) SI unit prefixes
  • Issue #32. Make Scalar.setDisplayUnit() chaining
  • Issue #33. Interpolation documentation unclear about interpolated values
  • Issue #34. Convert publishing to Maven Central from 'OSSRH' to new 'Central Portal'
  • Issue #35. Remove static max(), min() and interpolate() methods from abstract Scalar classes
  • Issue #36. Improve error reporting of valueOf and of functions for scalars
  • Issue #37. Remove static instantiateISI() method from Scalar classes
  • Issue #39. Rename instantiateSI() to ofSI() (note that this asks for refactoring of code)
  • Issue #40. Remove generic static plus and minus methods
  • Issue #42. Implement as-unit constructor for scalars on a higher level
  • Issue #43. Create Angle.PI and other constants
  • Issue #44. Move Scalar.instantiateAnonymous methods to SIScalar class
  • Issue #45. Rethink scalar multiply and divide methods
  • Issue #46. Increase test coverage