3.0.0
3.0.0 - 2023-05-18T09:58:43Z
Fixed
- GitHub Action: continuous integration
- #9:
multiprocessing
on MacOS (by switching tomultiprocess
)
Changed
- #8: order of
Msg
parameters so thatdata
comes first - #9: core library is now
multiprocess
instead ofmultiprocessing
;dill
replacespickle
.
Added
- GitHub Action:
mypy
check for examples and tests - supported python versions badge
- #5:
Worker
wrapper forProcess
andThread
cSpell
to track ignored words
Removed
- #7: deprecated functions:
put_msg
,iter_msg
,iter_q
,sortiter
,endq
,endq_and_wait