sonolus.py 0.10.9__tar.gz → 0.11.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sonolus.py might be problematic. Click here for more details.
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/PKG-INFO +1 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/changelog/index.md +7 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/overview.md +3 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/pyproject.toml +1 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/finalize.py +9 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/liveness.py +5 -2
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/visitor.py +3 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/containers.py +50 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/context.py +5 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/impl.py +5 -5
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/tuple_impl.py +6 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_tuple.py +67 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/uv.lock +1 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/.gitattributes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/.gitignore +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/.python-version +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/LICENSE +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/README.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/CNAME +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/index.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/project.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/concepts/types.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/effect.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/index.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/particle.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/play.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/screen.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/setup.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/skin.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/ui.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/guides/usage.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/index.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/index.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/math.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/random.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/docs/reference/typing.md +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/mkdocs.yml +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/dev_server.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/level.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/node.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/build/project.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/py.typed +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/archetype.py +1 -1
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/array.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/level.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/num.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/options.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/project.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/record.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/text.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/values.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/build/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/build/test_dev_server.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/__init__.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/conftest.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_array.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_linked_sort.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_match.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_num.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_random.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_range.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_record.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_super.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_values.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.10.9 → sonolus_py-0.11.0}/tests/script/test_vec.py +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
### 0.11.0
|
|
2
|
+
|
|
3
|
+
- Added basic support for set literals of numbers, with support for membership checks (`in`, `not in`) and iteration
|
|
4
|
+
- Added support for membership checks (`in`, `not in`) of tuples
|
|
5
|
+
- Fixed some instances where error messages for archetype declarations were not shown correctly
|
|
6
|
+
- Reduced memory usage slightly
|
|
7
|
+
|
|
1
8
|
### 0.10.9
|
|
2
9
|
|
|
3
10
|
- Added [`Vec2.normalize_or_zero()`][sonolus.script.vec.Vec2.normalize_or_zero]
|
|
@@ -195,6 +195,9 @@ assert record_1 == array_1[0] == MyRecord(4, 5.6)
|
|
|
195
195
|
Sonolus.py has limited support for other types of values such as strings, tuples, and functions. These have restrictions
|
|
196
196
|
such as not being valid as Record field types or Array element types.
|
|
197
197
|
|
|
198
|
+
Support for `dict` is limited, and they are immutable and can only be accessed via compile-time constant keys. `set`
|
|
199
|
+
literals of numeric values are supported, and they are immutable after creation.
|
|
200
|
+
|
|
198
201
|
## Modules
|
|
199
202
|
|
|
200
203
|
Sonolus.py provides a number of built-in modules that can be used in Sonolus engines. These include:
|
|
@@ -65,7 +65,15 @@ def cfg_to_engine_node(entry: BasicBlock):
|
|
|
65
65
|
statements.append(FunctionNode(Op.SwitchWithDefault, args))
|
|
66
66
|
block_statements.append(FunctionNode(Op.Execute, statements))
|
|
67
67
|
block_statements.append(ConstantNode(value=0))
|
|
68
|
-
|
|
68
|
+
result = FunctionNode(Op.Block, [FunctionNode(Op.JumpLoop, block_statements)])
|
|
69
|
+
for block in block_indexes:
|
|
70
|
+
# Clean up without relying on gc
|
|
71
|
+
del block.incoming
|
|
72
|
+
del block.outgoing
|
|
73
|
+
del block.phis
|
|
74
|
+
del block.statements
|
|
75
|
+
del block.test
|
|
76
|
+
return result
|
|
69
77
|
|
|
70
78
|
|
|
71
79
|
def ir_to_engine_node(stmt) -> EngineNode:
|
|
@@ -24,15 +24,18 @@ class LivenessAnalysis(CompilerPass):
|
|
|
24
24
|
block.live_phi_targets = set()
|
|
25
25
|
block.array_defs_in = set()
|
|
26
26
|
block.array_defs_out = None
|
|
27
|
+
last_live_set = set()
|
|
27
28
|
for statement in block.statements:
|
|
28
|
-
statement
|
|
29
|
+
if isinstance(statement, IRSet):
|
|
30
|
+
last_live_set = set()
|
|
31
|
+
statement.live = last_live_set
|
|
29
32
|
statement.visited = False
|
|
30
33
|
statement.uses = self.get_uses(statement, set())
|
|
31
34
|
statement.defs = self.get_defs(statement)
|
|
32
35
|
statement.is_array_init = False # True if this may be the first assignment to an array
|
|
33
36
|
statement.array_defs = self.get_array_defs(statement)
|
|
34
37
|
if not isinstance(block.test, IRConst):
|
|
35
|
-
block.test.live =
|
|
38
|
+
block.test.live = last_live_set
|
|
36
39
|
block.test.uses = self.get_uses(block.test, set())
|
|
37
40
|
self.preprocess_arrays(entry)
|
|
38
41
|
|
|
@@ -1006,7 +1006,9 @@ class Visitor(ast.NodeVisitor):
|
|
|
1006
1006
|
return validate_value({self.visit(k): self.visit(v) for k, v in zip(node.keys, node.values, strict=True)})
|
|
1007
1007
|
|
|
1008
1008
|
def visit_Set(self, node):
|
|
1009
|
-
|
|
1009
|
+
from sonolus.script.containers import FrozenNumSet
|
|
1010
|
+
|
|
1011
|
+
return self.handle_call(node, FrozenNumSet.of, *(self.visit(elt) for elt in node.elts))
|
|
1010
1012
|
|
|
1011
1013
|
def visit_ListComp(self, node):
|
|
1012
1014
|
raise NotImplementedError("List comprehensions are not supported")
|
|
@@ -3,6 +3,7 @@ from __future__ import annotations
|
|
|
3
3
|
from collections.abc import Callable
|
|
4
4
|
from typing import Any, Protocol, Self
|
|
5
5
|
|
|
6
|
+
from sonolus.backend.visitor import compile_and_call
|
|
6
7
|
from sonolus.script.archetype import AnyArchetype, EntityRef
|
|
7
8
|
from sonolus.script.array import Array
|
|
8
9
|
from sonolus.script.array_like import ArrayLike, get_positive_index
|
|
@@ -441,6 +442,55 @@ class ArraySet[T, Capacity](Record):
|
|
|
441
442
|
self._values.clear()
|
|
442
443
|
|
|
443
444
|
|
|
445
|
+
class FrozenNumSet[Size](Record):
|
|
446
|
+
_values: Array[Num, Size]
|
|
447
|
+
|
|
448
|
+
@classmethod
|
|
449
|
+
@meta_fn
|
|
450
|
+
def of(cls, *values: Num) -> Self:
|
|
451
|
+
if ctx():
|
|
452
|
+
try:
|
|
453
|
+
num_values = [Num._accept_(v) for v in values]
|
|
454
|
+
except TypeError:
|
|
455
|
+
raise TypeError("Only sets of numeric values are supported") from None
|
|
456
|
+
if all(v._is_py_() for v in num_values):
|
|
457
|
+
const_values = [v._as_py_() for v in num_values]
|
|
458
|
+
arr = Array[Num, len(const_values)]._with_value([Num(v) for v in sorted(const_values)])
|
|
459
|
+
return cls(arr)
|
|
460
|
+
else:
|
|
461
|
+
arr = Array[Num, len(values)](*values)
|
|
462
|
+
compile_and_call(arr.sort)
|
|
463
|
+
else:
|
|
464
|
+
arr = Array[Num, len(values)](*sorted(values))
|
|
465
|
+
return cls(arr)
|
|
466
|
+
|
|
467
|
+
def __len__(self) -> int:
|
|
468
|
+
return len(self._values)
|
|
469
|
+
|
|
470
|
+
def __contains__(self, value: Num) -> bool:
|
|
471
|
+
if len(self) < 15:
|
|
472
|
+
for i in range(len(self)): # noqa: SIM110
|
|
473
|
+
if self._values.get_unchecked(i) == value:
|
|
474
|
+
return True
|
|
475
|
+
return False
|
|
476
|
+
else:
|
|
477
|
+
left = 0
|
|
478
|
+
right = len(self) - 1
|
|
479
|
+
while left <= right:
|
|
480
|
+
mid = (left + right) // 2
|
|
481
|
+
mid_value = self._values.get_unchecked(mid)
|
|
482
|
+
if mid_value == value:
|
|
483
|
+
return True
|
|
484
|
+
elif mid_value < value:
|
|
485
|
+
left = mid + 1
|
|
486
|
+
else:
|
|
487
|
+
right = mid - 1
|
|
488
|
+
return False
|
|
489
|
+
|
|
490
|
+
def __iter__(self) -> SonolusIterator[Num]:
|
|
491
|
+
return self._values.__iter__()
|
|
492
|
+
|
|
493
|
+
|
|
444
494
|
class _ArrayMapEntry[K, V](Record):
|
|
445
495
|
key: K
|
|
446
496
|
value: V
|
|
@@ -551,7 +551,11 @@ def context_to_cfg(context: Context) -> BasicBlock:
|
|
|
551
551
|
edge = FlowEdge(src=blocks[current], dst=blocks[target], cond=condition)
|
|
552
552
|
blocks[current].outgoing.add(edge)
|
|
553
553
|
blocks[target].incoming.add(edge)
|
|
554
|
-
|
|
554
|
+
result = blocks[context]
|
|
555
|
+
for current in tuple(iter_contexts(context)):
|
|
556
|
+
# Break cycles so memory can be cleaned without gc
|
|
557
|
+
del current.outgoing
|
|
558
|
+
return result
|
|
555
559
|
|
|
556
560
|
|
|
557
561
|
def unique[T](iterable: Iterable[T]) -> list[T]:
|
|
@@ -77,6 +77,10 @@ def try_validate_value(value: Any) -> Value | None:
|
|
|
77
77
|
return TupleImpl._accept_(value)
|
|
78
78
|
case dict():
|
|
79
79
|
return DictImpl._accept_(value)
|
|
80
|
+
case set() | frozenset():
|
|
81
|
+
from sonolus.script.containers import FrozenNumSet
|
|
82
|
+
|
|
83
|
+
return FrozenNumSet.of(*value)
|
|
80
84
|
case (
|
|
81
85
|
PartialGeneric()
|
|
82
86
|
| TypeVar()
|
|
@@ -90,11 +94,7 @@ def try_validate_value(value: Any) -> Value | None:
|
|
|
90
94
|
| super()
|
|
91
95
|
):
|
|
92
96
|
return BasicConstantValue.of(value)
|
|
93
|
-
case special_form if value
|
|
94
|
-
Literal,
|
|
95
|
-
Annotated,
|
|
96
|
-
Union,
|
|
97
|
-
}:
|
|
97
|
+
case special_form if value == Literal or value == Annotated or value == Union: # noqa: PLR1714, SIM109
|
|
98
98
|
return TypingSpecialFormConstant.of(special_form)
|
|
99
99
|
case other_type if get_origin(value) in {Literal, Annotated, UnionType, tuple, type}:
|
|
100
100
|
return BasicConstantValue.of(other_type)
|
|
@@ -91,6 +91,12 @@ class TupleImpl(TransientValue):
|
|
|
91
91
|
other = TupleImpl._accept_(other)
|
|
92
92
|
return TupleImpl._accept_(self.value + other.value)
|
|
93
93
|
|
|
94
|
+
def __contains__(self, item):
|
|
95
|
+
for element in self.value: # noqa: SIM110
|
|
96
|
+
if element == item:
|
|
97
|
+
return True
|
|
98
|
+
return False
|
|
99
|
+
|
|
94
100
|
@staticmethod
|
|
95
101
|
@meta_fn
|
|
96
102
|
def _is_tuple_impl(value: Any) -> bool:
|
|
@@ -138,3 +138,70 @@ def test_min_tuples(values_list):
|
|
|
138
138
|
return min(values)
|
|
139
139
|
|
|
140
140
|
assert run_and_validate(fn) == min(values)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
def test_tuple_contains_basic():
|
|
144
|
+
def fn():
|
|
145
|
+
t = (1, 2, 3, 4, 5)
|
|
146
|
+
return Array(
|
|
147
|
+
1 in t,
|
|
148
|
+
5 in t,
|
|
149
|
+
0 in t,
|
|
150
|
+
6 in t,
|
|
151
|
+
3 in t,
|
|
152
|
+
)
|
|
153
|
+
|
|
154
|
+
assert tuple(run_and_validate(fn)) == (True, True, False, False, True)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def test_tuple_contains_empty():
|
|
158
|
+
def fn():
|
|
159
|
+
t = ()
|
|
160
|
+
return Array(
|
|
161
|
+
1 in t,
|
|
162
|
+
0 in t,
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
assert tuple(run_and_validate(fn)) == (False, False)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
def test_tuple_contains_single_element():
|
|
169
|
+
def fn():
|
|
170
|
+
t = (42,)
|
|
171
|
+
return Array(
|
|
172
|
+
42 in t,
|
|
173
|
+
0 in t,
|
|
174
|
+
1 in t,
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
assert tuple(run_and_validate(fn)) == (True, False, False)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
def test_tuple_contains_duplicates():
|
|
181
|
+
def fn():
|
|
182
|
+
t = (1, 2, 2, 3, 3, 3)
|
|
183
|
+
return Array(
|
|
184
|
+
1 in t,
|
|
185
|
+
2 in t,
|
|
186
|
+
3 in t,
|
|
187
|
+
4 in t,
|
|
188
|
+
)
|
|
189
|
+
|
|
190
|
+
assert tuple(run_and_validate(fn)) == (True, True, True, False)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
def test_tuple_contains_heterogeneous():
|
|
194
|
+
def fn():
|
|
195
|
+
t = ((1, 2), (3, 4), 5)
|
|
196
|
+
inner1 = (1, 2)
|
|
197
|
+
inner2 = (3, 4)
|
|
198
|
+
inner3 = (1, 3)
|
|
199
|
+
return Array(
|
|
200
|
+
5 in t,
|
|
201
|
+
0 in t,
|
|
202
|
+
inner1 == t[0],
|
|
203
|
+
inner2 == t[1],
|
|
204
|
+
inner3 == t[0],
|
|
205
|
+
)
|
|
206
|
+
|
|
207
|
+
assert tuple(run_and_validate(fn)) == (True, False, True, True, False)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -581,7 +581,6 @@ class _BaseArchetype:
|
|
|
581
581
|
def _init_fields(cls):
|
|
582
582
|
if cls._field_init_done:
|
|
583
583
|
return
|
|
584
|
-
cls._field_init_done = True
|
|
585
584
|
for mro_entry in cls.mro()[1:]:
|
|
586
585
|
if hasattr(mro_entry, "_field_init_done"):
|
|
587
586
|
mro_entry._init_fields()
|
|
@@ -706,6 +705,7 @@ class _BaseArchetype:
|
|
|
706
705
|
[inspect.Parameter(name, inspect.Parameter.POSITIONAL_OR_KEYWORD) for name in cls._memory_fields_]
|
|
707
706
|
)
|
|
708
707
|
cls._post_init_fields()
|
|
708
|
+
cls._field_init_done = True
|
|
709
709
|
|
|
710
710
|
@property
|
|
711
711
|
@abstractmethod
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|