Skip to content

Commit a5bd54f

Browse files
committed
updated CHANGELOG for 0.3.0 release
1 parent 08b7288 commit a5bd54f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.3.0] - 2018-10-11
8+
89
### Fixes
910
- fixed description of 'AdK equilibrium' dataset
1011
- fixed loading descriptions from zipped eggs (#12)
@@ -13,7 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1314
- new `fetch_nhaa_equilibrium()` to get the NhaA trajectory from
1415
https://figshare.com/articles/Molecular_dynamics_trajectory_of_membrane_protein_NhaA/7185203/2
1516
(see issue #7)
16-
17+
- new internal function `base._read_description()` to simplify reading of the
18+
descr.rst files into datasets
19+
- continuous integration/tests: MDAnalysisData should be compatible with Python
20+
2.7 and Python 3.4+. It is currently tested on 2.7 and 3.6.
21+
22+
### Changes
23+
- Default location of the data_home is now stored as `base.DEFAULT_DATADIR`.
24+
1725

1826
## [0.2.2] - 2018-10-05
1927
### Fixes

0 commit comments

Comments
 (0)