Skip to content

Commit 2fc38b2

Browse files
authored
Merge pull request #387 from OpenBioSim/release_2024.4.0
Release 2024.4.0
2 parents 108d1f0 + c14fa58 commit 2fc38b2

File tree

259 files changed

+2347
-815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+2347
-815
lines changed

doc/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ company supporting open-source development of fostering academic/industrial coll
99
within the biomolecular simulation community. Our software is hosted via the `OpenBioSim`
1010
`GitHub <https://github.com/OpenBioSim/biosimspace>`__ organisation.
1111

12+
`2024.4.0 <https://github.com/openbiosim/biosimspace/compare/2024.3.0...2024.4.0>`_ - Feb 04 2025
13+
-------------------------------------------------------------------------------------------------
14+
15+
* Improved robustness of restraint search and fixed torsion force constant (`@fjclark <https://github.com/fjclark>`_) (`#360 <https://github.com/OpenBioSim/biosimspace/pull/360>`__).
16+
* Add support for ``acdoctor`` option for ``Antechamber`` to help with parameterisation of molecules with atypical valence (`#361 <https://github.com/OpenBioSim/biosimspace/pull/361>`__).
17+
* Added missing AMBER atom mapping pruning options to the :mod:`BioSimSpace.Align` module (`#366 <https://github.com/OpenBioSim/biosimspace/pull/366>`__).
18+
* Improved error messages when no lambda windows are found during alchemical free-energy analysis (`@fjclark <https://github.com/fjclark>`_) (`#368 <https://github.com/OpenBioSim/biosimspace/pull/368>`__).
19+
* Decouple the selection used for aligment and RMSD for the :class:`RMSD <BioSimSpace.Metadynamics.CollectiveVariable.RMSD>` collective variable (`#379 <https://github.com/OpenBioSim/biosimspace/pull/379>`__).
20+
* Added missing ``._to_default_unit()`` method to the :class:`GeneralUnit <BioSimSpace.Types._GeneralUnit>` class (`#385 <https://github.com/OpenBioSim/biosimspace/pull/385>`__).
21+
* Clarified the meaning of the ``explicit_dummies`` keyword argument in the :class:`BioSimSpace.Process.Amber` class (`#385 <https://github.com/OpenBioSim/biosimspace/pull/385>`__).
22+
* Added a new :class:`BioSimSpace.Types.Mass` class to handle atomic masses (`#385 <https://github.com/OpenBioSim/biosimspace/pull/385>`__).
23+
1224
`2024.3.0 <https://github.com/openbiosim/biosimspace/compare/2024.2.0...2024.3.0>`_ - Oct 24 2024
1325
-------------------------------------------------------------------------------------------------
1426

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = "biosimspace"
46-
copyright = "2017-2024"
46+
copyright = "2017-2025"
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the

doc/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ BioSimSpace is distributed and supported as an open source community project by
3030
Citation |DOI for Citing BioSimSpace|
3131
=====================================
3232

33-
If you use BioSimSpace in any scientific software, please cite the following paper: ::
33+
If you use BioSimSpace in any scientific software, please cite the following paper:
34+
35+
.. code-block:: bibtex
3436
3537
@article{Hedges2019,
3638
doi = {10.21105/joss.01831},

python/BioSimSpace/Align/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Align/_align.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Align/_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Box/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Box/_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

python/BioSimSpace/Convert/_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# BioSimSpace: Making biomolecular simulation a breeze!
33
#
4-
# Copyright: 2017-2024
4+
# Copyright: 2017-2025
55
#
66
# Authors: Lester Hedges <lester.hedges@gmail.com>
77
#

0 commit comments

Comments
 (0)