Skip to content

Use public CategoricalArrays API#33

Merged
cjdoris merged 2 commits intomainfrom
codex/refactor-usage-of-categoricalarray-internals
Nov 28, 2025
Merged

Use public CategoricalArrays API#33
cjdoris merged 2 commits intomainfrom
codex/refactor-usage-of-categoricalarray-internals

Conversation

@cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented Nov 28, 2025

Summary

  • stop relying on internal CategoricalArray fields by using the exported levels function and String conversion
  • adjust categorical defaults to use public pool type and updated level lookups
  • update tests to compare categorical levels via the public API

Testing

  • julia --project=@. -e 'using Pkg; Pkg.test()'

Codex Task

@cjdoris cjdoris merged commit c21aadf into main Nov 28, 2025
2 checks passed
@cjdoris cjdoris deleted the codex/refactor-usage-of-categoricalarray-internals branch November 28, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant