You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding operator now available in ``FEMap``, i.e. you can add ``FEMap`` instances using ``+`` (PR `#114 <https://github.com/OpenFreeEnergy/cinnabar/pull/114>`_)
* Adding operator now available in ``FEMap``, i.e. you can add ``FEMap`` instances using ``+`` (PR `#114 <https://github.com/OpenFreeEnergy/cinnabar/pull/114>`_).
20
19
21
20
22
21
**Changed:**
23
22
24
-
* ``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>`_)
25
-
.
26
-
* Scatter plots markers now have edge outlines for clearer visibility (PR `#113 <https://github.com/OpenFreeEnergy/cinnabar/pull/113>`_)
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>`_).
0 commit comments