Skip to content

Commit

Permalink
updated changelog, prepared v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Oct 5, 2016
1 parent 9b1b1d1 commit 3c2ee9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
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/).


## [Unreleased]
## [v0.9.0] - 2016-10-05
### Added
- lazy representation parameter that only builds & updates the representation when visible
- chainname based color scheme
- BondHash class to quickly get atoms connected to an atom
- SpatialHash class to quickly get neighboring atoms/points
- XmlParser parameter to use the browser's DOMParser
- attachment (top, middle, bottom; left, center, right) for LabelRepresentation/TextBuffer
- border color and width for LabelRepresentation/TextBuffer
Expand All @@ -15,6 +16,8 @@ All notable changes to this project will be documented in this file, following t
- PubchemDatasource to load cid as sdf, pubchem://16490
- basic entity support (type, description, chain mapping; mmcif, mmtf)
- entitytype, moleculetype, chainid, polymer color schemes
- ShaderRegistry, DecompressorRegistry
- box display for "axes" representation

### Changed
- ResidueindexColorMaker colorscale domain on a per chain basis
Expand All @@ -23,6 +26,7 @@ All notable changes to this project will be documented in this file, following t
- ignore bonds that are defined multiple times in PDB parser
- updated mmtf lib to v1.0
- use npm as the build system
- complete list of ion and saccharide group names

### Removed
- gulp as the build system
Expand Down Expand Up @@ -198,7 +202,7 @@ All notable changes to this project will be documented in this file, following t
- Initial release


[Unreleased]: https://github.com/arose/ngl/compare/v0.8...HEAD
[v0.9.0]: https://github.com/arose/ngl/compare/v0.8...v0.9.0
[v0.8]: https://github.com/arose/ngl/compare/v0.7.1a...v0.8
[v0.7.1a]: https://github.com/arose/ngl/compare/v0.7.1...v0.7.1a
[v0.7.1]: https://github.com/arose/ngl/compare/v0.7...v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/arose/ngl/blob/master/LICENSE)
[![Version](http://img.shields.io/badge/version-0.8-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.8)
[![Version](http://img.shields.io/badge/version-0.9.0-blue.svg?style=flat)](https://github.com/arose/ngl/releases/tag/v0.9.0)
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/arose/ngl/blob/master/CHANGELOG.md)


Expand Down

0 comments on commit 3c2ee9d

Please sign in to comment.