Change log¶
v0.0.16 <2018-08-23>¶
v0.0.15 <2018-07-12>¶
- Fix pypi release to render markdown property
 
v0.0.14 <2018-06-06>¶
v0.0.13 <2018-01-24>¶
v0.0.12 <2018-01-04>¶
- Fix typo: 
adjast_frame_lengthandadjast_frame_lengthsare renamed toadjust_frame_lengthandadjust_frame_lengths, respectively, - #63: Improved support for 
nnmnkwii.preprocessing.adjast_frame_length()andnnmnkwii.preprocessing.adjast_frame_lengths(). Padding for 1d array is now supported. - BUG FIX: example audio data is now included in the release tar.gz
 
v0.0.11 <2017-12-22>¶
- Fix RuntimeError when HTS label file has white spaces between fields. Skip comments when reading HTS labels.
 
v0.0.10 <2017-12-05>¶
- #61: Misc dataset improvements. Unified max_files=None from max_files=50 and add max_files args for VCTK data sources.
 - #59: Bug fix for memory re-allocations when num frames exceed padded_initial_guess
 - #60: FileSourceDataset: better descriptive error messages
 - #57: Add 
appendmethod to HTSLabelFile and simplify structure.frame_shift_in_micro_secwas removed from its property. - #55: Add mu-law companding/expansion
 - Add support for JSUT dataset ver 1.1
 - #20: Support for mono phone labels and fix bug of 
silence_phone_indices()for non-state level alignment label files. 
v0.0.9 <2017-11-14>¶
v0.0.8 <2017-10-25>¶
v0.0.7 <2017-10-09>¶
- #12: [experimental] Add 
nnmnkwii.metricspackage - #42: Fix installation failsure on no-utf-8 environments
 
v0.0.6 <2017-10-01>¶
- #38: Add parameter trajectory smoothing.
 - #37: Add 
tqdmas dependency. Dataset’sasarraynow report progress ifverbose > 0. - #37: Add further support for incremental mean/var computation.
 - #37: Add and improve normalization utilities, 
nnmnkwii.preprocessing.inv_scale(),nnmnkwii.preprocessing.inv_minmax_scale()andnnmnkwii.preprocessing.minmax_scale_params(). - Add builtin data source for Voice Conversion Challenge (VCC) 2016 dataset.
 - #34: Add 
nnmnkwii.preprocessing.adjast_frame_length(). - #34: 
adjast_frame_lengthsnow supportsdivisible_byparameter.ensure_evenis deprecated. - #34: Rename 
adjast_frame_lengthtoadjast_Frame_lengths - Add references to 
nnmnkwii.postfilters.merlin_post_filter(). 
v0.0.5 <2017-09-19>¶
- #19: Achieved 80% test coverage
 - #31: Cleanup data source implementations and add docs.
 - Fix example data wasn’t included in release tar ball.
 - Support 
padded_lengthisNonefornnmnkwii.datasets.FileSourceDataset. - Automatic frame length adjastment for DTWAligner / IterativeDTWAligner
 
v0.0.4 <2017-09-01>¶
v0.0.3 <2017-08-26>¶
- Add tests, achieve 75% test coverage.
 - #23, #22: Preprocess rewrite & module restructure.
 - #21: Add new function 
nnmnkwii.autograd.UnitVarianceMLPGthat can run on CPU/GPU. 
v0.0.2 <2017-08-18>¶
- hts io: Add support for full-context only label files
 - #17: ts io: Fix wildcard handling bug
 - Use pack_pad_sequence for RNN training and add tests for this
 - Faster MLPG gradient computation
 
v0.0.1 <2017-08-14>¶
- Initial release