Release history#
This section lists features and improvements of note in each release.
The full release history can be viewed at the GitHub cinnabar releases page.
0.5.0#
Added:
Added support for python 3.13.
Vendored
openff-models(PR #131).Adding operator now available in
FEMap, i.e. you can addFEMapinstances using+(PR #114).
Changed:
FEMapinstances no longer allow.graphto be accessed directly, and instead useto_networkx()andfrom_networkx()methods (PR #112).Scatter plots markers now have edge outlines for clearer visibility (PR #113).
0.2.1 - Release#
Bugfixes#
Fix erroneous MLE estimate when self-edges are included (PR #38).