Skip to content

Releases: JuliaFEM/AsterReader.jl

v0.2.3

16 Oct 21:29
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2019-10-11)

Diff since v0.2.2

Closed issues:

  • cannot read .med from Gmsh (#16)

Merged pull requests:

v0.2.2: Read med file exported from Gmsh

13 Feb 04:46
Compare
Choose a tag to compare
Now the package can also read med files exported from Gmsh. There is
some small differences how element sets are internally written to .h5
file and also looks that node / element id numbers are not explicitly
defined by Gmesh. Closes issue #16.

v0.2.1

12 Dec 09:12
143f159
Compare
Choose a tag to compare
Increase test coverage (#15)

v0.2.0

04 Sep 10:56
430dca2
Compare
Choose a tag to compare
Make AsterReader compatible with Julia v0.7 (#13)

v0.1.2

05 Jul 08:14
Compare
Choose a tag to compare
Fix deprecations (#11)

v0.1.1: Drop Logging.jl (#10)

04 Jul 19:31
412efca
Compare
Choose a tag to compare
Julia 0.7 is having improved logging abilities so we can safely drop
this.