• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IBM / unitxt / 26499736672
81%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 08:27AM UTC
Jobs 1
Files 64
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 May 2026 08:22AM UTC coverage: 80.854% (-0.009%) from 80.863%
26499736672

push

github

web-flow
fix: Compatibility with huggingface_hub 1.16, numpy 2.0, and pandas 3.0 (#1971)

* fix: Use namespaced HF dataset paths for huggingface_hub >= 1.16 compatibility

huggingface_hub 1.16+ enforces that dataset repository IDs must use the
'namespace/name' format. Bare dataset names (e.g., 'hellaswag') are no
longer accepted, causing HfUriError in CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

* fix: Regenerate catalog JSONs with namespaced HF dataset paths

Run all prepare/cards scripts to update the catalog JSON files with the
full namespace/name format for HuggingFace dataset paths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

* fix: Replace evaluate library with direct sklearn calls in F1MultiLabel

The evaluate library's cached f1.py uses `float(score)` on numpy arrays,
which raises TypeError with numpy >= 2.0. Bypass the evaluate wrapper and
call sklearn's f1_score/precision_score/recall_score directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

* fix: Numpy 2.0 and pandas 3.0 compatibility fixes

- F1 metric: replace evaluate library wrapper with direct sklearn calls
  to avoid numpy 2.0 float() TypeError on 0-d arrays
- text2sql: cast DataFrame to str before sorting to avoid pandas 3.0
  TypeError when assigning string values to int64 columns
- wiki_bio: use namespaced HF dataset path (michaelauli/wiki_bio)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

* fix: Regenerate wiki_bio catalog JSON with namespaced HF path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

* fix: Use namespaced HF path for winogrande (allenai/winogrande)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>

---------

Signed-off-by: Yoav Katz <katz@il.ibm... (continued)

1607 of 2008 branches covered (80.03%)

Branch coverage included in aggregate %.

10961 of 13536 relevant lines covered (80.98%)

0.81 hits per line

Coverage Regressions

Lines Coverage ∆ File
390
75.77
0.06% unitxt/metrics.py
22
72.9
-0.51% unitxt/text2sql_utils.py
Jobs
ID Job ID Ran Files Coverage
1 26499736672.1 27 May 2026 08:27AM UTC 64
80.85
GitHub Action Run
Source Files on build 26499736672
  • Tree
  • List 64
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26499736672
  • f2424be1 on github
  • Prev Build on main (#26218201046)
  • Next Build on main (#26506100559)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc