tag:github.com,2008:https://github.com/chrisjsewell/ase-notebook/releasesRelease notes from ase-notebook2020-04-09T10:38:39Ztag:github.com,2008:Repository/220449510/v0.3.22020-04-09T10:46:52ZImprove Bond Visualisation<p>This release introduces additional configuration/functionality for visualising bonds:</p>
<ul>
<li><code>bond_radii_scale</code>: Factor to scale atomic radii by, when computing bonds (via overlapping radii)</li>
<li><code>bond_array_name</code>: The name of a boolean array on the <code>ase.Atoms</code>, specifying which atoms that bonds should be drawn for</li>
<li><code>bond_pairs_filter</code>: A list of bond element pairs to filter by</li>
<li><code>bond_color_by</code>: How to color bond: 'atoms' (same as connecting atoms) or 'length'</li>
<li><code>bond_colormap</code>: The matplotlib colormap to use with ``bond_color_by='length'`</li>
<li><code>bond_colormap_range</code>: The matplotlib colormap normalisation to use with <code>bond_color_by='length'</code></li>
</ul>
<p>Also, document testing was moved to CircleCI and numpy pinning was bumped to 1.19</p>chrisjsewelltag:github.com,2008:Repository/220449510/v0.3.12019-11-10T20:41:15ZImprove documentation<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/chrisjsewell/ase-notebook/pull/11">#11</a> from chrisjsewell/develop</p>
<p>Release v0.3.1</p>chrisjsewelltag:github.com,2008:Repository/220449510/v0.3.02019-11-10T11:37:57ZFirst pypi release<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/chrisjsewell/ase-notebook/pull/3">#3</a> from chrisjsewell/develop</p>
<p>Release v0.3.0</p>chrisjsewell