Skip to content

Releases: USNavalResearchLaboratory/PyEBSDIndex

PyEBSDIndex 0.1.2

16 May 13:24
6435b03
Compare
Choose a tag to compare

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

24 Oct 13:51
c351c1e
Compare
Choose a tag to compare

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

27 Jul 17:46
09da593
Compare
Choose a tag to compare

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

19 May 16:53
ade2c3f
Compare
Choose a tag to compare
PyEBSDIndex 0.1rc2 Pre-release
Pre-release

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

10 Mar 19:19
3215bd1
Compare
Choose a tag to compare
PyEBSDIndex 0.1rc1 Pre-release
Pre-release

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

23 Feb 14:26
17f4c7b
Compare
Choose a tag to compare

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