Skip to content

djutils v2.2.3

Choose a tag to compare

@averbraeck averbraeck released this 28 Oct 00:51

The following issues have been handled in this version:

  • Issue #13. CliUtil default decimal values and Locale
  • Issue #14. Add a project djutils-eval for expression evaluation
  • Issue #15. Polygon2d.contains() returns false for a clearly true result
  • Issue #16. Methods getName() and getDescription() in class ObjectDescriptor should be public
  • Issue #18. Rename toExcel() methods as toTsv() in djutils-draw
  • Issue #19. Move toPlot() method from various djutils-draw classes into utility class
  • Issue #23. Improve documentation for Ray and OrientedPoint
  • Issue #25. Throw.whenNull() without "may not be null"
  • Issue #30. PolyLine.getLocation(..) not intuitive
  • Issue #37. Remove maven-changes-plugin from pom file and site.xml
  • Issue #38. Documentation Project.projectOrthogonalFractional NaN/null
  • Issue #39. Cannot happen handling in djutils-draw
  • Issue #40. Bounds should only be concerned with other Bounds in their methods
  • Issue #41. Remove OrientedPoint2d
  • Issue #42. Extend DirectedPoint3d into OrientedPoint3d
  • Issue #46. Remove {@inheritDoc} from overridden methods