File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.2.0 (2025-09-23)
2+
3+ ### Feat
4+
5+ - allow empty output workables
6+ - init project
7+
8+ ### Fix
9+
10+ - search for the common merge ancestor
11+ - add task done on empty output
12+ - move sleep outside of lock
13+ - correct work function expecting tuple as result
14+ - correct test syncqueue types
15+ - correct sync queue generics
16+ - correct uv dependencies
17+ - correct makefile command
18+ - correct library name in docs
19+
20+ ### Refactor
21+
22+ - add tag on pull request
23+ - call cz via uv
24+ - bundle worker output
25+ - reduce output to console
26+ - add better typing to workable manager
27+ - improve workable types
28+ - add better typing to worker
29+ - change types of workable
30+ - move uv to PATH an act
Original file line number Diff line number Diff line change 11# mPyFlow
22
3- [ ![ release: 0.1 .0] ( https://img.shields.io/badge/rel-0.1 .0-blue.svg?style=flat-square )] ( https://github.com/artdotlis/mPyFlow )
3+ [ ![ release: 0.2 .0] ( https://img.shields.io/badge/rel-0.2 .0-blue.svg?style=flat-square )] ( https://github.com/artdotlis/mPyFlow )
44
55[ ![ MIT LICENSE] ( https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square )] ( https://choosealicense.com/licenses/mit/ )
66[ ![ Documentation Status] ( https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square )] ( https://artdotlis.github.io/mPyFlow/ )
Original file line number Diff line number Diff line change 11[project ]
22name = " mpyflow"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = """ mPyFlow is a library designed to manage
55multiprocessing workflows."""
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments