Skip to content

Releases: JuliaFEM/FEMBasis.jl

v0.3.1

10 Dec 06:20
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-12-04)

Diff since v0.3.0

Closed issues:

  • Release version 0.3.0 (#34)

Merged pull requests:

v0.3.0

27 Nov 22:09
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-11-26)

Diff since v0.2.0

Closed issues:

  • Number of Warning messages in FEMBasis (#28)

Merged pull requests:

v0.2.0: Make package work with Julia v1.0 (#25)

20 Aug 19:26
02da5c5
Compare
Choose a tag to compare
Don't use PkgTestSuite while testing package.

v0.1.8

04 Jul 20:46
Compare
Choose a tag to compare
Fix deprecations (#23)

v0.1.7

24 May 16:03
Compare
Choose a tag to compare
update call to Calculus.differentiate (simplify by default was disabl…

v0.1.6: Fix math (#21)

10 Feb 07:04
99b2b0d
Compare
Choose a tag to compare
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)

30 Jan 03:33
d54f598
Compare
Choose a tag to compare
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

03 Jan 18:19
Compare
Choose a tag to compare
- README.md is now copied to src/index.md (same content)
- add docs/src/index.md to .gitignore
- export jacobian function