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 ngl #997

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).

## [v2.2.0]
- Summary of changes from v2.1.1
### Added
- Pymol mouse bindings: add focus scroll #992
### Changed
- Remove support for Internet Explorer #993

## [v2.1.1]
- Summary of changes from v2.0.0
### Changed
Expand Down Expand Up @@ -32,7 +39,7 @@ All notable changes to this project will be documented in this file, following t
### Added
- color management
- Export many more types (representations, params)
- support coloring atoms or bonds by external data
- support coloring atoms or bonds by external data

### Changed
- default surface type is 'av'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See it in action:

Integration with python and R:

* [NGLView](https://github.com/nglviewer/nglview): Jupyter Notebook Widget
* [NGLView](https://github.com/nglviewer/nglview): Jupyter Notebook Widget
* [NGLViewR](https://github.com/nvelden/NGLVieweR/) R htmlwidget (and an example [Shiny Application](https://niels-van-der-velden.shinyapps.io/shinyNGLVieweR/))

Documentation:
Expand Down Expand Up @@ -65,7 +65,6 @@ This project would not be possible without many fine open-source projects. Espec
* [Font Awesome](http://fontawesome.io) - for icons
* [JS Signals](http://millermedeiros.github.com/js-signals)
* [tether.js](http://github.hubspot.com/tether/)
* [Lightweight promise polyfill](https://github.com/taylorhakes/promise-polyfill)
* [pako - zlib port](https://github.com/nodeca/pako)
* [Open Source PyMOL](http://sourceforge.net/projects/pymol/) - screen aligned cylinder shader
* [VTK](http://www.vtk.org/) Quadric shader code from the PointSprite Plugin - quadric surface center calculation
Expand Down
1 change: 0 additions & 1 deletion dist/declarations/ngl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* @private
* @author Alexander Rose <[email protected]>
*/
import './polyfills';
/**
* The NGL module. These members are available in the `NGL` namespace when using the {@link https://github.com/umdjs/umd|UMD} build in the `ngl.js` file.
* @module NGL
Expand Down
7 changes: 2 additions & 5 deletions dist/ngl.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ngl.esm.js.map

Large diffs are not rendered by default.

169 changes: 83 additions & 86 deletions dist/ngl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ngl.js.map

Large diffs are not rendered by default.

55 changes: 26 additions & 29 deletions dist/ngl.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ngl.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngl",
"version": "2.1.1",
"version": "2.2.0",
"description": "Scalable molecular graphics for the web",
"main": "dist/ngl.umd.js",
"module": "dist/ngl.esm.js",
Expand Down