Releases: Sytronik/pyin-rs
Releases · Sytronik/pyin-rs
pyin v1.2.0
Breaking Changes
- Now,
PYINExecutor::pyin
acceptswav
as aVec<A>
type, and returns tuple ofVec
s, notndarray::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
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
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
v1.0.0