Recent Releases of vocalpy

vocalpy - 0.10.2

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.10.1...0.10.2

- Python
Published by NickleDave 7 months ago

vocalpy - 0.10.1

What's Changed

  • docs: add avanikop as a contributor for ideas by @allcontributors[bot] in https://github.com/vocalpy/vocalpy/pull/206
  • DEV: Require python >= 3.11, bump lower bounds on deps by @NickleDave in https://github.com/vocalpy/vocalpy/pull/216

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.10.0...0.10.1

- Python
Published by NickleDave 7 months ago

vocalpy - 0.10.0.post1

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.10.0...0.10.0.post1

- Python
Published by NickleDave about 1 year ago

vocalpy - 0.10.0

What's Changed

  • Post-NMAC 2024 GRS fixes by @NickleDave in https://github.com/vocalpy/vocalpy/pull/189

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.5...0.10.0

- Python
Published by NickleDave about 1 year ago

vocalpy - 0.9.5

What's Changed

  • Fix syntax of primary prompt of Python by @tkoyama010 in https://github.com/vocalpy/vocalpy/pull/174
  • docs: add tkoyama010 as a contributor for doc by @allcontributors in https://github.com/vocalpy/vocalpy/pull/175
  • docs: update all-contributors badge to new version by @tkoyama010 in https://github.com/vocalpy/vocalpy/pull/176
  • DEV: Remove upper bound on numpy, bump minimum librosa version by @NickleDave in https://github.com/vocalpy/vocalpy/pull/177

New Contributors

  • @tkoyama010 made their first contribution in https://github.com/vocalpy/vocalpy/pull/174

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.4...0.9.5

- Python
Published by NickleDave over 1 year ago

vocalpy - 0.9.4

What's Changed

  • DEV: Update Python versions, fix other dependencies by @NickleDave in https://github.com/vocalpy/vocalpy/pull/108

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.3...0.9.4

- Python
Published by NickleDave over 1 year ago

vocalpy - 0.9.3

What's Changed

  • BUG: fix edge case with segmentation IR metrics, fixes #170 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/171

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.2...0.9.3

- Python
Published by NickleDave over 1 year ago

vocalpy - 0.9.2

What's Changed

  • BUG: handle edge case in segment.ava, fix #167 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/169

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.1...0.9.2

- Python
Published by NickleDave over 1 year ago

vocalpy - 0.9.1

What's Changed

  • DOC: Clean up quickstart, fix #147 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/148
  • CLN: Add repr to workflow classes, fix #142 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/151
  • BUG: Fix ConnectionError when importing without internet, fixes #152 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/153

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.9.0...0.9.1

- Python
Published by NickleDave almost 2 years ago

vocalpy - 0.9.0

What's Changed

  • ENH: Rename Audio to Sound, fix/add attributes. Fix #90 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/124
  • Fix vocalpy.segment.ava.segment and tests, fixes #126 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/130
  • ENH/CLN: Add dtype parameter to Sound, fix meansquared. Fixes #131 #129 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/132
  • ENH: Add Segments class by @NickleDave in https://github.com/vocalpy/vocalpy/pull/133
  • ENH: Add samplerate attribute to Segment class, fix #137 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/138
  • ENH: Add feature extractor, soundsig features; fix #27 #94 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/141

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.8.2...0.9.0

- Python
Published by NickleDave almost 2 years ago

vocalpy - 0.8.2

What's Changed

  • BUG: Fix cepstrum in spectral.sat, fixes #122 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/123

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.8.1...0.8.2

- Python
Published by NickleDave about 2 years ago

vocalpy - 0.8.1

What's Changed

  • ENH: Add examples, fix #33 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/113
  • ENH: Add trough_threshold parameter to feature.sat.pitch by @ralphpeterson in https://github.com/vocalpy/vocalpy/pull/117
  • MAINT: Vendor evfuncs, fix #118, bump crowsetta by @NickleDave in https://github.com/vocalpy/vocalpy/pull/121

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.8.0...0.8.1

- Python
Published by NickleDave about 2 years ago

vocalpy - 0.8.0

What's Changed

  • Revise install instructions, fix #96 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/98
  • Docs updates by @ralphpeterson in https://github.com/vocalpy/vocalpy/pull/99
  • Add spectrogram function, fix #88 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/109
  • issue #100 patch — update hardcoded value in vocalpy.spectral.sat.py by @ralphpeterson in https://github.com/vocalpy/vocalpy/pull/111

New Contributors

  • @ralphpeterson made their first contribution in https://github.com/vocalpy/vocalpy/pull/99

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.7.0...0.8.0

- Python
Published by NickleDave about 2 years ago

vocalpy - 0.7.0

What's Changed

  • BUG/ENH: Fix boundary validation, fixes #79 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/80
  • ENH: Add SAT features, fixes #3 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/85
  • DOC: Clean up docs, add tutorial by @NickleDave in https://github.com/vocalpy/vocalpy/pull/86
  • TST: Remove pytest-xdist args in nox sessions by @NickleDave in https://github.com/vocalpy/vocalpy/pull/87

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.6.1...0.7.0

- Python
Published by NickleDave about 2 years ago

vocalpy - 0.6.1

What's Changed

  • BUG: Fix return values for precisionrecallfscore by @NickleDave in https://github.com/vocalpy/vocalpy/pull/78

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.6.0...0.6.1

- Python
Published by NickleDave over 2 years ago

vocalpy - 0.6.0

What's Changed

  • BUG/CLN: Rename energy -> meansquared, add back bandpass_filtfilt, fix #74 #75 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/76

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.5.0...0.6.0

- Python
Published by NickleDave over 2 years ago

vocalpy - 0.5.0

What's Changed

  • DOC/CLN: Fix up API docs after releasing 0.4.0 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/58
  • DOC: fix up docs more after releasing 0.4.0 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/59
  • ENH: Rename vocalpy.segment.audio_amplitude -> energy, fix #62 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/63
  • DOC: Use :recursive: option with autosummary, fix refs by @NickleDave in https://github.com/vocalpy/vocalpy/pull/65

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.4.0...0.5.0

- Python
Published by NickleDave over 2 years ago

vocalpy - 0.4.0

What's Changed

  • Use pcolormesh to plot spectrogram, fix #42 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/44
  • DOC: Add initial API docs by @NickleDave in https://github.com/vocalpy/vocalpy/pull/45
  • ENH: Add segment module with ava algorithm, fixes #40 #46 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/53
  • ENH: Add metrics.segmentation module with IR metrics, fix #54 by @NickleDave in https://github.com/vocalpy/vocalpy/pull/57

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.3.0...0.4.0

- Python
Published by NickleDave over 2 years ago

vocalpy - 0.3.0

What's Changed

  • Add initial plot module by @NickleDave in https://github.com/vocalpy/vocalpy/pull/35
  • Add MVP of SequenceDataset saving to / loading from SQLite by @NickleDave in https://github.com/vocalpy/vocalpy/pull/36

Full Changelog: https://github.com/vocalpy/vocalpy/compare/0.2.0...0.3.0

- Python
Published by NickleDave almost 3 years ago

vocalpy - 0.2.0

What's Changed

  • Fixup audio class by @NickleDave in https://github.com/vocalpy/vocalpy/pull/21
  • Develop based on domain model by @NickleDave in https://github.com/vocalpy/vocalpy/pull/29
  • Rework core classes by @NickleDave in https://github.com/vocalpy/vocalpy/pull/31

Full Changelog: https://github.com/vocalpy/vocalpy/commits/0.2.0

- Python
Published by NickleDave almost 3 years ago