Releases: erromu/minibone
Releases · erromu/minibone
Minibone v0.7.5
Minibone v0.7.4
Fix bug in HTTPt class
Minibone v0.7.3
Add HTTPt and Emailer classes
Full Changelog: v0.7.2...v0.7.3
Minibone v0.7.2
Maintenance:
- Add default parameters to initialize PARThreads and PARProcesses
Minibone v0.7.1
Maintenance release to avoid potential lock in PARThreads
Minibone v0.7.0
New Features
- Add HTMLBase
Maintenance
Bugs
- Fix missing "await" in PARThreads and PARProcesses async "get" method
Changelog
Minibone v0.6.2
Minibone v0.6.2
- Add keep flag to parallel_* to keep or forget callback's results
Full Changelog: v0.6.1...v0.6.2
Minibone v0.6.1
Minibone v0.6.0
New features
- Storing
To queue and store files periodically in a thread (queue and forget)
Minibone v0.5.0
New features:
-
Parallel Processes
This is suitable for compute or CPU bounded tasks such as heavy calculations and maths -
Parallel Threads
This is suitable for I/O bounded tasks such as working with files or fetching web pages.
Both classes run concurrent tasks in the background