This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a change to branch dependabot/pip/amber/numpy-2.5.1
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 5ac46778cb fix(deps, pyamber): bump numpy from 2.1.0 to 2.5.1 in /amber
     add 7c135ee095 feat(workflow-operator): support COUNT(*) in the Aggregate 
operator (#5896)
     add e9b208ada3 feat(frontend): add task-aware field visibility and preview 
to HuggingFace property editor (#5568)
     add df0dfb8fe8 Merge branch 'main' into dependabot/pip/amber/numpy-2.5.1

No new revisions were added by this update.

Summary of changes:
 .../amber/operator/aggregate/AggregateOpDesc.scala |   15 +-
 .../amber/operator/aggregate/AggregateOpExec.scala |   15 +-
 .../operator/aggregate/AggregationOperation.scala  |   35 +-
 .../huggingFace/codegen/ImageTaskCodegen.scala     |   24 +-
 .../operator/aggregate/AggregateOpDescSpec.scala   |   46 +-
 .../amber/operator/aggregate/AggregateOpSpec.scala |   59 +-
 .../operators/data-cleaning/aggregate/aggregate.md |    6 +-
 .../hugging-face-audio-upload.component.spec.ts    |   93 ++
 .../hugging-face-image-upload.component.spec.ts    |  460 ++++++++
 .../hugging-face/hugging-face.component.spec.ts    |  218 ++++
 .../operator-property-edit-frame.component.html    |   82 ++
 .../operator-property-edit-frame.component.scss    |  127 +++
 .../operator-property-edit-frame.component.spec.ts | 1206 +++++++++++++++++++-
 .../operator-property-edit-frame.component.ts      |  494 +++++++-
 .../mock-operator-metadata.data.ts                 |   31 +
 .../workflow-graph/model/mock-workflow-data.ts     |   11 +
 frontend/src/assets/sample-audio.wav               |  Bin 0 -> 170444 bytes
 frontend/src/assets/sample-video.mp4               |  Bin 0 -> 117816 bytes
 18 files changed, 2882 insertions(+), 40 deletions(-)
 create mode 100644 frontend/src/assets/sample-audio.wav
 create mode 100644 frontend/src/assets/sample-video.mp4

Reply via email to