Skip to content

diffsims 0.2.0

Compare
Choose a tag to compare
@pc494 pc494 released this 14 Feb 12:40
5d1b56e

diffsims is an open-source Python library for diffraction simulations. This is a minor release of the code following directly on from v0.1.5 - a full list of the associated develops can be found at:
https://github.com/pyxem/diffsims/milestone/1?closed=1

Breaking Changes

  • StructureLibraryGenerator has been removed, use the methods of StructureLibrary instead (#60)
  • simulate_rotated_structure has been removed, use the rotation argument of .calculate_ed_data()(#61)

New Features

  • A FFT diffraction simulator has been added c/o Rob Tovey (#33)
  • Rotation list generation for some common use cases has been provided (#47)
  • Streographic rotation_list generation has been refined (#55)
  • ZAP maps can now be created (#62)

Minor Changes

  • Small speed up for internal function get_points_in_sphere (#37)
  • A progress bar has been added to the method .get_vector_library (#45)
  • Assorted internal improvements to CI and testing (#40, #41, #48)