Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 19 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,41 @@ its best to adhere to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>
List entries are sorted in descending chronological order. Contributors to each release
were listed in alphabetical order by first name until version 0.7.0.


Unreleased
==========

Added
-----
- More master patterns downloadable to a local cache via ``data.ebsd_master_pattern()``:
Alternative sigma (Fe-Cr-Mo), Cr2N, R (Fe-Cr-Mo), Pi (Fe-Mo), Al6Mn, and alpha-AlMnSi.
(`#796 <https://github.com/pyxem/kikuchipy/pull/796>`_)
- Function to clear the kikuchipy data cache directory.
(`#796 <https://github.com/pyxem/kikuchipy/pull/796>`_)
- Optional dependency on the ebsdsim Python package.
(`#809 <https://github.com/pyxem/kikuchipy/pull/809>`_)
- Reader for master patterns generated by the ebsdsim Python package.
(`#809 <https://github.com/pyxem/kikuchipy/pull/809>`_)

Fixed
-----

Changed
-------

Removed
-------

Fixed
-----

Deprecated
----------


0.13.0 (2026-06-14)
===================

Added
-----
- More master patterns downloadable to a local cache via ``data.ebsd_master_pattern()``:
Alternative sigma (Fe-Cr-Mo), Cr2N, R (Fe-Cr-Mo), Pi (Fe-Mo), Al6Mn, and alpha-AlMnSi.
(`#796 <https://github.com/pyxem/kikuchipy/pull/796>`_)
- Function to clear the kikuchipy data cache directory.
(`#796 <https://github.com/pyxem/kikuchipy/pull/796>`_)
- Optional dependency on the ebsdsim Python package.
(`#809 <https://github.com/pyxem/kikuchipy/pull/809>`_)
- Reader for master patterns generated by the ebsdsim Python package.
(`#809 <https://github.com/pyxem/kikuchipy/pull/809>`_)


0.12.2 (2026-06-04)
===================

Expand Down
2 changes: 1 addition & 1 deletion src/kikuchipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Tijmen Vermeij",
]

__version__ = "0.13.dev0"
__version__ = "0.14.dev0"

__getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__)

Expand Down
Loading