Skip to content

Releases: supriya-project/supriya

22.12b0

13 Dec 23:28
Compare
Choose a tag to compare

What's New

  • Supriya now supports supernova
  • Parallel groups can be specified anywhere a group is created, e.g. server.add_group(parallel=True) or Group(parallel=True)
  • Sessions can now be rendered via asyncio; see Session.render_async()
  • Sessions can now fully suppress their output via Session.render(suppress_output=True), making analysis as a side-effect easier

Breaking Changes

  • In Server.boot(...), scsynth_path is now executable
  • The SCSYNTH_PATH environment variable is now SUPRIYA_SERVER_EXECUTABLE

What's Changed

Special thanks to @gitmarek for the supernova and parallel group support

Full Changelog: 22.11b0...22.12b0

22.11b0

14 Nov 04:25
Compare
Choose a tag to compare

What's new:

  • Supriya now supports supernova (and parallel groups) thanks to @gitmarek: #276 #267
  • Use a parallel=True keyword argument when adding or instantiated groups you wish to be parallel: #272

Breaking changes:

  • The scsynth_path keyword argument to Server.boot() is now executable.
  • The SCSYNTH_PATH environment variable is now SUPRIYA_SERVER_EXECUTABLE

Full Changelog: 22.9b1...22.11b0

22.9b1

24 Sep 16:26
25121d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 22.9b0...22.9b1

22.9b0

19 Sep 18:49
Compare
Choose a tag to compare
Update classifiers

22.8b4

29 Aug 18:22
Compare
Choose a tag to compare
Bump version to 22.8b4

22.8b3

11 Aug 17:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 22.8b2...22.8b3

22.8b2

09 Aug 23:16
2ca172b
Compare
Choose a tag to compare
Upgrade sphinx-immaterial (#257)

* Update docs dependencies

* Install jupyter with docs dependencies

* Misc. docs and packaging fixups

* Reformat

* Just install jupyter for test deps

* Unpin numpy

* Loosen requirements

* Adjust sanity-check

22.8b1

06 Aug 21:07
Compare
Choose a tag to compare
Bump version

22.8b0

05 Aug 21:06
31570bd
Compare
Choose a tag to compare
Fixup SHM compilation (#254)

* Fixup SHM compilation

* Add Python 3.10 to GHA matrix

* Quote 3.10

* Update test

* Fixup async fixture

* Bump test deps

22.2b0

24 Feb 18:59
4dd7be4
Compare
Choose a tag to compare
Add Python 3.7 support (#248)

* Try Python 3.7 again

* Bump version

* Use SuperCollider's main branch

* Harden one test against OSX on GHA

* Remove SuperCollider action 'if' guards

* Bump actions/cache version