@@ -12,17 +12,31 @@ Development was migrated into the
12
12
`OpenBioSim <https://github.com/openbiosim >`__
13
13
organisation on `GitHub <https://github.com/openbiosim/sire >`__.
14
14
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
+
15
29
`2023.2.1 <https://github.com/openbiosim/sire/compare/2023.2.0...2023.2.1 >`__ - April 2023
16
30
------------------------------------------------------------------------------------------
17
31
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
19
33
same environment as :mod: `sire `. Note that this changes the dependencies of :mod: `sire `
20
34
to use an older version of ``libnetcdf ``. `PR 34 <https://github.com/OpenBioSim/sire/pull/34 >`__
21
35
22
- * Reactivated the parallel processing code in the Amber parameter/topology parser.
36
+ * Reactivated the parallel processing code in the Amber parameter/topology parser.
23
37
This significantly speeds up reading and writing of Amber parameter/topology files.
24
38
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
26
40
``std::unary_function `` has been removed.
27
41
28
42
* Fixed the lookup of Gromacs wildcard dihedrals of the form ``A-*-*-D ``.
@@ -33,7 +47,7 @@ organisation on `GitHub <https://github.com/openbiosim/sire>`__.
33
47
Note that we don't yet have support for these in the molecular mechanic engine
34
48
or the openmm converter, so they can only currently be read and written.
35
49
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
37
51
people compiling manually know when they have to rebuild from scratch.
38
52
39
53
0 commit comments