-
Notifications
You must be signed in to change notification settings - Fork 10
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
6 changed files
with
94 additions
and
11 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,41 @@ | ||
# Changelog | ||
|
||
## Conventions used for this changelog | ||
|
||
- keep it concise but human readable | ||
- keep the *UNRELEASED* section up to date with the `develop` branch | ||
- create a new subsection for each release version | ||
- each version should have the following information: | ||
- a release date in the format `YYYY-MM-DD` | ||
- a list of added new feature | ||
- a list of changed functionnality of existing features | ||
- a list of deprecated features (features that will be deleted in a future release) | ||
- a list of removed feature (previously marked deprecated) | ||
- a list of bug fixes | ||
|
||
---- | ||
|
||
## *UNRELEASED* (last updated: 2018-11-19) | ||
|
||
**Here we collect the list of *added*, *changed*, *deprecated*, *removed* and *fixed* features in preparation for the next release.** | ||
|
||
Start of large KKR repository holding *voronoi*, *KKRhost*, *KKRimp*, *KKRsusc*, and *PKKprime* with major refactoring of code structure. | ||
|
||
|
||
### Added | ||
- None | ||
|
||
### Changed | ||
- kkr calculation retrieves Jij files | ||
|
||
### Deprecated | ||
- KKRimporter calculation now also retrieves Jij files | ||
|
||
### Removed | ||
- None | ||
|
||
### Fixed | ||
- None | ||
|
||
---- | ||
|
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
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
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
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
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