Kikuchipy

Latest version: v0.11.2

Safety actively analyzes 724087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.2.2

==================

This is a patch release that fixes reading of EBSD data sets from h5ebsd files with
arbitrary scan group names.

Contributors
------------
- Håkon Wiik Ånes

Fixed
-------
- Allow reading of EBSD patterns from h5ebsd files with arbitrary scan group names, not
just "Scan 1", "Scan 2", etc., like was the case before.
(`188 <https://github.com/pyxem/kikuchipy/pull/188>`_)

0.2.1

==================

This is a patch release that enables installing kikuchipy 0.2 from Anaconda and not just
PyPI.

Contributors
------------
- Håkon Wiik Ånes

Changed
-------
- Use numpy.fft instead of scipy.fft because HyperSpy requires scipy < 1.4 on
conda-forge, while scipy.fft was introduced in scipy 1.4.
(`180 <https://github.com/pyxem/kikuchipy/pull/180>`_)

Fixed
-----
- With the change above, kikuchipy 0.2 should be installable from Anaconda and not just
PyPI. (`180 <https://github.com/pyxem/kikuchipy/pull/180>`_)

0.2.0

==================

Details of all development associated with this release are available `here
<https://github.com/pyxem/kikuchipy/milestone/2?closed=1>`_.

Contributors
------------
- Håkon Wiik Ånes
- Tina Bergh

Added
-----
- Jupyter Notebooks with tutorials and example workflows available.
- Grey scale and RGB virtual backscatter electron (BSE) images can be easily generated
with the VirtualBSEGenerator class. The generator return objects of the new signal
class VirtualBSEImage, which inherit functionality from HyperSpy's Signal2D class.
(`170 <https://github.com/pyxem/kikuchipy/pull/170>`_)
- EBSD master pattern class and reader of master patterns from EMsoft's EBSD master
pattern file. (`159 <https://github.com/pyxem/kikuchipy/pull/159>`_)
- Python 3.8 support. (`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- The public API has been restructured. The pattern processing used by the EBSD class is
available in the kikuchipy.pattern subpackage, and filters/kernels used in frequency
domain filtering and pattern averaging are available in the kikuchipy.filters
subpackage.
(`169 <https://github.com/pyxem/kikuchipy/pull/169>`_)
- Intensity normalization of scan or single patterns.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Fast Fourier Transform (FFT) filtering of scan or single patterns using SciPy's fft
routines and `Connelly Barnes' filterfft
<https://www.connellybarnes.com/code/python/filterfft>`_.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Numba dependency to improve pattern rescaling and normalization.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Computing of the dynamic background in the spatial or frequency domain for scan or
single patterns. (`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Image quality (IQ) computation for scan or single patterns based on N. C. K. Lassen's
definition. (`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Averaging of patterns with nearest neighbours with an arbitrary kernel, e.g.
rectangular or Gaussian. (`134 <https://github.com/pyxem/kikuchipy/pull/134>`_)
- Window/kernel/filter/mask class to handle such things, e.g. for pattern averaging or
filtering in the frequency or spatial domain. Available in the kikuchipy.filters
module.
(`134 <https://github.com/pyxem/kikuchipy/pull/134>`_,
`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)

Changed
-------
- Renamed five EBSD methods: static_background_correction to remove_static_background,
dynamic_background_correction to remove_dynamic_background, rescale_intensities to
rescale_intensity, virtual_backscatter_electron_imaging to plot_virtual_bse_intensity,
and get_virtual_image to get_virtual_bse_intensity.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_,
`170 <https://github.com/pyxem/kikuchipy/pull/170>`_)
- Renamed kikuchipy_metadata to ebsd_metadata.
(`169 <https://github.com/pyxem/kikuchipy/pull/169>`_)
- Source code link in the documentation should point to proper GitHub line. This
`linkcode_resolve` in the `conf.py` file is taken from SciPy.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Read the Docs CSS style. (`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- New logo with a gradient from experimental to simulated pattern (with EMsoft), with a
color gradient from the plasma color maps.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)
- Dynamic background correction can be done faster due to Gaussian blurring in the
frequency domain to get the dynamic background to remove.
(`157 <https://github.com/pyxem/kikuchipy/pull/157>`_)

Removed
-------
- Explicit dependency on scikit-learn (it is imported via HyperSpy).
(`168 <https://github.com/pyxem/kikuchipy/pull/168>`_)
- Dependency on pyxem. Parts of their virtual imaging methods are adapted here---a big
thank you to the pyxem/HyperSpy team!
(`168 <https://github.com/pyxem/kikuchipy/pull/168>`_)

Fixed
-----
- RtD builds documentation with Python 3.8 (fixed problem of missing .egg leading build
to fail). (`158 <https://github.com/pyxem/kikuchipy/pull/158>`_)

0.1.3

==================

kikuchipy is an open-source Python library for processing and analysis of electron
backscatter diffraction patterns: https://kikuchipy.org.

This is a patch release. It is anticipated to be the final release in the `0.1.x`
series.

Added
-----
- Package installation with Anaconda via the `conda-forge channel
<https://anaconda.org/conda-forge/kikuchipy/>`_.

Fixed
-----
- Static and dynamic background corrections are done at float 32-bit precision, and not
integer 16-bit.
- Chunking of static background pattern.
- Chunking of patterns in the h5ebsd reader.

0.1.2

==================

kikuchipy is an open-source Python library for processing and analysis of electron
backscatter diffraction patterns: https://kikuchipy.org.

This is a bug-fix release that ensures, unlike the previous bug-fix release, that
necessary files are downloaded when installing from PyPI.

0.1.1

==================

This is a bug fix release that ensures that necessary files are uploaded to PyPI.

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.