From ba1347dd17b5526af85709f88f1250f6ce1a71cb Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Mon, 11 Dec 2017 18:42:23 +0100 Subject: [PATCH] Updated CHANGELOG and version.h for v0.2.1 --- CHANGELOG.md | 11 ++++++++++- src/version.h | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a0ccee..ecc7e3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [0.2.1] - 2017-12-11 +### Added +- Set up documentation on ReadTheDocs, including a rough API reference. +### Changed +- Exposed some missing `Intensity` and `Pitch` methods, and `Pitch`'s internals. +### Fixed +- Made Travis CI and AppVeyor install NumPy. + ## [0.2.0] - 2017-09-15 ### Added - Added time domain query and modification methods on Sampled classes with a time aspect. @@ -35,7 +43,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Main functionality of `Thing`, `Data`, `Matrix`, `Vector`, `Sound`, `Spectrum`, `Spectrogram`, and `Intensity` classes. Preliminary implementations of `Pitch`, `Harmonicity`, `Formant`, and `MFCC`. - Basic Travis CI configuration. -[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/YannickJadoul/Parselmouth/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/YannickJadoul/Parselmouth/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/YannickJadoul/Parselmouth/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/YannickJadoul/Parselmouth/compare/e363540...v0.1.0 diff --git a/src/version.h b/src/version.h index 865b5685..93e8cc77 100644 --- a/src/version.h +++ b/src/version.h @@ -17,4 +17,4 @@ * along with Parselmouth. If not, see */ -#define PARSELMOUTH_VERSION 0.2.0 +#define PARSELMOUTH_VERSION 0.2.1