Change Log¶
0.0.7 2024-04-19¶
bump version to 0.0.7 (HEAD -> main) [Ge Yang]
add clear_queue in remove call (origin/main, origin/HEAD) [Ge Yang]
move super post init call after the verbose print [Ge Yang]
improve Makefile [Ge Yang]
0.0.6 2024-04-18¶
bump version to 0.0.6 (tag: v0.0.6, tag: latest) [Ge Yang]
remove redis and torch dependency [Ge Yang]
add redis to requirements [Ge Yang]
improve formatting of parameters [Ge Yang]
0.0.5 2024-04-17¶
update version (tag: v0.0.5) [Ge Yang]
set the free-port to False by default, add verbose mode to show parameters [Ge Yang]
0.0.4 2024-04-17¶
bump version to 0.0.4 [Ge Yang]
fix server missing host args [Ge Yang]
0.0.3 2024-04-17 |¶
add tests on numpy, torch, images. Bump version to 0.0.3. Add twine to dev dependency (tag: v0.0.3) [Ge Yang]
add suport for PIL Image files - add support for numpy array - add support for torch tensors [Ge Yang]
add numpy array and pytorch tensor support [Ge Yang]
0.0.2 2024-04-15¶
improve documentation
Change name to Zaku Task Queue
Improve documentation, fix broken links
0.0.1 2024-04-14¶
Add working base implementation
Server is fully async
Client uses request. Will move to requests_future in the next iteration.
document site is up.