Граф коммитов

243 Коммитов

Автор SHA1 Сообщение Дата
Chris Trevino d101fcd167
Refactor: Streamline Verb Core Functions, Package Exports (#747) 2024-06-20 12:14:48 -07:00
Nathan Evans 117bf1a122
Schema fixes (#744) 2024-05-30 17:10:57 -07:00
Nathan Evans 6c0487b5cc
Verb surgery (#736) 2024-05-15 08:32:39 -07:00
Nathan Evans c448f31ab9
Split builds (#734) 2024-05-08 16:11:29 -07:00
Nathan Evans 28644ba03d
I/O tests and parity (#733) 2024-05-08 15:19:25 -07:00
Nathan Evans 71b03974c5
New test structures (#724) 2024-05-01 16:50:53 -07:00
Nathan Evans 993e35090d
Verb defaults fixes (#716) 2024-04-25 14:38:09 -07:00
gaudyb a4ba6529f3
snapshot python implementation (#714) 2024-04-22 13:58:41 -06:00
Chris Trevino 673faa3a74
Add array-input support to Python spread & aggregate verbs (#673) 2024-03-18 10:24:27 -07:00
Andres Morales 4668e13324
Improve filter performance (#679) 2024-03-18 09:15:22 -07:00
Chris Trevino 6bfaee41df
remove the _input field from workflows (#675) 2024-03-17 17:15:05 -07:00
Chris Trevino baa87bf5b8
Add workflow.dispose() method (#674) 2024-03-17 16:55:01 -07:00
Chris Trevino dae55d1fac
Add array parse type to convert verb in python (#672) 2024-03-15 12:51:36 -07:00
Andres Morales 026c09d181
Parallel filter (#669) 2024-03-13 16:06:53 -06:00
Chris Trevino f5c3353059
inspect transform results for being coroutines (#668) 2024-03-11 12:44:40 -07:00
Chris Trevino ce053ca00e
Task/asyncio concurrency (#666) 2024-03-10 23:04:15 -07:00
Chris Trevino 38040c1c89
remove base_dfr semaphore; test asyncio_threads variant (#661) 2024-02-21 23:13:08 -08:00
Chris Trevino 79b39c0fb8
Combine AsyncIO enumerations into a common one (#659) 2024-02-21 00:47:30 -08:00
Chris Trevino 8443c863ec
Make derive_from_rows select from impls - Zero will open up semaphores (#658) 2024-02-21 00:21:05 -08:00
Chris Trevino eed7481444
node/output -> step/table (#654) 2024-02-20 23:15:06 -08:00
gaudyb 0a37ef27b5
Destructure verb job fix (#657) 2024-02-21 00:14:48 -06:00
gaudyb d43a2aefef
Destructure verb implementation (#647) 2024-02-20 16:26:27 -06:00
Chris Trevino 0121ce9934
pass context values into parallel verbs and other decorator mechanisms (#655) 2024-02-20 13:46:31 -08:00
Chris Trevino afe9a4843b
Fix/field agg op 2 (#646) 2024-02-15 15:58:12 -08:00
Chris Trevino 1fd81c77fb
str-cast for array-aggregate concatenation (#645) 2024-02-15 15:19:50 -08:00
Chris Trevino 7e2b4827b5
Add py.typed file (#644) 2024-02-15 14:27:15 -08:00
Chris Trevino f6f34b11ff
Datashaper Python v35 (#643) 2024-02-15 14:20:21 -08:00
Chris Trevino d2048ba59e
Node Multi-Output (#640) 2024-02-13 10:49:39 -08:00
Andres Morales 02a6f446ef
Feature/table store (#639) 2024-02-12 14:07:30 -06:00
Andres Morales ed4f5454dc
Support different pandas types and backends (#633) 2024-02-09 15:12:19 -06:00
Chris Trevino fc6e56fc90
Implement Workflow Verb (#632) 2024-02-08 14:59:35 -08:00
Chris Trevino 631b0490b0
Use Ruff to replace several Python tools (#631) 2024-02-07 16:18:46 -08:00
Andres Morales 3cf439d958
Pyarrow/types (#630) 2024-02-07 10:56:50 -06:00
Chris Trevino 4050733520
Wire Python into Yarn (#628) 2024-02-05 14:25:07 -08:00
Andres Morales 75d5fb274f
Parallel verbs decorator + example (#626) 2024-02-05 13:48:15 -08:00
Chris Trevino a9fdb09d52
Use Both asyncio Variants (#627) 2024-02-02 15:26:55 -08:00
Chris Trevino ceb2f96f41
Make workflow.run async (#625) 2024-02-02 10:06:32 -08:00
Chris Trevino 7f6b882f20
Feat/more args in wf events (#624) 2024-02-01 18:12:46 -08:00
Chris Trevino 292ebe2db6
expose WorkflowCallbacksManager (#623) 2024-02-01 17:06:46 -08:00
Chris Trevino fce309a42c
Feat/derive from rows async threads (#622) 2024-02-01 16:55:48 -08:00
Chris Trevino 45da7b14eb
Incorporate pyright into verification steps (#621) 2024-02-01 16:24:00 -08:00
Chris Trevino 7b5b25d633 fix an issue with workflow error handling 2024-02-01 14:14:01 -08:00
Chris Trevino 88adc94a4f fix verb callback interface 2024-02-01 13:15:30 -08:00
Chris Trevino 522563c269 add node argument to on_step_progress Workflow callback 2024-02-01 12:41:34 -08:00
Chris Trevino 56cb3a2a8b version bump 2024-02-01 12:35:34 -08:00
Chris Trevino 136803f7fd update verbcallbacks.error signature with error, stack args 2024-02-01 12:09:23 -08:00
Chris Trevino 2904cd3583 cut release 0.0.25 2024-02-01 11:00:17 -08:00
Andres Morales b652722b17
feature/pyarrow compat (#609)
* Update to use pyarrow as backend and types
2024-02-01 10:18:17 -06:00
Andres Morales 762bb63325 Add pyarrow for pandas compatibility 2024-02-01 08:20:30 -06:00
Chris Trevino d255524791 cleanups 2024-01-31 19:54:31 -08:00