forked from symengine/symengine.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add standalone serialization function
This commit adds a standalone serialization function to the symengine wrapper module. Previously there was a load_basic() function that could be used for directly deserializing the payload without going through pickle, but no corresponding function for serialization. A new function save_basic() is added here to perform this function which will enable users to directly roundtrip symengine objects through binary serialization. Fixes symengine#449
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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