8000 Use npz format to store post-processing results by awvwgk · Pull Request #256 · tblite/tblite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use npz format to store post-processing results #256

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

awvwgk
Copy link
Member
@awvwgk awvwgk commented Apr 24, 2025
  • cleanup double dictionary implementation
  • use npz format for serializing numerical data

@awvwgk awvwgk added this to the v0.5.0 milestone May 1, 2025
@pitsteinbach
Copy link
Contributor

Why would we remove the toml output and input functionality?
How about having both npz and toml, and use the corresponding parser or lexer depending on file name ending?

@awvwgk
Copy link
Member Author
awvwgk commented May 2, 2025

TOML is more a configuration format than a serialization format. For input files I strongly prefer TOML as format, for outputs however I think either JSON or other formats optimized for numeric data are preferable, like HDF5 or NPZ. For the post processing outputs, TOML seemed like a stop-gap solution, now we have a better alternative and I prefer to use it going forward.

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

Successfully merging this pull request may close these issues.

35D4
2 participants
0