Skip to content

Releases: BlueQuartzSoftware/EbsdLib

v1.0.27

05 Feb 19:30
Compare
Choose a tag to compare
  • Basic H5OINA Reader
  • Add clang and gcc compiler definition to ensure consistent results across compilers

v1.0.26

03 Oct 20:08
Compare
Choose a tag to compare

Fixed issue with Reading Hex grid ANG files
Fixed issue with maximum value for Orientation Representation

v1.0.25

08 Sep 19:27
Compare
Choose a tag to compare

BUG: Fix issue when trying to read a hex gridded file where the data would be validated against the XY positions. This validation assumes a square grid file.

v1.0.24

05 Sep 16:42
Compare
Choose a tag to compare

Improvements to building with Anaconda
Improvements to error reporting in the AngReader

v1.0.22

14 Apr 13:52
Compare
Choose a tag to compare

Warn when compiling on older macOS systems (10.14 and below).

v1.0.21

13 Apr 17:33
Compare
Choose a tag to compare
  • Add a method to the LaueOps classes to get the default names of the 3 standard Pole Figure Plots
  • AngPhase: fix parsing of MaterialName and Formula from .ang files
  • Ensure older macOS systems will correctly configure.

v1.0.20

02 Apr 00:44
Compare
Choose a tag to compare

Fix issue where compiling on macOS versions would leave CMAKE_OSX_DEPLOYMENT target empty which would then cause EbsdLib to look for ghcfilesystem library. We just go by looking for the version of macOS that it is being compiled on and hope for the best.

If you are compiling on macOS 10.14 or less then you will need ghc_filesystem library

v1.0.19

28 Mar 18:34
Compare
Choose a tag to compare

Expose some internal variables from the LaueOps classes to allow external codes to use Pole Figure generation

v1.0.18

24 Mar 13:30
Compare
Choose a tag to compare

Fix missing header in installation
Fix reading from HDF5 based OIM files

v1.0.17

03 Feb 17:14
Compare
Choose a tag to compare
  • Fixed issue when configuring on macOS ARM (Apple Silicon) through VCPKG where cmake would error out looking or ghcFilesystem library (which isn't needed)