Version 1.0.7: Bugfix release
What's Changed
- Use np.frombuffer instead of np.fromstring by @skyNacho in #571
- Moved sigint/sigterm connect to
run()in simulation.py to allow default behaviour of SIGINT/SIGTERM when BlueSky is not in charge of the main loop.
New Contributors
Full Changelog: v1.0.6...v1.0.7