Skip to content

Releases: JuliaFEM/AbaqusReader.jl

v0.2.5

16 Jul 13:12
e6e04f0
Compare
Choose a tag to compare

AbaqusReader v0.2.5

Diff since v0.2.4

Closed issues:

  • Make a package ready for a new release (#49)
  • No support for set names in quotes (#61)

Merged pull requests:

v0.2.4

24 Feb 19:45
v0.2.4
5b4d234
Compare
Choose a tag to compare

v0.2.4 (2020-02-24)

Diff since v0.2.3

Closed issues:

  • Improve performance by replacing abstract Integer with concrete Int in arrays and dicts (#50)

Merged pull requests:

  • Replace abstract Integer with concrete Int type (#58) (benzwick)

v0.2.3

29 Dec 16:15
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2019-12-22)

Diff since v0.2.2

Closed issues:

  • mesh = aster_read_mesh(meshfile) doesn't work in my case... (#51)
  • Error due to lowercase elset and nset (#48)

Merged pull requests:

  • Make some changes how documentation is generated (#54) (ahojukka5)
  • Parse lower/mixed case input files (#47) (benzwick)
  • Read element types C3D4H and C3D10H (#46) (benzwick)

v0.2.2: Added element type :Hex20 (#44)

01 Sep 16:16
Compare
Choose a tag to compare
Allows reading of model with ABAQUS C3D20 elements.

v0.1.3: Fix tests with downloads

15 Aug 05:58
Compare
Choose a tag to compare
Skip tests which downloads models from internet if
`ABAQUS_DOWNLOAD_URL` is not defined.

v0.2.1: Implement reading of B33 elements (#42)

13 Aug 10:54
4380c39
Compare
Choose a tag to compare
* Parse beam B33 topology.
* Modify regexp to handle lowercase definition line.
* Fix incorrect comparison by length of `has_set_def`.

v0.2.0

11 Aug 10:12
852392b
Compare
Choose a tag to compare
Make AbaqusReader 1.0 ready (#41)

v0.1.2

25 Jul 09:48
e290262
Compare
Choose a tag to compare
Run tests also for julia 0.7 and nightly (#38)

v0.1.1: Improve AbaqusReader.jl documentation (#34)

11 Mar 15:55
41d1bcd
Compare
Choose a tag to compare
Use the internal renderer of Documenter.jl