Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.1.8 #772

Merged
merged 2 commits into from
Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devtools/nglview-jupyterlab.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pythonversion=3.7
nglviewversion=1.1.7
nglviewversion=1.1.8
labversion=0.34.12
labmanagerversion=0.37.4
ipywidgetsversion=7.4.2
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "1.1.7",
"version": "1.1.8",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
Expand Down
122 changes: 61 additions & 61 deletions nglview/static/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from .remote_thread import RemoteCallThread

__all__ = ['NGLWidget', 'ComponentViewer']
__frontend_version__ = '1.1.7' # must match to js/package.json
__frontend_version__ = '1.1.8' # must match to js/package.json
_EXCLUDED_CALLBACK_AFTER_FIRING = {
'setUnSyncCamera', 'setSelector', 'setUnSyncFrame', 'setDelay',
'autoView',
Expand Down