Skip to content

Commit ed949b9

Browse files
authored
Merge pull request #135 from OpenFreeEnergy/release_prep_0.5.0
0.5.0 release prep
2 parents fee3e70 + b63be8f commit ed949b9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

cinnabar/plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ def _master_plot(
5555
name of method associated with results, e.g. 'perses'
5656
target_name : string, optional
5757
name of system for results, e.g. 'Thrombin'
58-
quantity : str, default = '$\Delta \Delta$ G'
58+
quantity : str, default = '$\\Delta \\Delta$ G'
5959
metric that is being plotted
6060
xlabel : str, default = 'Experimental'
6161
label for xaxis
6262
ylabel : str, default = 'Calculated'
6363
label for yaxis
64-
units : str, default = r'$\mathrm{kcal\,mol^{-1}}$'
64+
units : str, default = r'$\\mathrm{kcal\\,mol^{-1}}$'
6565
string value of units to label axis
6666
guidelines : bool, default = True
6767
toggles plotting of grey 0.5 and 1 kcal/mol error zone

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ This section lists features and improvements of note in each release.
88

99
The full release history can be viewed `at the GitHub cinnabar releases page <https://github.com/OpenFreeEnergy/cinnabar/releases>`_.
1010

11+
0.5.0
12+
=====
13+
14+
**Added:**
15+
16+
* Added support for python 3.13.
17+
* Vendored ``openff-models`` (PR `#131 <https://github.com/OpenFreeEnergy/cinnabar/pull/131>`_).
18+
* Adding operator now available in ``FEMap``, i.e. you can add ``FEMap`` instances using ``+`` (PR `#114 <https://github.com/OpenFreeEnergy/cinnabar/pull/114>`_).
19+
20+
21+
**Changed:**
22+
23+
* ``FEMap`` instances no longer allow ``.graph`` to be accessed directly, and instead use ``to_networkx()`` and ``from_networkx()`` methods (PR `#112 <https://github.com/OpenFreeEnergy/cinnabar/pull/112>`_).
24+
* Scatter plots markers now have edge outlines for clearer visibility (PR `#113 <https://github.com/OpenFreeEnergy/cinnabar/pull/113>`_).
25+
26+
1127
0.2.1 - Release
1228
---------------
1329

0 commit comments

Comments
 (0)