Skip to content

Releases: zauberzeug/rosys

memory debugging

04 Dec 03:10
Compare
Choose a tag to compare
  • providing memory debugging options through objgraph and pyloot
  • renaming start/stop to startup/shutdown in runtime for more clarity
  • working on automation state improvements

memory debugging

26 Nov 14:00
Compare
Choose a tag to compare

introducing memory debugging

events

22 Nov 17:02
Compare
Choose a tag to compare

introducing events (replaces current followup mechanism)

automation controls & notification history

13 Nov 05:27
Compare
Choose a tag to compare
  • rosys.ui.automation_controls() to start/stop automations
  • providing notification history through world.notifications
  • cleanup
  • bugfixes

new dependecy

09 Nov 10:55
Compare
Choose a tag to compare

Now we require "sh" package... for simpler multiprocessing (main code is not yet public)

profiling

09 Nov 04:52
Compare
Choose a tag to compare

dependencies & cpu bound threads

07 Nov 05:37
Compare
Choose a tag to compare
  • reduced dependencies
  • distinguish between run_io_bound and run_cpu_bound workers for Actors
  • actors can signal NothingToDo to not run their follow ups