1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<!-- Please confirm that your work is based on the correct branch. -->
<!-- Base backwards compatible bug fixes on `trunk-patch`. -->
<!-- Base additional functionality on `trunk-minor`. -->
<!-- Base API incompatible changes on `trunk-major`. -->
## Description
<!-- Describe your changes in detail. -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!-- Replace ??? with the issue number that this pull request resolves. -->
Resolves #???
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Please build the sphinx documentation and check that any changes to
documentation display properly. -->
## Checklist:
- [ ] I have reviewed the [**Contributor Guidelines**](https://github.com/glotzerlab/gsd/blob/trunk-patch/CONTRIBUTING.rst).
- [ ] I agree with the terms of the [**GSD Contributor Agreement**](https://github.com/glotzerlab/gsd/blob/trunk-patch/ContributorAgreement.md).
- [ ] My name is on the list of contributors (`doc/credits.rst`) in the pull request source branch.
- [ ] I have added a change log entry to ``CHANGELOG.rst``.
|