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

Switch data format to hdf5 #107

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Switch data format to hdf5 #107

wants to merge 4 commits into from

Conversation

kiudee
Copy link
Owner

@kiudee kiudee commented Oct 17, 2020

Description

This pull request changes the data format from compressed NumPy arrays to HDF5. The old format is still supported in that it will be read and converted.

Motivation

Saving to NumPy arrays is problematic, since saving categorical values requires saving objects. Reading NumPy arrays containing objects can be a security risk.
.csv files are convenient in that they can be opened with a text editor, but it’s not possible to save arbitrary data of different length.
HDF5 is useful in that it can store several tables of data, which could be useful in the future.

Issues

Fixes #90

@kiudee kiudee added bug Something isn't working enhancement New feature or request labels Oct 17, 2020
@kiudee kiudee added this to In progress in 0.7.0 via automation Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
0.7.0
  
In progress
Development

Successfully merging this pull request may close these issues.

Categorical parameter does not work
1 participant