Skip to content

Commit 142a9f2

Browse files
authored
0.4.0 (#40)
* save * save * start_workers * worker * output queues * test worker * save * Stage * FromIterable * Map * flat_map * filter * each * finish process * thread * init task * finish task queue * run_coroutine_threadsafe * supervisor * stage * cleanup * initial map implementation * each * run=True mistery solved * finish async tests * add todo * fix typo * test_from_to_iterable * refactor * port process filter * finish port * port thread * update task to new api * simplify build on Stage * task: port Worker + Stage * rename process tests * initial task migration * finish process + thread + task * partial sync port * finish sync port * implement sync sorted using sorted * type iter_dependencies * update readme * docs init * clean up docs * docs tweaks * remove old code * update docs * 0.4.0
1 parent 9e85df4 commit 142a9f2

File tree

170 files changed

+11136
-5799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+11136
-5799
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ XDG_CACHE_HOME
108108

109109
# custom
110110
.vscode
111-
/scratch.py
111+
/scratch.py
112+
/test*.*

CHANGELOG.md

+11-4

README.md

+26-1

docs/advanced.md

-65

docs/api/process.md

-3
This file was deleted.

docs/api/process/Overview.md

+20

docs/api/process/concat.md

+4

docs/api/process/each.md

+4

docs/api/process/filter.md

+4

docs/api/process/flat_map.md

+4

docs/api/process/from_iterable.md

+4

docs/api/process/map.md

+4

docs/api/process/ordered.md

+4

docs/api/process/run.md

+4

docs/api/process/to_iterable.md

+4

docs/api/sync.md

-3
This file was deleted.

docs/api/sync/Overview.md

+20

docs/api/sync/concat.md

+4

docs/api/sync/each.md

+4

docs/api/sync/filter.md

+4

docs/api/sync/flat_map.md

+4

docs/api/sync/from_iterable.md

+4

docs/api/sync/map.md

+4

docs/api/sync/ordered.md

+4

docs/api/sync/run.md

+4

docs/api/sync/to_iterable.md

+4

docs/api/task.md

-3
This file was deleted.

docs/api/task/Overview.md

+20

docs/api/task/concat.md

+4

docs/api/task/each.md

+4

docs/api/task/filter.md

+4

docs/api/task/flat_map.md

+4

docs/api/task/from_iterable.md

+4

docs/api/task/map.md

+4

docs/api/task/ordered.md

+4

docs/api/task/run.md

+4

docs/api/task/to_iterable.md

+4

docs/api/thread.md

-3
This file was deleted.

docs/api/thread/Overview.md

+20

docs/api/thread/concat.md

+4

docs/api/thread/each.md

+4

0 commit comments

Comments
 (0)