458 Commits (v0.3.10-rc2)

Author SHA1 Message Date
  Haixuan Xavier Tao b9b8ced620
Adding a test for checking on the latency when used timeout and queue at the same time (#783) 11 months ago
  haixuantao f33ee1e811 Fix scheduler not being used when called through node timeout 11 months ago
  haixuantao 4b9111daee Fix python parsing of float and float list 11 months ago
  haixuantao f919f8fe99 Adding float for env variable and metadata parameters 11 months ago
  yjhmelody ca614753a1 chore: use workspace edition 1 year ago
  sunxunle 0fa5863b4f
chore: fix some typos in comment (#759) 1 year ago
  haixuantao 9e3142d086 Fix license and readme and requires-python 1 year ago
  haixuantao d3fdbf5e0a Minor python esthetics 1 year ago
  Haixuan Xavier Tao 2d9d27bf0d
Make unknown output acceptable (#755) 1 year ago
  haixuantao 2e4c9c16b9 Fix version setting and add setting up architecture in CI/CD 1 year ago
  haixuantao f467c1353d increase delay duration 1 year ago
  haixuanTao 3e5a3d7d91 Fix NON_INPUT_EVENT 1 year ago
  haixuanTao acf4d0cb44 Fix typo 1 year ago
  haixuanTao aefb8f02ab Rewrite the scheduler to avoid overhead 1 year ago
  haixuanTao 90752a0bb7 Make the non input event a priority when collecting next event 1 year ago
  haixuanTao f77f400da2 Add a scheduler to the node api to manage fairness among inputs 1 year ago
  haixuanTao 411436d3bb Replace drop token mecanism on closed channel by leaving drop token active on the receiver side and closing sender side shared memory with a lower timeout 1 year ago
  haixuanTao a2d651446b Dropping remaining drop token on exit so that the origin node does not get stuck 1 year ago
  haixuanTao 45a7ee9437 Reduce `eventstream` timeout as it is linked to Python cleanup race condition that is cleaning up node first and then python arrow reference. 1 year ago
  haixuanTao 7487ce17c3 Fix clippy warning 1 year ago
  haixuanTao 5ccdbc593e Moving queue size and making node flume queue bigger 1 year ago
  haixuanTao 6614504a07 Adding better documentation 1 year ago
  haixuanTao b0e6a160fe Small renaming of buffer to ipc buffer to make ipc buffer more explicit 1 year ago
  haixuanTao c4b1e32124 Improve naming convention 1 year ago
  haixuanTao 0d007609f5 Adding pyarrow cuda helper function to support zero copy GPU 1 year ago
  haixuanTao bd9fc7d084 Make list an available type for metadata 1 year ago
  Philipp Oppermann 49aef8bac6
Move more implementation code out of `dora-message` into `dora-core` 1 year ago
  haixuanTao 60496e62ea Better error linting for unknown output 1 year ago
  haixuanTao dd10bbf85c Bump `pyo3` version to `0.22` 1 year ago
  Haixuan Xavier Tao 01b561a0aa
Make dora versions compatible by using separate versioning for `dora-message` crate (#614) 1 year ago
  Michael-J-Ward 5c76a99285 add allow(dead_code) to CleanupHandle 1 year ago
  Michael-J-Ward 96c6ba0f1d fix simple lintst in api 1 year ago
  Philipp Oppermann 8e8034d103
Set `repository` metadata for all our crates 1 year ago
  Philipp Oppermann 6a3dcecf33
Refactor: Move message definitions to `dora-message` crate 1 year ago
  haixuanTao bc68de3bbd Change `MetadataParameters` into a `BTreeMap` to allow user defined metadata as well as enable more flexibility in managing metadata 1 year ago
  Haixuan Xavier Tao 16ef29ab80
Merge pull request #601 from dora-rs/delay-node-drop 1 year ago
  Philipp Oppermann 328fd7ecf6
Fix accidental infinite self-recursion 1 year ago
  Philipp Oppermann 9cec8df1cc
Delay dropping of `DoraNode` in Python until all event data is freed 1 year ago
  chang xu bccb1ae27d
Add domain unix socket supports (#594) 1 year ago
  XxChang 2e426e5133 add safety 1 year ago
  XxChang 8ee80cac6b fix fmt 1 year ago
  XxChang e590b2e029 add a comment on read_dora_input_id 1 year ago
  Haixuan Xavier Tao 110ce99795
Merge pull request #566 from dora-rs/v0.3.5 1 year ago
  XxChang ab2ea3e169 fix fmt 1 year ago
  XxChang ac65b0fc09 minor 1 year ago
  XxChang 1f23470d8b minor 1 year ago
  XxChang 7904a3ee55 add a timestamp method to c-node-api 1 year ago
  XxChang fb362b7f27 add a timestamp method to c-node-api 1 year ago
  XxChang 3f1185fd34 add a timestamp method to c-node-api 1 year ago
  haixuanTao 2b1299deba Derive Node special method 1 year ago