80 Commits (7a21d965a92803c02891ef0e058df259287c93af)

Author SHA1 Message Date
  Philipp Oppermann 7a21d965a9
Implement event stream merging for Python 2 years ago
  haixuanTao 39c2a51177 Bump to 0.2.4 2 years ago
  haixuanTao 8a88cb9400 Bump version to 0.2.4-rc3 2 years ago
  Philipp Oppermann 482b282d92
Document `dataflow_descriptor` methods 2 years ago
  Philipp Oppermann 07689b9404
Make dataflow descriptor available to Python nodes 2 years ago
  haixuanTao 33e12a7e27 Bump version to `0.2.3` 2 years ago
  haixuanTao 2c52891438 Place documentation as docstring 2 years ago
  haixuanTao 2c130da484 Bump to version 0.2.3-rc6 2 years ago
  haixuanTao c5f23a5441 Bump to version `0.2.3-rc5` 2 years ago
  haixuanTao 93b7da2b74 Remove pyo3 in runtime and daemon as it generates `libpython` dependencies 2 years ago
  Philipp Oppermann c1544f8257
Allow accessing data multiple times on Python event type 2 years ago
  Philipp Oppermann 235f6da79d
Support sending arrow data from operators 2 years ago
  Philipp Oppermann cc4acfee91
Verify arrow data type in `send_output` 2 years ago
  Philipp Oppermann a308c48f3e
Refactor Rust node API to ensure proper stopping 2 years ago
  Philipp Oppermann ef37caa3ed
Add arrow support for Python operator inputs 2 years ago
  Philipp Oppermann 79fd5e91af
Rename arrow array access field: `data_arrow` -> `value` 2 years ago
  Philipp Oppermann ccdbada2af
Make `send_output` work with both `PyBytes` and arrow arrays 2 years ago
  Philipp Oppermann e413d38a8a
Validate `arrow::ArrayData` creation 2 years ago
  Philipp Oppermann 5b76c163fb
Release Python GIL while waiting for events 2 years ago
  Philipp Oppermann d808ace5c3
Add back support for sending `PyBytes` as output for backwards compatibility 2 years ago
  Philipp Oppermann fc719553ae
Name `eyre::Result` type explicitly 2 years ago
  Philipp Oppermann 3496073957
Return custom object from event stream to support both arrow and classical array 2 years ago
  Philipp Oppermann 1fab082717
Use `arrow` crate to send events from Rust to Python without copying 2 years ago
  Philipp Oppermann 2ca97fdc6b
Remove lifetime from `Event` type 2 years ago
  haixuanTao b766a44a9f
use arrow for rust-python interface 2 years ago
  Philipp Oppermann 4fb519dbc1
Update `pyo3` to `v0.18` 2 years ago
  haixuanTao 13cdd50712 Bump to `0.2.2` from `0.2.2-rc-2` 2 years ago
  haixuanTao fea136d6dc Add `Default` to serde descriptor to remove the need of the `communication` keyword 2 years ago
  haixuanTao 46f7480616 Bump to `v0.2.2` version 2 years ago
  haixuanTao 26ee2a735c Bump to `v0.2.2-rc` version 2 years ago
  haixuanTao d4dd90c930 Enable python to use opentelemetry by default ( if env variable is configured for it) 2 years ago
  haixuanTao b01465dfe7 Add opentelemetry capability to the runtime 2 years ago
  haixuanTao a61e53f151 Add version print in runtime 2 years ago
  haixuanTao 8ad1a74b7a Better debugging messages 2 years ago
  haixuanTao 2a9c9d4fe3 Remove unnecessary `unwrap` that cause a panic 2 years ago
  haixuanTao 7a7a20a298 Add missing licenses and centralise license definition 2 years ago
  haixuanTao 101ddd2092 add documentation and description to all crates 2 years ago
  haixuanTao f1cf0864a4 Remove static path from workspace dependency 2 years ago
  haixuanTao 70e6d4ce8f Remove code duplicate for tracing subscriber and use env variable to manage log level. 2 years ago
  Philipp Oppermann d334c6f243
Make `daemon` module of Rust node API private and reexport symbols 2 years ago
  Philipp Oppermann 1e07a73a64
Merge branch 'main' into unify-nodes-and-operators 2 years ago
  Philipp Oppermann 8cbc891251
Add start runtime function to python node api again 3 years ago
  = 6f64298484 Release dora-rs version 0.1.3 3 years ago
  = f1dcdf27ff fix typo 3 years ago
  haixuanTao 160472ee0c Package `DoraStatus` into dora python package. 3 years ago
  haixuanTao 5ad69cda87 Update requirements and fix `malloc` in plot 3 years ago
  Philipp Oppermann 352fb3d757
Change Python event types to uppercase 3 years ago
  Philipp Oppermann 27daceafd1
Fix typo 3 years ago
  Philipp Oppermann df5dcfb342
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann ccc17ddf65
Python API: Pass events as dict 3 years ago