Releases: JuliaFEM/FEMBasis.jl
Releases · JuliaFEM/FEMBasis.jl
v0.3.1
v0.3.0
v0.3.0 (2019-11-26)
Closed issues:
- Number of Warning messages in FEMBasis (#28)
Merged pull requests:
- Windows testing by appveyor (#30) (TeroFrondelius)
- wip on using Tensors (#27) (KristofferC)
v0.2.0: Make package work with Julia v1.0 (#25)
Don't use PkgTestSuite while testing package.
v0.1.8
v0.1.7
v0.1.6: Fix math (#21)
Determinant of Jacobian / size factor was miscalculated if Jacobian is not square, i.e. curve / manifold. Fixed.
v0.1.5: Prefer Expr over String (#19)
Basis can be created using Strings and Expressions. Prefer Expr way. Strings are still working. - Changed Expr syntax for documentation. - Create test for Expr syntax. - Cleanup of debug stuff from tests.
v0.1.4: Simplified documentation generation
- README.md is now copied to src/index.md (same content) - add docs/src/index.md to .gitignore - export jacobian function