1.8.0
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.