@@ -12,17 +12,31 @@ Development was migrated into the
1212`OpenBioSim <https://github.com/openbiosim >`__
1313organisation on `GitHub <https://github.com/openbiosim/sire >`__.
1414
15+ `2023.2.2 <https://github.com/openbiosim/sire/compare/2023.2.1...2023.2.2 >`__ - April 2023
16+ ------------------------------------------------------------------------------------------
17+
18+ * Fixed random crashes when loading Amber PRMTOP files when parallelisation
19+ was enabled. `PR 45 - fix_44 <https://github.com/OpenBioSim/sire/pull/45 >`__
20+
21+ * Fixed failure to read an Amber PRMTOP file when no atom names or residues names
22+ are set. `PR 43 - fix_42 <https://github.com/OpenBioSim/sire/pull/43 >`__
23+
24+ * Edited GitHub Actions workflow so that builds of ``devel `` automatically
25+ upload to the ``dev `` channel, while builds of ``main `` automatically
26+ upload to the ``test `` channel (for testing before being re-labelled
27+ to the ``main `` channel)
28+
1529`2023.2.1 <https://github.com/openbiosim/sire/compare/2023.2.0...2023.2.1 >`__ - April 2023
1630------------------------------------------------------------------------------------------
1731
18- * Added in ``openmmtools `` as a host requirement. This allows it to be installed in the
32+ * Added in ``openmmtools `` as a host requirement. This allows it to be installed in the
1933 same environment as :mod: `sire `. Note that this changes the dependencies of :mod: `sire `
2034 to use an older version of ``libnetcdf ``. `PR 34 <https://github.com/OpenBioSim/sire/pull/34 >`__
2135
22- * Reactivated the parallel processing code in the Amber parameter/topology parser.
36+ * Reactivated the parallel processing code in the Amber parameter/topology parser.
2337 This significantly speeds up reading and writing of Amber parameter/topology files.
2438
25- * Fixed compile issues with some MacOS compilers using the C++ 2017 standard, when
39+ * Fixed compile issues with some MacOS compilers using the C++ 2017 standard, when
2640 ``std::unary_function `` has been removed.
2741
2842* Fixed the lookup of Gromacs wildcard dihedrals of the form ``A-*-*-D ``.
@@ -33,7 +47,7 @@ organisation on `GitHub <https://github.com/openbiosim/sire>`__.
3347 Note that we don't yet have support for these in the molecular mechanic engine
3448 or the openmm converter, so they can only currently be read and written.
3549
36- * Added a developer check for when the version number has changed, so that
50+ * Added a developer check for when the version number has changed, so that
3751 people compiling manually know when they have to rebuild from scratch.
3852
3953
0 commit comments