Skip to content

Commit

Permalink
update ngl
Browse files Browse the repository at this point in the history
  • Loading branch information
ppillot committed Oct 14, 2023
1 parent cd8f528 commit a7bfd94
Show file tree
Hide file tree
Showing 11 changed files with 126 additions and 130 deletions.
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

0 comments on commit a7bfd94

Please sign in to comment.