Skip to content

Commit

Permalink
💎 Release v0.1.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Apr 13, 2017
1 parent b872a25 commit 45c6790
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Fixed

### Changed

## [0.1.2] - 2017-04-13
### Added
- Tests of the composition uncertainty in the DataPoint
- Tests of the values in the references
- Packaging for conda and PyPI
- Add Anaconda-Server badge to README

### Fixed

### Changed
- All fixed DOIs in CITATION.md are now specified with placeholders

Expand All @@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- First minor release of PyKED, supporting autoignition experiments.
- Basic API documentation is available via https://pr-omethe-us.github.io/PyKED/

[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/pr-omethe-us/PyKED/compare/75ecf67766a0be2a80e2377391fd9eca420f152c...v0.1.0
[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/pr-omethe-us/PyKED/compare/75ecf67766a0be2a80e2377391fd9eca420f152c...v0.1.0
4 changes: 2 additions & 2 deletions CITATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

To cite PyKED in a scholarly article, please use

> K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.1 [software]. Zenodo. https://doi.org/10.5281/zenodo.######
> K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.2 [software]. Zenodo. https://doi.org/10.5281/zenodo.######
A BibTeX entry for LaTeX users is

```TeX
@misc{PyKED,
author = {Kyle E Niemeyer and Bryan W Weber},
year = 2017,
title = {PyKED v0.1.1},
title = {PyKED v0.1.2},
doi = {10.5281/zenodo.######},
url = {https://github.com/pr-omethe-us/PyKED},
}
Expand Down
2 changes: 1 addition & 1 deletion pyked/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 1, 1, 'a9')
__version_info__ = (0, 1, 2, '')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]
2 changes: 2 additions & 0 deletions pyked/chemked_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ chemked-version: # TODO: Implement proper version comparison
allowed:
- 0.0.1
- 0.1.0
- 0.1.1
- 0.1.2
required: true
type: string
experiment-type:
Expand Down

0 comments on commit 45c6790

Please sign in to comment.