Skip to content

Releases: Ratfink/RealTimeScheduling.jl

v0.3.6

23 Apr 16:03
Compare
Choose a tag to compare

RealTimeScheduling v0.3.6

Diff since v0.3.5

Merged pull requests:

Closed issues:

  • We should actually use rng in rand!(rng, sampler) (#21)

v0.3.5

16 Mar 14:18
Compare
Choose a tag to compare

RealTimeScheduling v0.3.5

Diff since v0.3.4

v0.3.4

07 Mar 16:27
Compare
Choose a tag to compare

RealTimeScheduling v0.3.4

Diff since v0.3.3

Merged pull requests:

v0.3.3

27 Feb 22:06
Compare
Choose a tag to compare

RealTimeScheduling v0.3.3

Diff since v0.3.2

Closed issues:

  • Scheduling: Pass in-progress schedule to release! function (#18)

Merged pull requests:

  • Implement job class level scheduling (#19) (@Ratfink)

v0.3.2

17 Feb 16:50
Compare
Choose a tag to compare

RealTimeScheduling v0.3.2

Diff since v0.3.1

Closed issues:

  • Scheduling: Add option to kill jobs at their deadline (#17)

v0.3.1

13 Dec 19:11
Compare
Choose a tag to compare

RealTimeScheduling v0.3.1

Diff since v0.3.0

v0.3.0

09 Dec 21:21
Compare
Choose a tag to compare

RealTimeScheduling v0.3.0

Diff since v0.2.0

Closed issues:

  • Add function for checking if a pattern satisfies a weakly hard constraint (#4)
  • Add weakly hard real-time tasks (#5)
  • Add GEDF scheduler simulation (#7)
  • Add response time bound calculation (#8)
  • Add random task set generation (#10)

Merged pull requests:

  • Add Devi and Anderson's GEDF response time bounds (#9) (@Ratfink)
  • Add randtasksystem function (#11) (@Ratfink)
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#12) (@github-actions[bot])
  • Implement compliant vector analysis for GEDF tardiness bounds (#13) (@Ratfink)
  • CompatHelper: add new compat entry for Clp at version 1, (keep existing compat) (#14) (@github-actions[bot])
  • CompatHelper: add new compat entry for JuMP at version 1, (keep existing compat) (#15) (@github-actions[bot])
  • Add scheduling simulation (#16) (@Ratfink)

v0.2.0

10 Nov 17:55
Compare
Choose a tag to compare

RealTimeScheduling v0.2.0

Diff since v0.1.2

Merged pull requests:

  • Add satisfies function for weakly hard constraints (#6) (@Ratfink)

v0.1.2

03 Nov 15:50
Compare
Choose a tag to compare

Diff since v0.1.1

  • Add support for comparing weakly hard constraints of different types
  • Enforce sensible invariants for weakly hard constraints

v0.1.1

01 Nov 22:11
Compare
Choose a tag to compare

RealTimeScheduling v0.1.1

Diff since v0.1.0

Closed issues:

  • Register package in the General registry (#1)