Skip to content

v0.7.0

Choose a tag to compare

@DBraun DBraun released this 18 May 07:38
· 58 commits to main since this release
b811b05

Breaking changes:

  • Dropped PyPI builds for macOS python 3.7/3.8. Please use Python 3.9 or higher.
  • Minimum macOS version is now 11.0.

Updates:

  • #152 is a high-priority bug that is not yet addressed.
  • Fixed crash with PluginProcessor.record_automation
  • Updated to Faust version 2.59.6 and the associated Faust Libraries.
  • Updated the Box/Signal APIs with some new functions
    • Fixed some of the isBox functions in the Faust Box API.

Developer notes:

  • Removed libfaust files from repository
  • Build procedure now dynamically downloads libfaust
  • Updated faust, faustlibraries, and pybind11 submodules
  • Developer's Guide will be updated this week to reflect these changes.
  • The JAX/QDax Python notebooks will also be updated very soon.