From 879cc1809f722e47205b10f2036f606599a346ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Tue, 9 Apr 2024 23:41:33 +0200 Subject: [PATCH] Rephrase addition of new sampling function in changelog, remove non-user facing change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- CHANGELOG.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abdec641..db407070 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,10 +31,9 @@ Added - The ``random()`` methods of ``Orientation`` and ``Misorientation`` now accept ``symmetry``. A ``random()`` method is also added to ``Vector3d`` and ``Miller``, the latter accepting a ``phase``. -- Added ``orix.sampling.get_sample_zone_axis()`` for getting zone axes for some point - group. -- Added ``orix.sampling.get_sample_reduced_fundamental()`` for getting reduced - fundamental zone for some point group. +- Function ``orix.sampling.get_sample_reduced_fundamental()`` for sampling rotations + that rotate the Z-vector (0, 0, 1) onto the fundamental sector of the Laue group of a + given ``Symmetry``. Changed ------- @@ -43,7 +42,6 @@ Changed - Allow passing a tuple of integers to ``reshape()`` methods of 3D objects. - ``random()`` methods no longer accept a list as a valid shape: pass a tuple instead. - Increase minimal version of Matplotlib to >= 3.5. -- Updated copyright year to 2024. Deprecated ----------