Skip to content

Releases: BlueQuartzSoftware/EbsdLib

v1.0.26

03 Oct 20:08

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

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

Choose a tag to compare

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

v1.0.22

14 Apr 13:52

Choose a tag to compare

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

v1.0.21

13 Apr 17:33

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

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

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

Choose a tag to compare

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

v1.0.17

03 Feb 17:14

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)

v1.0.16

29 Dec 20:19

Choose a tag to compare

  • Added Matrix3X3 and Matrix3X1 class: Update uses of float g[3][3] to use new class (#14)
  • Removed all unused parts of GeometryMath
  • AngReader: report errors to the caller.
  • AngReader: Use the OddCols to figure out if there is a mismatch when reading the data