Kikuchipy

Latest version: v0.11.2

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

Scan your dependencies

Page 5 of 7

0.4.0

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

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

Added
-----
- Sample tilt about RD can be passed as part of an EBSDDetector. This can be used when
projecting parts of master patterns onto a detector.
(`381 <https://github.com/pyxem/kikuchipy/pull/381>`_)
- Reader for uncompressed EBSD patterns stored in Oxford Instrument's binary .ebsp file
format. (`371 <https://github.com/pyxem/kikuchipy/pull/371>`_,
`391 <https://github.com/pyxem/kikuchipy/pull/391>`_)
- Unit testing of docstring examples.
(`350 <https://github.com/pyxem/kikuchipy/pull/350>`_)
- Support for Python 3.9. (`348 <https://github.com/pyxem/kikuchipy/pull/348>`_)
- Projection/pattern center calibration via the moving screen technique in a
kikuchipy.detectors.calibration module.
(`322 <https://github.com/pyxem/kikuchipy/pull/322>`_)
- Three single crystal Si EBSD patterns, from the same sample position but with varying
detector distances, to the data module (via external repo).
(`320 <https://github.com/pyxem/kikuchipy/pull/320>`_)
- Reading of NORDIF calibration patterns specified in a setting file into an EBSD
signal. (`317 <https://github.com/pyxem/kikuchipy/pull/317>`_)

Changed
-------
- Only return figure from kikuchipy.filters.Window.plot() if desired, also add a
colorbar only if desired. (`375 <https://github.com/pyxem/kikuchipy/pull/375>`_)

Deprecated
----------
- The kikuchipy.pattern.correlate module will be removed in v0.5. Use
kikuchipy.indexing.similarity_metrics instead.
(`377 <https://github.com/pyxem/kikuchipy/pull/377>`_)
- Rename the EBSD.match_patterns() method to EBSD.dictionary_indexing().
match_patterns() will be removed in v0.5.
(`376 <https://github.com/pyxem/kikuchipy/pull/376>`_)

Fixed
-----
- Set minimal requirement of importlib_metadata to v3.6 so Binder can run user guide
notebooks with HyperSpy 1.6.3. (`395 <https://github.com/pyxem/kikuchipy/pull/395>`_)
- Row (y) coordinate array returned with the crystal map from dictionary indexing is
correctly sorted. (`392 <https://github.com/pyxem/kikuchipy/pull/392>`_)
- Deep copying EBSD and EBSDMasterPattern signals carry over, respectively, `xmap` and
`detector`, and `phase`, `hemisphere` and `projection` properties
(`356 <https://github.com/pyxem/kikuchipy/pull/356>`_).
- Scaling of region of interest coordinates used in virtual backscatter electron imaging
to physical coordinates. (`349 <https://github.com/pyxem/kikuchipy/pull/349>`_)

0.3.4

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

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

Added
-----
- Restricted newest version of dask<=2021.03.1 and pinned orix==0.6.0.
(`360 <https://github.com/pyxem/kikuchipy/pull/360>`_)

0.3.3

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

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

Fixed
-----
- Reading of EBSD patterns from Bruker h5ebsd with a region of interest.
(`339 <https://github.com/pyxem/kikuchipy/pull/339>`_)
- Merging of (typically refined) crystal maps, where either a simulation indices array
is not present or the array contains more indices per point than scores.
(`335 <https://github.com/pyxem/kikuchipy/pull/335>`_)
- Bugs in getting plot markers from geometrical EBSD simulation.
(`334 <https://github.com/pyxem/kikuchipy/pull/334>`_)
- Passing a static background pattern to EBSD.remove_static_background() for a
non-square detector dataset works.
(`331 <https://github.com/pyxem/kikuchipy/pull/331>`_)

0.3.2

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

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

Fixed
-----
- Deletion of temporary files saved to temporary directories in user guide.
(`312 <https://github.com/pyxem/kikuchipy/pull/312>`_)
- Pattern matching sometimes failing to generate a crystal map due to incorrect creation
of spatial arrays. (`307 <https://github.com/pyxem/kikuchipy/pull/307>`_)

0.3.1

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

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

Fixed
-----
- Version link Binder uses to make the Jupyter Notebooks run in the browser.
(`301 <https://github.com/pyxem/kikuchipy/pull/301>`_)

0.3.0

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

Details of all development associated with this release is listed below and in `this
GitHub milestone <https://github.com/pyxem/kikuchipy/milestone/3?closed=1>`_.

Contributors
------------
- Håkon Wiik Ånes
- Lars Andreas Hastad Lervik
- Ole Natlandsmyr

