Skip to content

Releases: oskopek/TransportEditor

0.6.0

08 Mar 22:21
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Sprint 06

2017/02/20 -> 2017/03/08

  • Refactoring, reformatting, ...
  • Added user docs and javadocs
  • Added plan state viewing

0.5.0

19 Feb 20:34
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Sprint 05

2017/01/30 -> 2017/02/19

After exams, sprint 05.

  • Added UI tests
  • Finished backend graph editing, added frontend problem editing.
  • Fixed plan viewing UI and added plan editing UI. Added filtering to plan views.
  • Fixed a bunch of UI bugs.
  • Added most javadocs and completed dev docs. Need to finish JavaDoc and user in-UI docs.

0.4.0

14 Dec 23:56
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Sprint 04

2016/11/21

Sprint 04 begins.

2016/11/24

Fixed UI issues: splitpane added + save dialog now displays only when really needed.

2016/11/25

Fixed program exiting, now disposes graph viewers properly.
Fixed session load/save and a corresponding parser bug.

2016/11/26

Started working on the domain variant creator dialog.

2016/12/09

  • Finished domain variant creator dialog (except numeric domains).
    Are they useful at all?
  • Finished external planner and validator dialogs.
  • Added all planning objects to Gantt chart.

2016/12/11

  • Finished external planner and validator dialogs.

2016/12/14

  • Finished log viewer dialog.
  • Fixed recursive discard dialog bug.
  • Released sprint04.
  • Sent email requesting meeting.

0.3.1

22 Nov 18:53
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Sprint 03 - hotfix 1

Screenshots

Temporal + Gantt chart:
screenshot_2016-11-20 21-15-53_temporal

Sequential + table:

screenshot_2016-11-20 21-16-26_sequential

2016/09/26

Meeting with Bartak, continuing in the next semester.
Should release and take feedback more often.
Also, should take a look at Multi-agent planning benchmarks
and see if we can import the file formats for our own benchmarks.

2016/10/20

Fixed CI, migrated to GitLab because of GitLab CI.

Couldn't find anything reasonable about Multi-agent planning benchmarks :/.
Skipping.

Interval tree: https://github.com/kevinjdolan/intervaltree

2016/11/21

Finished plan visualization (Gantt, linear), finished graph basic visualization.

Basic UI for loading and displaying domains, problems and plans.

Fixed up IO, added a bunch of tests.

Finished and released sprint03.

2016/11/22

Fixed executable jars.

0.3.0

20 Nov 20:04
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Sprint 03

Screenshots

Temporal + Gantt chart:
screenshot_2016-11-20 21-15-53_temporal

Sequential + table:

screenshot_2016-11-20 21-16-26_sequential

2016/09/26

Meeting with Bartak, continuing in the next semester.
Should release and take feedback more often.
Also, should take a look at Multi-agent planning benchmarks
and see if we can import the file formats for our own benchmarks.

2016/10/20

Fixed CI, migrated to GitLab because of GitLab CI.

Couldn't find anything reasonable about Multi-agent planning benchmarks :/.
Skipping.

Interval tree: https://github.com/kevinjdolan/intervaltree

2016/11/21

Finished plan visualization (Gantt, linear), finished graph basic visualization.

Basic UI for loading and displaying domains, problems and plans.

Fixed up IO, added a bunch of tests.

Finished and released sprint03.

0.2.0

12 Aug 22:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Sprint 02

2016/07/30

  • Finished migration from StudyGuide
  • Started designing model, concepts and UI basics on paper

2016/08/07

  • Added JUNG graph library
  • Stubbing out the model, will take a few more hours.. will start implementing it when the UI features need it, ad hoc

2016/08/13

  • Finished stubbing out the model
    • Some implementation too
  • Finished and released sprint 2

0.1.0

17 Jul 21:17
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Sprint 1 release

Sun 17. 7. 2016

  • Infrastructure works, ready for coding