Releases: USNavalResearchLaboratory/PyEBSDIndex
PyEBSDIndex 0.1.2
Quick patch fix for numpy >= v1.24 to remove references to np. float, and use explicit float32 or float64 where needed.
PyEBSDIndex 0.1.1
PyEBSDIndex 0.1.1 is a patch release of PyEBSDIndex, a Python based tool for Hough/Radon based EBSD orientation indexing.
This release fixes batch optimization of pattern centers and ensures that some OpenCL kernels and test data are included in the source distribution.
See the changelog or the GitHub changelog for all updates.
PyEBSDIndex 0.1.0
PyEBSDIndex 0.1.0 is the first minor release of PyEBSDIndex, a Python based tool for Hough/Radon based EBSD orientation indexing.
With this release, the core package can be installed with pip or from Anaconda or from source on all operating systems with Python >= 3.7. Note that some restrictions on operating systems and Python versions apply for indexing in parallel or on the GPU; see the installation instructions for details.
See the changelog or the GitHub changelog for all updates.
PyEBSDIndex 0.1rc2
Implementation of the QUEST algorithm for orientation determination, with improved peak localization within the radon transform.
Indexing functions now return the orientation data and band data.
Numerous bug fixes. See the changelog for more details.
PyEBSDIndex 0.1rc1
PyEBSDIndex is a Python based tool for Hough/Radon based EBSD orientation indexing.
This is the first release candidate in preparation of an eventual 0.1.0 release. The release is available from PyPI, which enables easy installation by users and for other packages which want to depend on PyEBSDIndex.
Every new beginning comes from some other beginning's end
Initial release. Much is untested, but basic functionality is there. The API for this release is not guaranteed to be stable between releases.
Full Changelog: https://github.com/USNavalResearchLaboratory/PyEBSDIndex/commits/v0.01