Skip to content

Releases: r9y9/nnmnkwii

v0.1.3

29 Jun 06:17
Compare
Choose a tag to compare

What's Changed

  • Fixed the problem that caused installation to fail. by @decfrr in #127
  • do not merge: Update ci.yaml by @r9y9 in #128
  • Support Python 3.10+ by @r9y9 in #130
  • Add unittests for bandmat and remove unused misc module by @r9y9 in #132
  • relax numpy requirement and support numpy 2.0.0 by @r9y9 in #133

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2 release

03 Feb 11:10
def3375
Compare
Choose a tag to compare

What's Changed

  • Bump numpy requirement to >=v1.20.0 by @r9y9 in #123
  • prep for new release by @r9y9 in #125

Full Changelog: v0.1.1...v0.1.2

v0.1.1 release

04 Jan 11:43
Compare
Choose a tag to compare

v0.1.1 <2021-01-04>

  • #120: Revise CI: Enable windows and mac osx CI with Github actions. AppVeyor is removed instead.
  • #118: Fixes ValueError("Newlines are not allowed") at installation time

v0.1.0 release

11 Aug 02:38
Compare
Choose a tag to compare
  • #114: Use pysen for linting/formatting
  • Removed display package
  • Fix hts.load when the input label is empty
  • Add hts.io.HTSLabelFile.create_from_contexts
  • Fix build time numpy requirement to <v1.20.0
  • Support for loading HTS-style labels with time unit in seconds

v0.0.23 release

15 May 07:23
5b8f82b
Compare
Choose a tag to compare

v0.0.23 <2021-05-15>

  • #112_: Renamed continuous_dict to numeric_dict to be more precise.
  • #112_: Bandmat is now a part of nnmnkwii's internal package. This is to avoid instllation failusres on python >=3.6. MattShannon/bandmat#10
  • #112_: Started testing using github actions (python 3.7, 3.8, 3.9)
  • #112_: [hts.io]: :func:nnmnkwii.io.hts.load_question_set now keeps question names (e.g. "L-Phone_Boin") in dictionary.
  • #112_: [hts.io]: New functionality :func:nnmnkwii.io.hts.write_audacity_labels
  • #112_: [hts.io]: New functionality :func:nnmnkwii.io.hts.write_textgrid
  • #112_: Renamed np.int to int
  • #112_: Added pyproject.yaml

v0.0.22 release

25 Dec 13:11
Compare
Choose a tag to compare

v0.0.22 <2020-12-25>

  • #105: Change sklearn to scikit-learn
  • #108: Fix label time overflow on environment which size of np.int is 4bytes
  • #109: io: fix bug of handling pitch diff in the SVS full context format
  • io: allow writing comments in hed files

v0.0.21 release

13 Aug 14:08
Compare
Choose a tag to compare

v0.0.21 <2020-08-13>

  • #99: Fix future warning from sklearn
  • #101: [hts][frontend] various fixes for singing voice synthesis. Our frontend now supports MIDI number extraction. HTSLabelFile supports list and slice indexing.

v0.0.20 release

02 Mar 15:33
3da10c2
Compare
Choose a tag to compare

v0.0.20 <2020-03-02>

  • #90: Expand available speakers list for CMU Arctic dataset
  • #91: Add support for JVS dataset: a free Japanese multi-speaker voice corpus.
  • #98: Enable python 3.8 tests on travis
  • #95: Fixed parameter generation error of MLPG.

v0.0.19 release

06 Jul 09:05
Compare
Choose a tag to compare
prepare for new release

v0.0.18 release

31 May 00:58
Compare
Choose a tag to compare
Fix for python 3.7