Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

97 lines (63 loc) · 1.98 KB

ArTK Changelog

Added

  • support for Java 9 through 12

Changed

  • build with Gradle 4.8
  • upgrade Guava and EJML dependencies
  • migrate testing from JUnit 4 with FEST-Assert to JUnit 5 Jupiter with AssertJ
  • all changes since v0.5

Removed

  • support for Java 7

Fixed

  • Euler angle extraction

v0.5 - 2016-11-23

Added

  • optional head movement normalization
  • JSON output format
  • support for EST format (i.e., MOCHA-TIMIT, mngu0 datasets)
  • snapshot artifacts hosted on OJO

Changed

Removed

  • support for Java 6

v0.4.1 - 2015-01-22

Added

  • optional smoothing for noisy data
  • testing hosted on Travis CI

Changed

v0.4 - 2014-07-11

Added

  • release artifacts hosted on Bintray

Changed

v0.3 - 2014-03-31

Added

  • support for Carstens AG501 files
  • channels can be extracted individually

Changed

v0.2 - 2014-03-23

Initial release