Skip to content

Releases: chrisjsewell/ase-notebook

Improve Bond Visualisation

09 Apr 10:46
eb12723
Compare
Choose a tag to compare

This release introduces additional configuration/functionality for visualising bonds:

  • bond_radii_scale: Factor to scale atomic radii by, when computing bonds (via overlapping radii)
  • bond_array_name: The name of a boolean array on the ase.Atoms, specifying which atoms that bonds should be drawn for
  • bond_pairs_filter: A list of bond element pairs to filter by
  • bond_color_by: How to color bond: 'atoms' (same as connecting atoms) or 'length'
  • bond_colormap: The matplotlib colormap to use with ``bond_color_by='length'`
  • bond_colormap_range: The matplotlib colormap normalisation to use with bond_color_by='length'

Also, document testing was moved to CircleCI and numpy pinning was bumped to 1.19

Improve documentation

10 Nov 20:41
fdf5abb
Compare
Choose a tag to compare
Merge pull request #11 from chrisjsewell/develop

Release v0.3.1

First pypi release

10 Nov 11:37
64cd3ee
Compare
Choose a tag to compare
Merge pull request #3 from chrisjsewell/develop

Release v0.3.0