-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Changelog | ||
========= | ||
|
||
For unreleased changes please see the [README](README.md) file. | ||
|
||
|
||
Version 0.3 | ||
----------- | ||
|
||
* MIGRATION: `Trajectory` classes need `get_frame_count` method | ||
* MIGRATION: removed `set_frame` method use new `frame` property | ||
* ADD: simple trajectory player | ||
* ADD: widget resizing support | ||
* ADD: picking support (gui info; `picked` property) | ||
* CODE: check for file existence in `FileStructure` and `SimpletrajTrajectory` | ||
|
||
|
||
Version 0.2 | ||
----------- | ||
|
||
* MIGRATION: changed `get_string` to `get_structure_string` | ||
* MIGRATION: changed `get_coordinates` to `get_coordinates_list` | ||
* DOC: usage, interface classes | ||
* ADD: MDTrajTrajectory adaptor | ||
* CODE: added interface classes | ||
* CODE: suggested packages; mdtraj, simpletraj | ||
|
||
|
||
Version 0.1 | ||
----------- | ||
|
||
* initial version, no release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters