0.2.0
- Removed reserved
threadsparameters from the Python and C ABI surfaces. - Bumped native ABI to version 2 and added explicit pointer-alignment preflight checks.
- Switched high-level Pandas remapping to public-code extraction and explicit-copy defaults.
- Re-enabled Pandas
from_codesvalidation for the returned categorical. - Added
pd.CategoricalIndexsupport and broader edge-case tests. - Added NumPy and Pandas dependency lower bounds.
0.1.0
- Initial public release.
- Bundled Zig C ABI for dense categorical code LUT remapping.
- Python integration for Pandas
SeriesandCategoricalinputs. - Native and Python validation for dtype, shape, contiguity, missing codes, and target code ranges.