Commit edca937
authored
Unify all 'conditional' types (#832)
* Reorganise some code to improve readability
* Move cholesky_hilbert to cholesky_util and rename Conditional -> LatentCond to prepare refactor
* Update large chunks of Dense and Isotropic conditionals
* Update blockdiag transitions
* Conditionals are LatentCond's now (consistently)
* Delete strategy.extrapolate_mean because it's the same for all strategies now
* Remove a useless 'name' argument
* Improve some docstrings
* Delete commented-out code and revert tutorial to previous state1 parent e4c08f2 commit edca937
11 files changed
Lines changed: 445 additions & 346 deletions
File tree
- docs/examples_basic
- probdiffeq
- backend
- impl
- util
- tests
- test_impl
- test_ivpsolvers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
0 commit comments