This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
[serialization] Switch to pickle with h5 backend #1200
Merged
marscher
merged 13 commits into
markovmodel:models_estimators_serializable
from
marscher:switch_to_pickle
Dec 15, 2017
Merged
[serialization] Switch to pickle with h5 backend #1200
marscher
merged 13 commits into
markovmodel:models_estimators_serializable
from
marscher:switch_to_pickle
Dec 15, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
marscher
commented
Dec 12, 2017
- Ensures only save modules/packages can be restored.
- handling of renamed classes, modules, packages handled.
- store pyemma version in the h5 file during save.
- restored objects have the private field '_restored_from_pyemma_version'
- 20 times faster than jsonpickle
* Ensures only save modules/packages can be restored. * store pyemma version in the h5 file during save. * restored objects have the private field '_restored_from_pyemma_version'
ea8cd40 to
f3b1022
Compare
Codecov Report
@@ Coverage Diff @@
## models_estimators_serializable #1200 +/- ##
=================================================================
- Coverage 91.3% 91.3% -0.01%
=================================================================
Files 212 214 +2
Lines 22342 22380 +38
=================================================================
+ Hits 20400 20434 +34
- Misses 1942 1946 +4
Continue to review full report at Codecov.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.