Skip to content

Releases: nglviewer/nglview

v0.6.3

17 Apr 04:53
Compare
Choose a tag to compare
  • ENH: only install extension to --sys-prefix
  • ADD: SchrodingerStructure
  • ADD: viewer_control.py
  • UPDATE: ngl 0.10.10-dev
  • ADD: _view_xz_plane

v0.6.2.4

10 Mar 15:35
Compare
Choose a tag to compare

(for pip versioning). Same as v0.6.2.3

v0.6.2.3

10 Mar 01:47
Compare
Choose a tag to compare
  • ADD: movie_maker to widget
  • ADD: ASETrajectory
  • REMOVE: PlaceProxy
  • FIX: use Integer traitlet to handle long on Py27 (win)

v0.6.2.2

09 Jan 17:47
Compare
Choose a tag to compare

FIX: version for pypi
ENH: user can update parameters before displaying view
ADD: negative indexing for view
ADD: support ipywidgets 6.x

v0.6.2.1

06 Dec 19:54
Compare
Choose a tag to compare

FIX: activate nglview extension with conda

v0.6.2

02 Dec 17:20
Compare
Choose a tag to compare

ADD: support jupyterlab

v0.6.1

23 Nov 18:29
Compare
Choose a tag to compare

ADD: movie maker (using moviepy)
ADD: add_axes
ADD: show_htmd
ADD: show_ase
ENH: internal reorganization
ENH: GUI
CHANGE: require ipywidgets >= 5.2.2
FIX: firefox bug (not updating view)
FIX: conda build by removing install requirement in setup.py

Install

Note: The released version only works with ipywidgets >= 5.2.2

  • Available on bioconda channel

    conda config --add channels conda-forge
    conda install nglview -c bioconda
    jupyter-nbextension enable nglview --py --user
    
    # if you already installed nglview, you can `upgrade`
    conda upgrade nglview
    jupyter-nbextension enable nglview --py --user
  • Available on PyPI

    pip install nglview

v0.6

23 Nov 21:13
Compare
Choose a tag to compare

v0.5.2a

24 Jun 06:34
Compare
Choose a tag to compare
  • ADD: nglview command line for quickly opening notebook.
  • ADD: add_text to display
  • FIX: view.background assignment.

v0.5.1

14 Jun 04:06
Compare
Choose a tag to compare
  • FIX: correctly handle player when adding a structure first
  • FIX: cleaned-up outdated notebooks