Skip to content

Dedalus v2.2207

Compare
Choose a tag to compare
@kburns kburns released this 27 Jul 15:30
· 1005 commits to master since this release

Note: This is expected to be the last major v2 release. While we plan to continue issuing bugfixes and backporting major performance improvements and minor API additions from v3, we encourage new users to begin using v3.

Feature additions:

  • Transposed LU factorizations for the direct solution of bordered problems without Dirichlet preconditioning. This enables the efficient use of e.g. integral boundary conditions (e1541b9).
  • Interpolation can now be triggered by using a field/operator's __call__ method, like u(y='left') (2489221).
  • Left eigenvectors now available with the sparse eigenvalue solver (ad264a4).
  • Simplified stat logging has be backported from v3 (73981d8).

Performance changes:

  • Improved sparse matrix applications and other performance improvements have been backported from v3 (36c8e14).