You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix IndexError in _build_datashader_color_key and restore _hex_no_alpha
- Convert color_vector to numpy array before indexing to avoid
IndexError when color_vector is shorter than cat_series (fixes CI
failure in test_color_key_unseen_category_gets_na_color)
- Guard against out-of-bounds index when unique code appears beyond
the color_vector length
- Revert inline c[:7] slice back to _hex_no_alpha for correctness
(the slice silently mangles non-hex 9-char strings)
- Use explicit `is not None` check for col_for_color guard
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments