Skip to content

Commit

Permalink
Adding a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
chryswoods committed Jun 23, 2024
1 parent 89ae69e commit 7074b84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ organisation on `GitHub <https://github.com/openbiosim/sire>`__.
correct AtomIdx, rather than added as the last atoms in the molecule. This
is also more natural. This fixes issue #202.

* Added the "center" keyword argument to the ``make_whole`` functions of
:class:`~sire.mol.Cursors`, :class:`~sire.mol.CursorsM` and
:class:`~sire.system.System` (as well as to the legacy System class).
Also allowed the constructor of :class:`~sire.maths.Vector` to recognise
``origin`` and ``zero`` as arguments, meaning you can write
``cursor.make_whole(center="origin")``. This fixes issue #199.

* Please add an item to this changelog when you create your PR

`2024.1.0 <https://github.com/openbiosim/sire/compare/2023.5.2...2024.1.0>`__ - April 2024
Expand Down

0 comments on commit 7074b84

Please sign in to comment.