Skip to content

Releases: spectralDNS/shenfun

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

3.2.1

20 Sep 15:57
Compare
Choose a tag to compare
Fixing documentation

3.2.0

05 Aug 20:51
Compare
Choose a tag to compare
Fixing sum for python < 3.8

3.1.3

28 May 15:44
Compare
Choose a tag to compare
Bump version number

3.1.2

31 Mar 15:43
Compare
Choose a tag to compare
Adding scripts and environments for CG paper and update version

3.1.1

23 Mar 07:42
Compare
Choose a tag to compare
Version bump -> 3.1.1

3.0.7

15 Oct 10:55
Compare
Choose a tag to compare

Working on Coordinates - allowing sympy measures to be defined for simplify
Add some plotting tools making use of plotly

3.0.6

16 Sep 13:51
Compare
Choose a tag to compare

Changing names

MixedTensorProductSpace -> CompositeSpace
VectorTensorProductSpace -> VectorSpace

and introducing a space for second order tensors

TensorSpace

For now it is only possible to project to this second order space. Solving PDEs for second order tensors would require shaping up operators (grad, div, curl).