Skip to content

v1.5.0

Compare
Choose a tag to compare
@camargo camargo released this 25 Apr 18:26
· 1633 commits to develop since this release
dc4abb1

Summary

  • Expanded sequence with multiple activities now sort commands if all commands are absolute or relative time (see docs)
  • Add @FixedDuration annotation to activities, this allows modellers to differentiate uncontrollable duration activities into dynamic and static duration (see docs)
  • AutoValueMapper updates that improves the usefulness of the @AutoValueMapper.Record annotation by enabling its use outside of computed attributes, and supports generics better (see docs)
  • New optional activityFinderproperty for scheduling goals. If present, it will be used as replacement of activityTemplate to match against existing activities in the plan (see docs)
  • New documentation on how to use initial conditions (incons) for simulation (see the mission modeling docs and planning docs)

What's Changed

Please see our latest upgrade guide for complete instructions for upgrading from 1.4.0 to 1.5.0.

New Features

Bug Fixes

Refactoring

Continuous Integration

Full Changelog: v1.4.0...v1.5.0