- Add documentation, accessible on http://loky.readthedocs.io - Fixed a thread-safety issue when iterating over the dict of processes in `ReusablePoolExecutor._resize` and `ProcessPoolExecutor.shutdown`.
2.0
- Add `loky.cpu_count` that returns the number of CPUs the current process can use. This value is now used by default by `ProcessPoolExecutor`. (114). - Add `__version__` field in the `loky` module (110). - Fix multiple instabilities and simplify the inner mechanisms (105, 107).
1.2.2
- Fix handling of Full Queue exception at shutdown time. (107).
1.2.1
- Fix a potential deadlock when shutting down a past reusable executor instance with to create a new instance with different parameters. (101, 102)