Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor column transforms #60

Open
benjeffery opened this issue Jan 25, 2022 · 1 comment
Open

Refactor column transforms #60

benjeffery opened this issue Jan 25, 2022 · 1 comment
Milestone

Comments

@benjeffery
Copy link
Member

Columns that need special treatment (strings and byte fields) are currently special-cased by name. This is brittle as we have to update tszip every time tskit changes its column and attribute specification. It would be better to store the type information in zarr attrs to use on decode. This would be a new file format, but could be made backwards compatible.

@jeromekelleher jeromekelleher added this to the 0.3.0 milestone Feb 18, 2022
@jeromekelleher
Copy link
Member

Marking this for the 0.3.0 version, since there will be a protocol change (but backwards compatible, as you say).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants