Release v1.0.0
github-actions
released this
09 Mar 04:17
·
219 commits
to refs/heads/main
since this release
What's Changed 🚀
v1.0.0 comes with major runtime and memory efficiency improvements and decorators.
Note
CLI has been moved to its own package pip install thread-cli
New
- Parallel Processing Decorator (#35) @caffeine-addictt
- Threaded Decorator Type-Safety (#33) @caffeine-addictt
- Added decorators (#31) @caffeine-addictt
Bug Fixes
- Fix: parallel processing func signature (#43) @caffeine-addictt
Improvements
- Improving thread performance (#54) @caffeine-addictt
- Perf: memory optimisation for ParallelProcessing (#46) @caffeine-addictt
- Removing numpy (#25) @caffeine-addictt
Other
- CLI migration (#37) @caffeine-addictt
- Removed vscode folder (#20) @ShiroTohu
Documentation
- Formatting, documentation and CI improvements (#38) @caffeine-addictt
- Documentation update (#27) @caffeine-addictt
- Added CODESYTLE.md (#21) @ShiroTohu
Full Changelog: v0.1.3...v1.0.0