Skip to content

v0.13.2

Compare
Choose a tag to compare
@camargo camargo released this 19 Oct 19:53
· 451 commits to develop since this release

Summary of New Features

  • A timeline histogram that shows the distribution of activities in the timeline and a constraint violations heat map.
  • New timeline time-range slider and better timeline zoom controls with hotkeys.
  • Improved timeline tick rendering.
  • Error console that displays simulation and scheduling errors. As the system evolves more errors will be displayed here.
  • An activity table column selection menu for adding and removing columns. Column preferences are saved with the UI view.
  • Two new buttons have been added to the activity table header to auto-resize columns based on screen width, or content.

Breaking Changes

  • The UI view activity table column field start_time value has been renamed to start_time_doy. An example can be found here.

What's Changed

New Features

Bug Fixes

  • fix: e2e scheduling test by @camargo in #169
  • fix: get activities by simulation dataset id by @camargo in #172
  • fix: update simulation error derivation to return empty array instead of null by @duranb in #175
  • fix: set z-index of console so panels do not overlap over it by @duranb in #177
  • fix: tooltip positioning during box drag by @AaronPlave in #189
  • fix: timeline scroll bar by @camargo in #192
  • fix: make activity table use start_time_doy instead of start_time by @duranb in #194

Refactoring

Testing

Continuous Integration

  • ci: use Java 19 to build Aerie in test workflow by @camargo in #191

Documentation

Build System and Dependencies

Full Changelog: v0.13.1...0.13.2