Change8

3.3.2

📦 datasets
🐛 2 fixes

Summary

This patch release focuses on stability, fixing a multiprocessing hang and improving async task cancellation. It also includes minor documentation and typo corrections.

🐛 Bug Fixes

  • Attempt to fix multiprocessing hang by closing and joining the pool before termination.
  • Gracefully cancel async tasks.