Skip to content

Releases: Sytronik/pyin-rs

pyin v1.2.0

21 Jul 10:54
Compare
Choose a tag to compare

Breaking Changes

  • Now, PYINExecutor::pyin accepts wav as a Vec<A> type, and returns tuple of Vecs, not ndarray::Array type.
  • You need -F build-binary flag to build the executable binary.

Features

  • You can use -F blas flag to use BLAS.

Commits

  • 3c4fc21: change the API to use std Vec type instead of ndarray's type. (Sytronik Liu)
  • bb3aabf: update doc (Sytronik Liu)
  • a9307cb: Merge branch 'api_vec_type' (Sytronik Liu)
  • 9994435: resolve warnings including clippy warnings (Sytronik Liu)
  • e254ea2: split binary-only dependencies with "build-binary" flag (Sytronik Liu)
  • 7109d09: bump dependency versions (Sytronik Liu)
  • ebfbe6a: add blas support (Sytronik Liu)
  • c410d21: Merge branch 'blas' (Sytronik Liu)
  • 38d805f: fix build commands for e254ea2 (Sytronik Liu)
  • 62ff81a: Release v1.2.0 (Sytronik Liu)

pyin v1.1.0

22 Dec 07:19
Compare
Choose a tag to compare

Commits

  • 9b5bd46: misc update (Sytronik Liu)
  • 8b9274e: add timestamp to the first index of the output arr (Sytronik Liu) #3
  • 7ce89a1: remove redundant dependencies (Sytronik Liu)
  • 5f1f3c4: bump dependency versions (Sytronik Liu)
  • 1fa2609: fix README typo (Sytronik Liu)
  • 750c1ad: faster parallel iteration by par_bridge() -> into_par_iter() (Sytronik Liu)
  • fb8d450: add test_pyin*/ to .gitignore (Sytronik Liu)
  • cd32268: Relase v1.1.0 (Sytronik Liu)

pyin v1.0.2

03 Apr 11:27
Compare
Choose a tag to compare

Commits

  • ffe41ff: update README (Sytronik Liu)
  • 0076484: remove unnneccesary getters (Sytronik Liu)
  • 47450a9: (center: bool, pad_mode: PadMode) ==> enum Framing (Sytronik Liu)
  • 28e2ef5: add documentation (Sytronik Liu)
  • cbb8d5b: minor refactor (Sytronik Liu)
  • e610141: Prevent copying PYINExecutor when single channel (Sytronik Liu)
  • 47aab47: change dependency forked-rodio to creak 0.3.0 (Sytronik Liu)
  • 9f2c977: Release v1.0.2 (Sytronik Liu)

First Release

20 Mar 05:44
Compare
Choose a tag to compare
v1.0.0