-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Condense the directory structure of
probdiffeq.impl
(#764)
* Restructure impl._impl.py and move some components * Move DenseConditional and DenseStats * Move DenseTransform * Move DenseVariable * Move DenseHiddenModel * Migrate the old type checks and error messages * Move IsotropicPrototype * Move IsotropicSSMUtil * Move IsotropicVariable * Move IsotropicStats * Move IsotropicLinearisation * Move IsotropicConditional * Move IsotropicTransform * Move IsotropicHiddenModel and thereby complete moving isotropic implementations * Move ScalarPrototypes * Move ScalarSSMUtil * Move ScalarVariable * Move ScalarStats * Move ScalarLinearisation * Fix an import-error in impl.variable * Move ScalarConditional * Move ScalarTransform * Delete the (outdated) impl.scalar._transform.py * Move ScalarHiddenModel and thereby complete moving Scalar implementations * Move BlockDiagPrototype * Delete unused files in impl.blockdiag * Move BlockDiagSSMUtil * Move BlockDiagVariable * Move BlockDiagStats * Move BlockDiagLinearisation * Move BlockDiagConditional * Move BlockDiagTransform * Move BlockDiagHiddenModel and thereby complete moving BlockDiag implementations * Correct typing-issues in impl.impl * Improve the documentation of 'impl'
- Loading branch information
Showing
54 changed files
with
1,422 additions
and
1,718 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
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
Oops, something went wrong.