Skip to content

Commit

Permalink
Prepare for 0.3.6 release (#67)
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
  • Loading branch information
drowenhorst-nrl authored Aug 9, 2024
1 parent 54961b2 commit 5c58652
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@ Changelog
All notable changes to PyEBSDIndex will be documented in this file. The format is based
on `Keep a Changelog <https://keepachangelog.com/en/1.1.0>`_.


0.3.6 (2024-08-06)
==================

Fixed
-----
- Fixed issue with newer versions of Ray and NVIDIA cards (maybe exclusively on Linux).

Changed
-------
- Small adjustment on peak fitting suggested by W. Lenthe to put better limits on the peak fit.
Maybe especially useful for fitting noisy peaks.


0.3.5 (2024-06-07)
==================

Fixed
-----
- Further tweaking of NLPAR GPU memory limits for Apple-ARM.
- Many small type fixes for numpy 2.0 compatibillty.
- Many small type fixes for numpy 2.0 compatibility.
- Corrected GPU detection for distributed indexing.
- Fixed issue where slower machines would erroneously detect a GPU timeout.

Expand Down
2 changes: 1 addition & 1 deletion pyebsdindex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
__description__ = "Python based tool for Radon based EBSD indexing"
__name__ = "pyebsdindex"
__version__ = "0.3.5"
__version__ = "0.3.6"


# Try to import only once - also will perform check that at least one GPU is found.
Expand Down

0 comments on commit 5c58652

Please sign in to comment.