Releases: nwhitehead/pyfluidsynth
Releases · nwhitehead/pyfluidsynth
v1.3.4
What's Changed
- .tostring() is deprecated so use .tobytes() instead by @cclauss in #53
- README.md: print() is a function in Python 3 by @cclauss in #56
- macOS on ARM64: Add
find_library('libfluidsynth.dylib')
by @cclauss in #55 - GitHub Action to install and
import fluidsynth
by @cclauss in #54 - Fix Windows search location for Chocolately installs. by @nwhitehead in #57
- Define a load_fluidsynth() function by @cclauss in #58
- Add local_file_path() function by @cclauss in #59
- Dev doc by @nwhitehead in #60
- GitHub Action to spellcheck and lint Python code by @cclauss in #61
- Fix issues related to undefined names for set_chorus_speed and set_ch… by @nwhitehead in #63
- Ruff rules for whitespace by @cclauss in #67
- Lint: More ruff rules by @cclauss in #66
- Add fix to locate Homebrew-installed libfluidsynth by @ideoforms in #69
- Ruff rules TRIO were moved to ASYNC by @cclauss in #73
- PEP 621: Migrate from setup.py to pyproject.toml by @cclauss in #76
- GitHub Actions: ruff check --output-format=github --target-version=py39 by @cclauss in #79
- Prepare for the release of v1.3.4 by @cclauss in #80
New Contributors
- @cclauss made their first contribution in #53
- @nwhitehead made their first contribution in #57
- @ideoforms made their first contribution in #69
Full Changelog: https://github.com/nwhitehead/pyfluidsynth/commits/v1.3.4