Skip to content

Commit

Permalink
Merge pull request #406 from anderscmathisen/move_to_from_methods
Browse files Browse the repository at this point in the history
Moved to and from class methods from Rotation to Quaternion
  • Loading branch information
hakonanes committed Nov 30, 2022
2 parents c64d60c + 27cad55 commit 1dec46a
Show file tree
Hide file tree
Showing 9 changed files with 906 additions and 659 deletions.
4 changes: 4 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"orcid": "0000-0002-2204-2055",
"affiliation": "The Ohio State University"
},
{
"name": "Anders Christian Mathisen",
"affiliation": "Norwegian University of Science and Technology"
},
{
"name": "Simon Høgås"
},
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Added
-----
- ``row`` and ``col`` properties to ``CrystalMap`` giving the row and column coordinate
of each map point given by ``CrystalMap.shape``.
- ``Rotation`` class methods ``from_neo_euler()``, ``from_axes_angles()``,
``from_euler()``, ``from_matrix()``, ``random()`` and ``identity()`` and methods
``to_euler()`` and ``to_matrix()`` are now available from the ``Quaternion`` class as
well.

Changed
-------
Expand Down
1 change: 1 addition & 0 deletions orix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Duncan Johnstone",
"Niels Cautaerts",
"Austin Gerlt",
"Anders Christian Mathisen",
"Simon Høgås",
"Alexander Clausen",
]

0 comments on commit 1dec46a

Please sign in to comment.