Added
-----
- Calculation of an average dot product map, or just the dot product matrices.
(`280 <https://github.com/pyxem/kikuchipy/pull/280>`_)
- A nice gallery to the documentation with links to each user guide page.
(`285 <https://github.com/pyxem/kikuchipy/pull/285>`_)
- Support for writing/reading an EBSD signal with 1 or 0 navigation axes to/from a
kikuchipy h5ebsd file.
(`276 <https://github.com/pyxem/kikuchipy/pull/276>`_)
- Better control over dask array chunking when processing patterns.
(`275 <https://github.com/pyxem/kikuchipy/pull/275>`_)
- User guide notebook showing basic pattern matching.
(`263 <https://github.com/pyxem/kikuchipy/pull/263>`_)
- EBSD.detector property storing an EBSDDetector.
(`262 <https://github.com/pyxem/kikuchipy/pull/262>`_)
- Link to Binder in README and in the notebooks for running them in the browser.
(`257 <https://github.com/pyxem/kikuchipy/pull/257>`_)
- Creation of dictionary of dynamically simulated EBSD patterns from a master pattern in
the square Lambert projection. (`239 <https://github.com/pyxem/kikuchipy/pull/239>`_)
- A data module with a small Nickel EBSD data set and master pattern, and a larger EBSD
data set downloadable via the module. Two dependencies, pooch and tqdm, are added
along with this module.
(`236 <https://github.com/pyxem/kikuchipy/pull/236>`_,
`237 <https://github.com/pyxem/kikuchipy/pull/237>`_,
`243 <https://github.com/pyxem/kikuchipy/pull/243>`_)
- Pattern matching of EBSD patterns with a dictionary of pre-computed simulated patterns
with known crystal orientations, and related useful tools
(`231 <https://github.com/pyxem/kikuchipy/pull/231>`_,
`233 <https://github.com/pyxem/kikuchipy/pull/233>`_,
`234 <https://github.com/pyxem/kikuchipy/pull/234>`_): (1) A framework for creation
of similarity metrics used in pattern matching, (2) computation of an orientation
similarity map from indexing results, and (3) creation of a multi phase crystal map
from single phase maps from pattern matching.
- EBSD.xmap property storing an orix CrystalMap.
(`226 <https://github.com/pyxem/kikuchipy/pull/226>`_)
- Dependency on the diffsims package for handling of electron scattering and
diffraction. (`220 <https://github.com/pyxem/kikuchipy/pull/220>`_)
- Square Lambert mapping, and its inverse, from points on the unit sphere to a 2D square
grid, as implemented in Callahan and De Graef (2013).
(`214 <https://github.com/pyxem/kikuchipy/pull/214>`_)
- Geometrical EBSD simulations, projecting a set of Kikuchi bands and zone axes onto a
detector, which can be added to an EBSD signal as markers.
(`204 <https://github.com/pyxem/kikuchipy/pull/204>`_,
`219 <https://github.com/pyxem/kikuchipy/pull/219>`_,
`232 <https://github.com/pyxem/kikuchipy/pull/232>`_)
- EBSD detector class to handle detector parameters, including detector pixels' gnomonic
coordinates. EBSD reference frame documentation.
(`204 <https://github.com/pyxem/kikuchipy/pull/204>`_,
`215 <https://github.com/pyxem/kikuchipy/pull/215>`_)
- Reader for EMsoft's simulated EBSD patterns returned by their EMEBSD.f90 program.
(`202 <https://github.com/pyxem/kikuchipy/pull/202>`_)

Changed
-------
- The feature maps notebook to include how to obtain an average dot product map and dot
product matrices for an EBSD signal.
(`280 <https://github.com/pyxem/kikuchipy/pull/280>`_)
- Averaging EBSD patterns with nearest neighbours now rescales to input data type range,
thus loosing relative intensities, to avoid clipping intensities.
(`280 <https://github.com/pyxem/kikuchipy/pull/280>`_)
- Dependency requirement of diffsims from >= 0.3 to >= 0.4
(`282 <https://github.com/pyxem/kikuchipy/pull/282>`_)
- Name of hemisphere axis in EBSDMasterPattern from "y" to "hemisphere".
(`275 <https://github.com/pyxem/kikuchipy/pull/275>`_)
- Replace Travis CI with GitHub Actions.
(`250 <https://github.com/pyxem/kikuchipy/pull/250>`_)
- The EBSDMasterPattern gets phase, hemisphere and projection properties.
(`246 <https://github.com/pyxem/kikuchipy/pull/246>`_)
- EMsoft EBSD master pattern plugin can read a single energy pattern. Parameter
`energy_range` changed to `energy`.
(`240 <https://github.com/pyxem/kikuchipy/pull/240>`_)
- Migrate user guide from reST files to Jupyter Notebooks converted to HTML with the
`nbsphinx` package.
(`236 <https://github.com/pyxem/kikuchipy/pull/236>`_,
`237 <https://github.com/pyxem/kikuchipy/pull/237>`_,
`244 <https://github.com/pyxem/kikuchipy/pull/244>`_,
`245 <https://github.com/pyxem/kikuchipy/pull/245>`_,
`279 <https://github.com/pyxem/kikuchipy/pull/279>`_,
`245 <https://github.com/pyxem/kikuchipy/pull/245>`_,
`279 <https://github.com/pyxem/kikuchipy/pull/279>`_,
`281 <https://github.com/pyxem/kikuchipy/pull/281>`_)
- Move GitHub repository to the pyxem organization. Update relevant URLs.
(`198 <https://github.com/pyxem/kikuchipy/pull/198>`_)
- Allow scikit-image >= 0.16. (`196 <https://github.com/pyxem/kikuchipy/pull/196>`_)
- Remove language_version in pre-commit config file.
(`195 <https://github.com/pyxem/kikuchipy/pull/195>`_)

Removed
-------
- The EBSDMasterPattern and EBSD metadata node Sample.Phases, to be replaced
by class attributes. The set_phase_parameters() method is removed from both
classes, and the set_simulation_parameters() is removed from the former class.
(`246 <https://github.com/pyxem/kikuchipy/pull/246>`_)

Fixed
-----
- IndexError in neighbour pattern averaging
(`280 <https://github.com/pyxem/kikuchipy/pull/280>`_)
- Reading of square Lambert projections from EMsoft's master pattern file now sums
contributions from asymmetric positions correctly.
(`255 <https://github.com/pyxem/kikuchipy/pull/255>`_)
- NumPy array creation when calculating window pixel's distance to the origin is not
ragged anymore. (`221 <https://github.com/pyxem/kikuchipy/pull/221>`_)

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.