tag:github.com,2008:https://github.com/chrisjsewell/ase-notebook/releases Release notes from ase-notebook 2020-04-09T10:38:39Z tag:github.com,2008:Repository/220449510/v0.3.2 2020-04-09T10:46:52Z Improve 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> chrisjsewell tag:github.com,2008:Repository/220449510/v0.3.1 2019-11-10T20:41:15Z Improve 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> chrisjsewell tag:github.com,2008:Repository/220449510/v0.3.0 2019-11-10T11:37:57Z First 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