Skip to content

Releases: JuliaFEM/JuliaFEM.jl

v0.5.1

14 Oct 07:17
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-10-11)

Diff since v0.5.0

Closed issues:

  • Test fails with Julia 1.2.0 (#232)
  • 2d_hertz_contact.jl example error (#221)
  • xdmf export: Analysis(Linear) does not write results (#203)
  • type analysis has no field time (#190)
  • Solve conflict with add_elements! (#180)

Merged pull requests:

Julia v1 compatible release

06 Sep 10:57
Compare
Choose a tag to compare
Fix examples

* Fix deprecation warnings from examples and fix some small things.

v0.4.2

05 Jul 08:21
Compare
Choose a tag to compare
Fix deprecations (#206)

v0.4.1: Call Nonlinear analysis using run! (#201)

04 Jul 12:34
41e3d36
Compare
Choose a tag to compare
`analysis(time)` and `solve!(analysis, time)` are going to be deprecated later on.

v0.4.0: Drop Dataframes (#193)

02 May 10:59
f0997d8
Compare
Choose a tag to compare
Looks that package is no more used in the code. Let's drop it.

v0.3.7: Replace some rarely used functions (#188)

08 Feb 08:08
b950ba3
Compare
Choose a tag to compare
- `empty!(problem)` -> `empty!(problem.assembly)`
- `get_gdofs(element, ndim)` -> `get_gdofs(problem, element)`

use FEMBase.jl v0.1.x

19 Jan 14:25
d7bef41
Compare
Choose a tag to compare
use FEMBase v0.1.x (#185)

Lots of stuff moved from JuliaFEM.jl to FEMBase.jl.

Use FEMBase v0.0.x

27 Dec 17:46
Compare
Choose a tag to compare
v0.3.5

Update REQUIRE

using FEMBase

16 Nov 09:13
Compare
Choose a tag to compare

Core functionality is moved to base package called FEMBase.jl.

v0.3.3: Fix documentation

23 Aug 12:56
Compare
Choose a tag to compare
Update documentation of several functions to match documentation guide.