Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
🔖 release v0.2.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenain authored Jul 17, 2020
1 parent 04ee710 commit 700d1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Crest factor | Ours | `crest_factor` | `frame_length_seconds=0.04`, `hop_length_
Pitch period entropy | Ours | `ppe` | None
Jitters | Ours | `jitters` | `p_floor=0.0001`, `p_ceil=0.02`, `max_p_factor=1.3`
Shimmers | Ours | `shimmers` | `max_a_factor=1.6`, `p_floor=0.0001`, `p_ceil=0.02`, `max_p_factor=1.3`
Harmonics-to-noise ratio | Ours | `HNR` | None
Harmonics-to-noise ratio | Ours | `hnr` | None
Detrended fluctuation analysis | Ours | `dfa` | `window_lengths=[64, 128, 256, 512, 1024, 2048, 4096]`
Linear spectral coefficients | LibROSA | `lpc` | `order=4`, `return_np_array=False`
Linear spectral frequencies | pyspectrum | `lsf` | `order=4`, `return_np_array=False`
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="surfboard",
version="0.1.1",
version="0.2.0",
description="Novoic's audio feature extraction library https://novoic.com",
url="http://github.com/novoic/surfboard",
author="Raphael Lenain",
Expand All @@ -21,7 +21,7 @@
"alzheimers-disease",
"parkinsons-disease",
],
download_url="https://github.com/novoic/surfboard/archive/v0.1.1.tar.gz",
download_url="https://github.com/novoic/surfboard/archive/v0.2.0.tar.gz",
install_requires=[
"librosa>=0.7.2",
"numba==0.48.0", # Needed until Librosa deploys fix to mute warnings.
Expand Down

0 comments on commit 700d1b2

Please sign in to comment.