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

ryankert01 pushed a change to branch dependabot/uv/torch-2.12.0
in repository https://gitbox.apache.org/repos/asf/mahout.git


 discard 0590681d7 chore(deps-dev): bump torch from 2.9.0 to 2.12.0
     add 214b02dcb [Feature][QDP]ParquetReader generic over f32/f64 with Arrow 
cast (#1393)
     add bd1a29397 chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in 
/website (#1395)
     add e08203839 chore(deps-dev): bump torch from 2.9.0 to 2.12.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0590681d7)
            \
             N -- N -- N   refs/heads/dependabot/uv/torch-2.12.0 (e08203839)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 qdp/qdp-core/src/lib.rs             |   2 +-
 qdp/qdp-core/src/reader.rs          |  82 ++++--
 qdp/qdp-core/src/readers/parquet.rs | 481 ++++++++++++++++++++++--------------
 qdp/qdp-core/src/remote.rs          |   2 +-
 qdp/qdp-core/tests/parquet_f32.rs   | 297 ++++++++++++++++++++++
 website/package-lock.json           |  37 +--
 6 files changed, 662 insertions(+), 239 deletions(-)
 create mode 100644 qdp/qdp-core/tests/parquet_f32.rs

Reply via email to