Releases: zauberzeug/rosys
Releases · zauberzeug/rosys
memory debugging
- 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
introducing memory debugging
events
automation controls & notification history
rosys.ui.automation_controls()
to start/stop automations- providing notification history through
world.notifications
- cleanup
- bugfixes
new dependecy
Now we require "sh" package... for simpler multiprocessing (main code is not yet public)
profiling
- introducing profiling capabilities (see https://rosys.io/development/#profiling)
dependencies & cpu bound threads
- reduced dependencies
- distinguish between
run_io_bound
andrun_cpu_bound
workers for Actors - actors can signal
NothingToDo
to not run their follow ups