Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
j0kaso committed Aug 13, 2017
1 parent 02da66b commit fbdc7a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
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/).


## [v0.3.5] - 2017-08-13
### Added
- WINDOWS support (tested for conda)
### Changed
- trajectory support switched from simpletraj to MDTraj with MDAnalysis as extra requirement
- NGL update to version 0.10.5-18 including bugfixes related to superpositioning, updated remove trajectory formats, IE11 workaround


## [v0.3.4] - 2017-07-31
### Added
- conda support via ngl channel
Expand Down
13 changes: 9 additions & 4 deletions 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)](LICENSE)
[![Version](http://img.shields.io/badge/version-0.3.4-blue.svg?style=flat)](https://github.com/arose/mdsrv/releases/tag/v0.3.4)
[![Version](http://img.shields.io/badge/version-0.3.5-blue.svg?style=flat)](https://github.com/arose/mdsrv/releases/tag/v0.3.5)
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](CHANGELOG)
[![Travis Build Status](https://travis-ci.org/arose/mdsrv.svg?branch=master)](https://travis-ci.org/arose/mdsrv)

Expand All @@ -16,9 +16,11 @@ Features
--------

* Coordinate trajectories (animation, remote access)
* Trajectory formats supported (xtc/trr, nc/netcdf, dcd)
* Trajectory formats supported (xtc/trr, nc/netcdf, dcd, lammpstrj, xyz, binpos, hdf5, dtr, arc, tng)
* Additional trajectory formats supported - only unix with py2 (mdcrd/crd, dms,
trj, ent ncdf)
* [NGL Viewer](https://github.com/arose/ngl/) (Molecular structures, Density volumes, User interaction, Embeddable)
* Lightweight coordinate-only trajecotry reader (via [SimpleTraj](https://github.com/arose/simpletraj/) and [MDTraj](http://mdtraj.org/)
* Lightweight coordinate-only trajecotry reader (via [MDTraj](http://mdtraj.org/) and [MDAnalysis](http://www.mdanalysis.org/) )



Expand Down Expand Up @@ -46,10 +48,13 @@ From PyPI:
pip install mdsrv

From conda:

conda config --add channels conda-forge
conda install -c ngl mdsrv


MDsrv depends on MDtraj. Please ensure that this is installed correctly and functional.


Running
=======

Expand Down
2 changes: 1 addition & 1 deletion develop/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: mdsrv
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v0.3.4')}}
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v0.3.5')}}

source:
path: ../../
Expand Down

0 comments on commit fbdc7a3

Please sign in to comment.