-
Notifications
You must be signed in to change notification settings - Fork 4
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
Documentation #85
Merged
Merged
Documentation #85
Conversation
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
Fix lie key iterator
Disable blas
* Added serialize method to StreamInterface and DynamicallyConstructedStream * Sound path serialization * Implemented serialization for the path type * Serialization for SoundFileDatSource * Added loading/dumping to stream chache files. * removed file locks until I can figure out how they work * Added cache-id function * reformatting. * removed print * Added serialization methods to interval types. * Added instantiations for the interval types. * Added equality function for partitions * Added tests for serialziation * pickle support for dyadic * Pickle support for interval types * pickle support for partitions * picke functions for algebra types * typo * test for lie pickle * Pickle for free tensor types tests * Added a default constructor. * nominal pickle support for streams. * Implementation of pickle not quit right for streams. Continue the research * Fixed initialisation of effective domain * Added __new__ to Stream type and modified pickle method * Couple of changes to style. * added tp_finalize to be safe * Added methods to monomial for pickling * added new macros for external library types * added serialization for all the scalar types * Fixed implementations detached from declaration * added instantiations of the archive types * Added serialization for enum types * Add the specialization for polynomials * Special load/save functions for JSON output. * Added serialize method to StreamInterface and DynamicallyConstructedStream * Sound path serialization * Implemented serialization for the path type * Serialization for SoundFileDatSource * Added loading/dumping to stream chache files. * removed file locks until I can figure out how they work * Added cache-id function * reformatting. * removed print * Added serialization methods to interval types. * Added instantiations for the interval types. * Added equality function for partitions * Added tests for serialziation * pickle support for dyadic * Pickle support for interval types * pickle support for partitions * picke functions for algebra types * typo * test for lie pickle * Pickle for free tensor types tests * Added a default constructor. * nominal pickle support for streams. * Implementation of pickle not quit right for streams. Continue the research * Fixed initialisation of effective domain * Added __new__ to Stream type and modified pickle method * Couple of changes to style. * added tp_finalize to be safe * Added methods to monomial for pickling * added new macros for external library types * added serialization for all the scalar types * Fixed implementations detached from declaration * added instantiations of the archive types * Added serialization for enum types * Add the specialization for polynomials * Special load/save functions for JSON output. * Added serialize method to StreamInterface and DynamicallyConstructedStream * Sound path serialization * Implemented serialization for the path type * Serialization for SoundFileDatSource * Added loading/dumping to stream chache files. * removed file locks until I can figure out how they work * Added cache-id function * reformatting. * removed print * Added serialization methods to interval types. * Added instantiations for the interval types. * Added equality function for partitions * Added tests for serialziation * pickle support for dyadic * Pickle support for interval types * pickle support for partitions * picke functions for algebra types * typo * test for lie pickle * Pickle for free tensor types tests * Added a default constructor. * nominal pickle support for streams. * Implementation of pickle not quit right for streams. Continue the research * Fixed initialisation of effective domain * Added __new__ to Stream type and modified pickle method * Couple of changes to style. * added tp_finalize to be safe * Added methods to monomial for pickling * added new macros for external library types * added serialization for all the scalar types * Fixed implementations detached from declaration * added instantiations of the archive types * Added serialization for enum types * Add the specialization for polynomials * Special load/save functions for JSON output. * Added serialize method to StreamInterface and DynamicallyConstructedStream * Sound path serialization * Implemented serialization for the path type * Serialization for SoundFileDatSource * Added loading/dumping to stream chache files. * removed file locks until I can figure out how they work * removed print * added new macros for external library types * added serialization for all the scalar types * added instantiations of the archive types * Added serialization for enum types * Special load/save functions for JSON output. * Separate out implementations * just so many improvements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Sphinx Documentation
Pages added (from home page)
Also has "Release notes", "Source Repository" and "Issue Tracker" from home page.
Notes