Skip to content

Commit

Permalink
Update NEWS.md for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Oct 1, 2015
1 parent 01ceba3 commit 4e8f760
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# News for pysptk

## v0.1.3

- Building binary wheels for Windows using Appveyor ([#28])
- Add Installation guide on windows ([#25])
- Start Windows continuous integration on AppVeyor ([#24]). As part of the issue, binary dependency was updated so that SPTK library can be compiled on linux, osx and Windows as well.
- Remove unnecesarry array initialization ([#23])

## v0.1.2

- Add `pysptk.synthesis` package that provides high level interfaces for speech waveform synthesis ([#14])
Expand All @@ -24,3 +31,7 @@
[#14]: https://github.com/r9y9/pysptk/pull/14
[#18]: https://github.com/r9y9/pysptk/issues/18
[#21]: https://github.com/r9y9/pysptk/pull/21
[#23]: https://github.com/r9y9/pysptk/pull/23
[#24]: https://github.com/r9y9/pysptk/pull/24
[#25]: https://github.com/r9y9/pysptk/issues/25
[#28]: https://github.com/r9y9/pysptk/pull/28

0 comments on commit 4e8f760

Please sign in to comment.