Skip to content

1.8.0

Compare
Choose a tag to compare
@dkoes dkoes released this 22 Jan 16:47
· 652 commits to master since this release

Possibly breaking changes: reordered arguments in py3Dmol.view so you can do py3Dmol.view('1ycr') to easily display your desired molecule. Changed how javascript is assembled to temporarily disable amd for better functionality in amd situations.

Allow style to be set with style strings (e.g., can do 'sphere:colorscheme~greenCarbon' instead of creating a dictionary).

Fix for memory usage from @dumplings

Resolved display issues reported in Issue #548 .

Added support for creating an animated PNG from an animation (apng in py3Dmol).

Assorted fixes.