Panics now store a new type `TracedException` instead of just `Execption`. It packs an exception with its stack trace so that it is not lost anymore.
0.5.2
Tried to improve mypy support
0.5.1
Various small improvements including removing of frozen in dataclasses to avoid serialization errors in multi-process computations and cleaning of Fiber's internal state to reduce memory footprint.