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

petbox-dev / tafra / 26481597417
95%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 11:42PM UTC
Jobs 1
Files 6
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

26 May 2026 11:42PM UTC coverage: 95.18% (+0.1%) from 95.073%
26481597417

push

github

web-flow
fix: hash-based encoding for object-dtype join/groupby keys (v2.2.5) (#32)

np.unique's internal argsort raises TypeError on object arrays mixing
Python types (e.g., str and int) because cross-type `<` is unsupported.
The pure-Python encoding paths in _encode_columns and _encode_columns_paired
now use a dict-based codebook for object dtype, matching the C accelerator's
hash-equality semantics. Fixes joins/groupbys that previously failed when
both sides had _dtypes='object' with heterogeneous Python values.

Also fixes a pre-existing mypy return-type error in to_pandas via cast(),
and documents the three version-bump files in CLAUDE.md.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

18 of 18 new or added lines in 2 files covered. (100.0%)

1639 of 1722 relevant lines covered (95.18%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26481597417.1 26 May 2026 11:42PM UTC 6
95.18
GitHub Action Run
Source Files on build 26481597417
  • Tree
  • List 6
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26481597417
  • 390157dc on github
  • Prev Build on main (#24696118012)
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