Skip to content

Commit

Permalink
Prepare for 0.3.2 release.
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 committed May 31, 2024
1 parent ee544d9 commit 5472e8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2 (2024-05-31)
==================

Fixed
-----
- Fixed issues with smaller GPUs and NLPAR.
- Improved the initial write of NLPAR file under Windows.
- Fixed issue where user sends in non-numpy array of patterns to be indexed.


0.3.1 (2024-05-24)
==================

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.1"
__version__ = "0.3.2"


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

0 comments on commit 5472e8a

Please sign in to comment.