Skip to content

ots v1.7.1

Compare
Choose a tag to compare
@averbraeck averbraeck released this 30 Mar 08:58
· 542 commits to main since this release

Addressed a number of vulnerabilities by updating the versions of the libraries of:

  • djunits
  • djutils
  • dsol
  • jetty
  • fastcsv

The updates needed a few changes in ots:

  • There is now a VisualizationPanel instead of a GridPanel in dsol-animation. This has been adapted in the animation code of ots.
  • Classes in dsol have been renamed to Pascal case, so DEVS... is now Devs...
  • The validators for numbers in djunits do not accept numbers starting with a + sign. The unit tests using this havebeen adapted.
  • Several updates have been made to the ots-editor project.
  • Some method names in packages on which ots is dependent haven been changed. The updates have been made.