Skip to content

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Feb 12, 2025

Serialize session data to a zipped yaml file and tsv files instead of pickling, so the data is portable across different versions of Python and other dependencies.

Added as an optional, more portable, but significantly slower alternative to numpy/pickle.

Closes #24.

@dweindl dweindl force-pushed the gh24_yaml branch 5 times, most recently from 18b6b93 to 0389e19 Compare February 25, 2025 18:23
Related to #24. Serialize session data to a zipped yaml file and tsv files instead of pickling, so the data is portable across different versions of Python and other dependencies.

Currently, this is still too slow. If we can reduce the amount of data without losing much, this could be become viable.
@dweindl dweindl marked this pull request as ready for review February 25, 2025 21:27
@dweindl dweindl merged commit a6cb3c1 into main Feb 25, 2025
9 checks passed
@dweindl dweindl deleted the gh24_yaml branch February 25, 2025 21:32
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.

Consider a different serialization format for saving sessions

2 participants