Skip to content

PyEBSDIndex 0.3.0

Compare
Choose a tag to compare
@drowenhorst-nrl drowenhorst-nrl released this 23 May 21:09
· 9 commits to main since this release
df708a0

Added

  • NLPAR should now use GPU if pyopencl is installed, and a GPU is found. Expect 2-10x improvement in speed.
  • Faster band indexing. Should lead to increased pattern indexing speed.

Changed

  • PyEBSDIndex will now automatically select discrete GPUs if both integrated and discrete GPUs are found. If no discrete GPUs are found, it will use the integrated GPU.
  • Numba will now cache in the directory ~/.pyebsdindex/ This might help with less recompilinging after restarts.

Removed

  • Removed band_vote modual as that is now wrapped into triplevote.

Fixed

  • small bug fixes.