diff --git a/doc/src/contributors.md b/doc/src/contributors.md index 97321a6..b4fd20e 100644 --- a/doc/src/contributors.md +++ b/doc/src/contributors.md @@ -5,4 +5,5 @@ The following people have contributed to the development of **row**: * Joshua A. Anderson, University of Michigan * Jen Bradley, University of Michigan * Joseph Burkhart, University of Michigan +* Kate Jensen, University of Michigan * Tim Moore, University of Michigan diff --git a/doc/src/guide/concepts/hoomd-example.py b/doc/src/guide/concepts/hoomd-example.py index 16c8df5..a7ef4e2 100644 --- a/doc/src/guide/concepts/hoomd-example.py +++ b/doc/src/guide/concepts/hoomd-example.py @@ -12,7 +12,7 @@ def action_implementation(job, communicator): """Implement the action on a single job.""" # Your HOOMD-blue simulation goes here. Use the given communicator. For example: # cpu = hoomd.device.CPU(communicator=communicator) - # simulation = hoomd.Simulation(devices=cpu) + # simulation = hoomd.Simulation(device=cpu) def action(*jobs): diff --git a/doc/src/release-notes.md b/doc/src/release-notes.md index b036726..2cd28b7 100644 --- a/doc/src/release-notes.md +++ b/doc/src/release-notes.md @@ -1,5 +1,11 @@ # Release notes +## 0.4.0 (not yet released) + +*Fixed:* + +* Typographical errors in the documentation. + ## 0.3.1 (2024-10-04) *Changed:*