Skip to content

Releases: spectralDNS/shenfun

4.1.4

14 Nov 14:04
Compare
Choose a tag to compare
bump version

4.1.3

20 Oct 20:29
Compare
Choose a tag to compare
Bump version number

4.1.2

06 Oct 06:42
Compare
Choose a tag to compare
Bump version

4.1.1

03 Apr 18:45
Compare
Choose a tag to compare
Fixing ugly mpi bug in tensorproductspace.py and bumping version

4.1.0

10 Mar 10:15
Compare
Choose a tag to compare
Bump version

4.0.2

23 Jun 15:17
Compare
Choose a tag to compare
  • There are now new classes for timestepping based on IMEX Runge Kutta.
  • The Rayleigh Benard and Navier Stokes channel flow solvers have been completely rewritten using the new timesteppers
  • A solver for micropolar Navier Stokes has been added

4.0.1

21 Apr 13:12
Compare
Choose a tag to compare
  • It is now possible to configure how inner products are computed using config['matrix']['assemble']
  • All matrix modules for orthogonal polynomials are much improved. Using assemble on subclasses of SpectralMatrix
  • Introduced a new way to compute matrices using stencil matrices and the orthogonal basis. This is more efficient in terms of memory than regular Vandermonde type of quadrature.

4.0.0

23 Mar 19:30
Compare
Choose a tag to compare
  • Introducing ultraspherical polynomials
  • Much improved docstrings for all bases
  • Improved description of boundary conditions
  • Generic spaces and boundary bases that can be computed from the boundary conditions automatically. Hence we can now use any boundary conditions

3.3.0

03 Mar 12:06
Compare
Choose a tag to compare
Bump version number

3.2.2

14 Oct 09:53
Compare
Choose a tag to compare
Fixing inner with rank Array and __neg__ for Expr