Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jul 28, 2016
1 parent a606c0a commit bac4a52
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Change Log

Notable changes are logged here by release. This project is not
expected to be especially active and follows a simplified Semantic Versioning:

- Version numbers take the format X.Y
- X is associated with major API breakage / changes in algorithm and results.
- Y is associated with minor updates and improvements
- Small amounts of code tidying, refactoring and documentation do not
lead to a new release, and simply sit on the Development branch of
the Git repository.

The changelog format is inspired by [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased]


## [0.2] - 2016-07-28

### Added
- Present useful Python API for use with [Atomic Simulation Environment (ASE)](https://wiki.fysik.dtu.dk/ase/) calculators

### Changed
- Import routine uses [Atomic Simulation Environment](https://wiki.fysik.dtu.dk/ase/). This adds a
dependency, but permits import of almost any major crystal structure
file format.

## 0.1 - 2013-06-01

### Added
- Basic codebase reading from FHI-aims input files
- Optparse-based interface
- GPL

[Unreleased]: http://github.com/wmd-group/kgrid/compare/v0.2...HEAD
[0.2]: http://github.com/wmd-group/kgrid/compare/v0.1...v0.2

0 comments on commit bac4a52

Please sign in to comment.