Releases: JuliaFEM/JuliaFEM.jl
Releases · JuliaFEM/JuliaFEM.jl
v0.5.1
v0.5.1 (2019-10-11)
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:
- Create Project.toml file and remove REQUIRE files (#242) (ahojukka5)
- change in old function name ucfirst to uppercasefirst, (#240) (micampbell)
- Fix broken test (#233) (ahojukka5)
- Documentation deployment fix (#230) (ahojukka5)
- fixed deprecated warning for format = html (#229) (rezarastak)
- implement matrix coloring (#226) (KristofferC)
- improve performance in elasticity by moving out computation of X from integration point loop (#225) (KristofferC)
- improve performance in elasticity (#224) (KristofferC)
- Fix example of 2d hertz contact (#223) (ahojukka5)
- Add upper bound to Julia v2.0 to REQUIRE (#222) (ahojukka5)
- Store Xdmf results in Mixed format (#217) (ahojukka5)
- Update citation instruction in README.md (#216) (ahojukka5)
Julia v1 compatible release
Fix examples * Fix deprecation warnings from examples and fix some small things.
v0.4.2
v0.4.1: Call Nonlinear analysis using run! (#201)
`analysis(time)` and `solve!(analysis, time)` are going to be deprecated later on.
v0.4.0: Drop Dataframes (#193)
Looks that package is no more used in the code. Let's drop it.
v0.3.7: Replace some rarely used functions (#188)
- `empty!(problem)` -> `empty!(problem.assembly)` - `get_gdofs(element, ndim)` -> `get_gdofs(problem, element)`
use FEMBase.jl v0.1.x
use FEMBase v0.1.x (#185) Lots of stuff moved from JuliaFEM.jl to FEMBase.jl.
Use FEMBase v0.0.x
v0.3.5 Update REQUIRE
using FEMBase
Core functionality is moved to base package called FEMBase.jl.
v0.3.3: Fix documentation
Update documentation of several functions to match documentation guide.