From 8da0f4c64acf965688b409489331bd7751ae78d9 Mon Sep 17 00:00:00 2001 From: AlainKadar Date: Mon, 4 Dec 2023 17:05:51 -0500 Subject: [PATCH] Update change log and credits --- ChangeLog.md | 2 +- doc/source/reference/credits.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c94150191..80e1e213c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,7 +14,7 @@ and this project adheres to * The `normalize` argument to `freud.density.RDF` is now `normalization_mode`. * The ``neighbors`` argument to ``env_neighbors`` for ``EnvironmentMotifMatch`` class. * The ``neighbors`` argument to ``cluster_neighbors`` for ``EnvironmentCluster`` class. -* `freud.order.Nematic` uses orientation vectors instead of quaternions and a nematic director. +* `freud.order.Nematic` uses orientation vectors instead of quaternions and a nematic director and raises warning when zero vector passed. * Remove zero-padding from arrays in `freud.environment.EnvironmentCluster` and `freud.environment.EnvironmentMotifMatch` and replace with ragged lists of NumPy arrays. ### Removed diff --git a/doc/source/reference/credits.rst b/doc/source/reference/credits.rst index fd0d3b947..bf0acac81 100644 --- a/doc/source/reference/credits.rst +++ b/doc/source/reference/credits.rst @@ -387,6 +387,7 @@ Kody Takada Alain Kadar * Introduced mass dependence for ``ClusterProperties`` class, inertia tensor and radius of gyration. +* Added check for passing zero vector to ``Nematic`` class. Melody Zhang