Skip to content

Commit fbdc7a3

Browse files
committed
v0.3.5
1 parent 02da66b commit fbdc7a3

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
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/).
33

44

5+
## [v0.3.5] - 2017-08-13
6+
### Added
7+
- WINDOWS support (tested for conda)
8+
### Changed
9+
- trajectory support switched from simpletraj to MDTraj with MDAnalysis as extra requirement
10+
- NGL update to version 0.10.5-18 including bugfixes related to superpositioning, updated remove trajectory formats, IE11 workaround
11+
12+
513
## [v0.3.4] - 2017-07-31
614
### Added
715
- conda support via ngl channel

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
3-
[![Version](http://img.shields.io/badge/version-0.3.4-blue.svg?style=flat)](https://github.com/arose/mdsrv/releases/tag/v0.3.4)
3+
[![Version](http://img.shields.io/badge/version-0.3.5-blue.svg?style=flat)](https://github.com/arose/mdsrv/releases/tag/v0.3.5)
44
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](CHANGELOG)
55
[![Travis Build Status](https://travis-ci.org/arose/mdsrv.svg?branch=master)](https://travis-ci.org/arose/mdsrv)
66

@@ -16,9 +16,11 @@ Features
1616
--------
1717

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

2325

2426

@@ -46,10 +48,13 @@ From PyPI:
4648
pip install mdsrv
4749

4850
From conda:
49-
51+
conda config --add channels conda-forge
5052
conda install -c ngl mdsrv
5153

5254

55+
MDsrv depends on MDtraj. Please ensure that this is installed correctly and functional.
56+
57+
5358
Running
5459
=======
5560

develop/conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mdsrv
3-
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v0.3.4')}}
3+
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v0.3.5')}}
44

55
source:
66
path: ../../

0 commit comments

Comments
 (0)