Skip to content

Commit

Permalink
Prep for 0.3.0 release. (#58)
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl authored May 23, 2024
1 parent 82ebcbb commit df708a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ 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.2.2dev
0.3.0 (2024-05-23)
==================
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
-----
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.2.2dev"
__version__ = "0.3.0"


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

0 comments on commit df708a0

Please sign in to comment.