Skip to content

Commit

Permalink
Update change log and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainKadar committed Dec 4, 2023
1 parent 6af045c commit 8da0f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8da0f4c

Please sign in to comment.