sonolus.py 0.6.4__tar.gz → 0.6.6__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.6.4 → sonolus_py-0.6.6}/PKG-INFO +1 -1
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/pyproject.toml +6 -6
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/archetype.py +93 -37
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/timing.py +7 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/uv.lock +60 -58
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/.gitattributes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/.gitignore +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/.python-version +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/LICENSE +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/README.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/CNAME +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/index.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/project.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/concepts/types.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/effect.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/index.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/particle.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/play.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/screen.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/setup.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/skin.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/ui.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/guides/usage.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/index.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/overview.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/index.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/math.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/random.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/docs/reference/typing.md +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/mkdocs.yml +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/generate.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/runtimes/Engine/Tutorial/Blocks.json +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/runtimes/Functions.json +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/runtimes/Level/Play/Blocks.json +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/runtimes/Level/Preview/Blocks.json +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/scripts/runtimes/Level/Watch/Blocks.json +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/level.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/node.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/build/project.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/py.typed +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/array.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/containers.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/level.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/num.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/options.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/project.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/record.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/text.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/values.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/__init__.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/conftest.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_array.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_match.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_num.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_random.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_range.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_record.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_super.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_values.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.6.4 → sonolus_py-0.6.6}/tests/script/test_vec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sonolus.py"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.6"
|
|
4
4
|
description = "Sonolus engine development in Python"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
@@ -29,19 +29,19 @@ build-backend = "hatchling.build"
|
|
|
29
29
|
|
|
30
30
|
[dependency-groups]
|
|
31
31
|
dev = [
|
|
32
|
-
"uv>=0.8.
|
|
33
|
-
"hypothesis>=6.
|
|
32
|
+
"uv>=0.8.14",
|
|
33
|
+
"hypothesis>=6.138.7",
|
|
34
34
|
"pre-commit>=4.3.0",
|
|
35
35
|
"pytest-xdist>=3.8.0",
|
|
36
36
|
"pytest>=8.3.3",
|
|
37
|
-
"ruff>=0.12.
|
|
37
|
+
"ruff>=0.12.11",
|
|
38
38
|
"pytest-cov>=6.0.0",
|
|
39
39
|
"tox>=4.28.4",
|
|
40
|
-
"tox-uv>=1.
|
|
40
|
+
"tox-uv>=1.28.0",
|
|
41
41
|
"ty"
|
|
42
42
|
]
|
|
43
43
|
docs = [
|
|
44
|
-
"mkdocs-material>=9.6.
|
|
44
|
+
"mkdocs-material>=9.6.18",
|
|
45
45
|
"mkdocs>=1.6.1",
|
|
46
46
|
"mkdocstrings[python]>=0.30.0",
|
|
47
47
|
]
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
# type: ignore
|
|
2
1
|
from __future__ import annotations
|
|
3
2
|
|
|
4
3
|
import inspect
|
|
@@ -120,7 +119,7 @@ class _ArchetypeField(SonolusDescriptor):
|
|
|
120
119
|
if ctx():
|
|
121
120
|
return result._get_readonly_()
|
|
122
121
|
else:
|
|
123
|
-
return result._as_py_()
|
|
122
|
+
return result._as_py_() # type: ignore
|
|
124
123
|
|
|
125
124
|
def __set__(self, instance: _BaseArchetype, value):
|
|
126
125
|
if instance is None:
|
|
@@ -362,37 +361,6 @@ _annotation_defaults: dict[Callable, _ArchetypeFieldInfo] = {
|
|
|
362
361
|
}
|
|
363
362
|
|
|
364
363
|
|
|
365
|
-
class StandardImport:
|
|
366
|
-
"""Standard import annotations for Archetype fields.
|
|
367
|
-
|
|
368
|
-
Usage:
|
|
369
|
-
```python
|
|
370
|
-
class MyArchetype(WatchArchetype):
|
|
371
|
-
judgment: StandardImport.JUDGMENT
|
|
372
|
-
```
|
|
373
|
-
"""
|
|
374
|
-
|
|
375
|
-
BEAT = Annotated[float, imported(name="#BEAT")]
|
|
376
|
-
"""The beat of the entity."""
|
|
377
|
-
|
|
378
|
-
BPM = Annotated[float, imported(name="#BPM")]
|
|
379
|
-
"""The bpm, for bpm change markers."""
|
|
380
|
-
|
|
381
|
-
TIMESCALE = Annotated[float, imported(name="#TIMESCALE")]
|
|
382
|
-
"""The timescale, for timescale change markers."""
|
|
383
|
-
|
|
384
|
-
JUDGMENT = Annotated[int, imported(name="#JUDGMENT")]
|
|
385
|
-
"""The judgment of the entity.
|
|
386
|
-
|
|
387
|
-
Automatically supported in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
388
|
-
"""
|
|
389
|
-
ACCURACY = Annotated[float, imported(name="#ACCURACY")]
|
|
390
|
-
"""The accuracy of the entity.
|
|
391
|
-
|
|
392
|
-
Automatically supported in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
393
|
-
"""
|
|
394
|
-
|
|
395
|
-
|
|
396
364
|
def callback[T: Callable](*, order: int = 0) -> Callable[[T], T]:
|
|
397
365
|
"""Annotate a callback with its order.
|
|
398
366
|
|
|
@@ -844,12 +812,14 @@ class PlayArchetype(_BaseArchetype):
|
|
|
844
812
|
|
|
845
813
|
Runs when the level is loaded after [`preprocess`][sonolus.script.archetype.PlayArchetype.preprocess].
|
|
846
814
|
"""
|
|
815
|
+
return 0.0
|
|
847
816
|
|
|
848
817
|
def should_spawn(self) -> bool:
|
|
849
818
|
"""Return whether the entity should be spawned.
|
|
850
819
|
|
|
851
820
|
Runs each frame while the entity is the first entity in the spawn queue.
|
|
852
821
|
"""
|
|
822
|
+
return True
|
|
853
823
|
|
|
854
824
|
def initialize(self):
|
|
855
825
|
"""Initialize this entity.
|
|
@@ -997,9 +967,11 @@ class WatchArchetype(_BaseArchetype):
|
|
|
997
967
|
|
|
998
968
|
def spawn_time(self) -> float:
|
|
999
969
|
"""Return the spawn time of the entity."""
|
|
970
|
+
return 0.0
|
|
1000
971
|
|
|
1001
972
|
def despawn_time(self) -> float:
|
|
1002
973
|
"""Return the despawn time of the entity."""
|
|
974
|
+
return 0.0
|
|
1003
975
|
|
|
1004
976
|
def initialize(self):
|
|
1005
977
|
"""Initialize this entity.
|
|
@@ -1136,16 +1108,16 @@ def get_archetype_by_name(name: str) -> AnyArchetype:
|
|
|
1136
1108
|
"""Return the archetype with the given name in the current mode."""
|
|
1137
1109
|
if not ctx():
|
|
1138
1110
|
raise RuntimeError("Archetypes by name are only available during compilation.")
|
|
1139
|
-
name = validate_value(name)
|
|
1140
|
-
if not name._is_py_():
|
|
1111
|
+
name = validate_value(name) # type: ignore
|
|
1112
|
+
if not name._is_py_(): # type: ignore
|
|
1141
1113
|
raise TypeError(f"Invalid name: '{name}'")
|
|
1142
|
-
name = name._as_py_()
|
|
1114
|
+
name = name._as_py_() # type: ignore
|
|
1143
1115
|
if not isinstance(name, str):
|
|
1144
1116
|
raise TypeError(f"Invalid name: '{name}'")
|
|
1145
1117
|
archetypes_by_name = ctx().global_state.archetypes_by_name
|
|
1146
1118
|
if name not in archetypes_by_name:
|
|
1147
1119
|
raise KeyError(f"Unknown archetype: '{name}'")
|
|
1148
|
-
return archetypes_by_name[name]
|
|
1120
|
+
return archetypes_by_name[name] # type: ignore
|
|
1149
1121
|
|
|
1150
1122
|
|
|
1151
1123
|
@meta_fn
|
|
@@ -1315,6 +1287,90 @@ class StandardArchetypeName(StrEnum):
|
|
|
1315
1287
|
TIMESCALE_CHANGE = "#TIMESCALE_CHANGE"
|
|
1316
1288
|
"""Timescale change marker"""
|
|
1317
1289
|
|
|
1290
|
+
TIMESCALE_GROUP = "#TIMESCALE_GROUP"
|
|
1291
|
+
"""Entity referenced by the timescale changes in a group"""
|
|
1292
|
+
|
|
1318
1293
|
|
|
1319
1294
|
type AnyArchetype = PlayArchetype | WatchArchetype | PreviewArchetype
|
|
1320
1295
|
"""Union of all archetype types."""
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
class StandardImportName:
|
|
1299
|
+
"""Standard import names for Archetype fields.
|
|
1300
|
+
|
|
1301
|
+
Usage:
|
|
1302
|
+
```python
|
|
1303
|
+
class MyArchetype(WatchArchetype):
|
|
1304
|
+
judgment: int = imported(name=StandardImportName.JUDGMENT)
|
|
1305
|
+
```
|
|
1306
|
+
"""
|
|
1307
|
+
|
|
1308
|
+
BEAT = "#BEAT"
|
|
1309
|
+
"""The beat of the entity."""
|
|
1310
|
+
|
|
1311
|
+
BPM = "#BPM"
|
|
1312
|
+
"""The bpm, for bpm change markers."""
|
|
1313
|
+
|
|
1314
|
+
TIMESCALE = "#TIMESCALE"
|
|
1315
|
+
"""The timescale, for timescale change markers."""
|
|
1316
|
+
|
|
1317
|
+
TIMESCALE_SKIP = "#TIMESCALE_SKIP"
|
|
1318
|
+
"""The scaled time to skip, for timescale change markers."""
|
|
1319
|
+
|
|
1320
|
+
TIMESCALE_GROUP = "#TIMESCALE_GROUP"
|
|
1321
|
+
"""The timescale group, for timescale change markers."""
|
|
1322
|
+
|
|
1323
|
+
TIMESCALE_EASE = "#TIMESCALE_EASE"
|
|
1324
|
+
"""The timescale ease type, for timescale change markers."""
|
|
1325
|
+
|
|
1326
|
+
JUDGMENT = "#JUDGMENT"
|
|
1327
|
+
"""The judgment of the entity.
|
|
1328
|
+
|
|
1329
|
+
Automatically set in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
1330
|
+
"""
|
|
1331
|
+
|
|
1332
|
+
ACCURACY = "#ACCURACY"
|
|
1333
|
+
"""The accuracy of the entity.
|
|
1334
|
+
|
|
1335
|
+
Automatically set in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
1336
|
+
"""
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
class StandardImport:
|
|
1340
|
+
"""Standard import annotations for Archetype fields.
|
|
1341
|
+
|
|
1342
|
+
Usage:
|
|
1343
|
+
```python
|
|
1344
|
+
class MyArchetype(WatchArchetype):
|
|
1345
|
+
judgment: StandardImport.JUDGMENT
|
|
1346
|
+
```
|
|
1347
|
+
"""
|
|
1348
|
+
|
|
1349
|
+
BEAT = Annotated[float, imported(name=StandardImportName.BEAT)]
|
|
1350
|
+
"""The beat of the entity."""
|
|
1351
|
+
|
|
1352
|
+
BPM = Annotated[float, imported(name=StandardImportName.BPM)]
|
|
1353
|
+
"""The bpm, for bpm change markers."""
|
|
1354
|
+
|
|
1355
|
+
TIMESCALE = Annotated[float, imported(name=StandardImportName.TIMESCALE)]
|
|
1356
|
+
"""The timescale, for timescale change markers."""
|
|
1357
|
+
|
|
1358
|
+
TIMESCALE_SKIP = Annotated[float, imported(name=StandardImportName.TIMESCALE_SKIP)]
|
|
1359
|
+
"""The scaled time to skip, for timescale change markers."""
|
|
1360
|
+
|
|
1361
|
+
TIMESCALE_GROUP = Annotated[EntityRef[Any], imported(name=StandardImportName.TIMESCALE_GROUP)]
|
|
1362
|
+
"""The timescale group, for timescale change markers."""
|
|
1363
|
+
|
|
1364
|
+
TIMESCALE_EASE = Annotated[float, imported(name=StandardImportName.TIMESCALE_EASE)]
|
|
1365
|
+
"""The timescale ease type, for timescale change markers."""
|
|
1366
|
+
|
|
1367
|
+
JUDGMENT = Annotated[int, imported(name=StandardImportName.JUDGMENT)]
|
|
1368
|
+
"""The judgment of the entity.
|
|
1369
|
+
|
|
1370
|
+
Automatically set in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
1371
|
+
"""
|
|
1372
|
+
ACCURACY = Annotated[float, imported(name=StandardImportName.ACCURACY)]
|
|
1373
|
+
"""The accuracy of the entity.
|
|
1374
|
+
|
|
1375
|
+
Automatically set in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
1376
|
+
"""
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
from enum import IntEnum
|
|
2
|
+
|
|
1
3
|
from sonolus.backend.ops import Op
|
|
2
4
|
from sonolus.script.internal.native import native_function
|
|
3
5
|
|
|
4
6
|
|
|
7
|
+
class TimescaleEase(IntEnum):
|
|
8
|
+
NONE = 0
|
|
9
|
+
LINEAR = 1
|
|
10
|
+
|
|
11
|
+
|
|
5
12
|
@native_function(Op.BeatToBPM)
|
|
6
13
|
def beat_to_bpm(beat: float) -> float:
|
|
7
14
|
"""Get the bpm at the given beat.
|
|
@@ -221,15 +221,15 @@ wheels = [
|
|
|
221
221
|
|
|
222
222
|
[[package]]
|
|
223
223
|
name = "hypothesis"
|
|
224
|
-
version = "6.
|
|
224
|
+
version = "6.138.7"
|
|
225
225
|
source = { registry = "https://pypi.org/simple" }
|
|
226
226
|
dependencies = [
|
|
227
227
|
{ name = "attrs" },
|
|
228
228
|
{ name = "sortedcontainers" },
|
|
229
229
|
]
|
|
230
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
230
|
+
sdist = { url = "https://files.pythonhosted.org/packages/26/ca/c5c9e8bade4b09c9f4e61b6d9d6877e5a25c6d1177cffea41572d74728cf/hypothesis-6.138.7.tar.gz", hash = "sha256:e3adc2df34d8e5d5a1f2b3aff399327544525137acfecbac3b0343c189e52126", size = 463466, upload-time = "2025-08-28T10:34:00.081Z" }
|
|
231
231
|
wheels = [
|
|
232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
232
|
+
{ url = "https://files.pythonhosted.org/packages/91/50/3a4320c24b95ead76a1970f9cc568e3ec3e1dd065951f6a900e2b8066ff7/hypothesis-6.138.7-py3-none-any.whl", hash = "sha256:ec96ad34a50fa638491b5c08a37344db57765a9d7cdc863a38aadf27d52c317c", size = 530400, upload-time = "2025-08-28T10:33:56.315Z" },
|
|
233
233
|
]
|
|
234
234
|
|
|
235
235
|
[[package]]
|
|
@@ -381,11 +381,12 @@ wheels = [
|
|
|
381
381
|
|
|
382
382
|
[[package]]
|
|
383
383
|
name = "mkdocs-material"
|
|
384
|
-
version = "9.6.
|
|
384
|
+
version = "9.6.18"
|
|
385
385
|
source = { registry = "https://pypi.org/simple" }
|
|
386
386
|
dependencies = [
|
|
387
387
|
{ name = "babel" },
|
|
388
388
|
{ name = "backrefs" },
|
|
389
|
+
{ name = "click" },
|
|
389
390
|
{ name = "colorama" },
|
|
390
391
|
{ name = "jinja2" },
|
|
391
392
|
{ name = "markdown" },
|
|
@@ -396,9 +397,9 @@ dependencies = [
|
|
|
396
397
|
{ name = "pymdown-extensions" },
|
|
397
398
|
{ name = "requests" },
|
|
398
399
|
]
|
|
399
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
400
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e6/46/db0d78add5aac29dfcd0a593bcc6049c86c77ba8a25b3a5b681c190d5e99/mkdocs_material-9.6.18.tar.gz", hash = "sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05", size = 4034856, upload-time = "2025-08-22T08:21:47.575Z" }
|
|
400
401
|
wheels = [
|
|
401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
402
|
+
{ url = "https://files.pythonhosted.org/packages/22/0b/545a4f8d4f9057e77f1d99640eb09aaae40c4f9034707f25636caf716ff9/mkdocs_material-9.6.18-py3-none-any.whl", hash = "sha256:dbc1e146a0ecce951a4d84f97b816a54936cdc9e1edd1667fc6868878ac06701", size = 9232642, upload-time = "2025-08-22T08:21:44.52Z" },
|
|
402
403
|
]
|
|
403
404
|
|
|
404
405
|
[[package]]
|
|
@@ -660,27 +661,28 @@ wheels = [
|
|
|
660
661
|
|
|
661
662
|
[[package]]
|
|
662
663
|
name = "ruff"
|
|
663
|
-
version = "0.12.
|
|
664
|
-
source = { registry = "https://pypi.org/simple" }
|
|
665
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
666
|
-
wheels = [
|
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
673
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
679
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
680
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
681
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
682
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
683
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
664
|
+
version = "0.12.11"
|
|
665
|
+
source = { registry = "https://pypi.org/simple" }
|
|
666
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/55/16ab6a7d88d93001e1ae4c34cbdcfb376652d761799459ff27c1dc20f6fa/ruff-0.12.11.tar.gz", hash = "sha256:c6b09ae8426a65bbee5425b9d0b82796dbb07cb1af045743c79bfb163001165d", size = 5347103, upload-time = "2025-08-28T13:59:08.87Z" }
|
|
667
|
+
wheels = [
|
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/d6/a2/3b3573e474de39a7a475f3fbaf36a25600bfeb238e1a90392799163b64a0/ruff-0.12.11-py3-none-linux_armv6l.whl", hash = "sha256:93fce71e1cac3a8bf9200e63a38ac5c078f3b6baebffb74ba5274fb2ab276065", size = 11979885, upload-time = "2025-08-28T13:58:26.654Z" },
|
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/76/e4/235ad6d1785a2012d3ded2350fd9bc5c5af8c6f56820e696b0118dfe7d24/ruff-0.12.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b8e33ac7b28c772440afa80cebb972ffd823621ded90404f29e5ab6d1e2d4b93", size = 12742364, upload-time = "2025-08-28T13:58:30.256Z" },
|
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/2c/0d/15b72c5fe6b1e402a543aa9d8960e0a7e19dfb079f5b0b424db48b7febab/ruff-0.12.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d69fb9d4937aa19adb2e9f058bc4fbfe986c2040acb1a4a9747734834eaa0bfd", size = 11920111, upload-time = "2025-08-28T13:58:33.677Z" },
|
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/3e/c0/f66339d7893798ad3e17fa5a1e587d6fd9806f7c1c062b63f8b09dda6702/ruff-0.12.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:411954eca8464595077a93e580e2918d0a01a19317af0a72132283e28ae21bee", size = 12160060, upload-time = "2025-08-28T13:58:35.74Z" },
|
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/03/69/9870368326db26f20c946205fb2d0008988aea552dbaec35fbacbb46efaa/ruff-0.12.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6a2c0a2e1a450f387bf2c6237c727dd22191ae8c00e448e0672d624b2bbd7fb0", size = 11799848, upload-time = "2025-08-28T13:58:38.051Z" },
|
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/25/8c/dd2c7f990e9b3a8a55eee09d4e675027d31727ce33cdb29eab32d025bdc9/ruff-0.12.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ca4c3a7f937725fd2413c0e884b5248a19369ab9bdd850b5781348ba283f644", size = 13536288, upload-time = "2025-08-28T13:58:40.046Z" },
|
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/7a/30/d5496fa09aba59b5e01ea76775a4c8897b13055884f56f1c35a4194c2297/ruff-0.12.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:4d1df0098124006f6a66ecf3581a7f7e754c4df7644b2e6704cd7ca80ff95211", size = 14490633, upload-time = "2025-08-28T13:58:42.285Z" },
|
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/9b/2f/81f998180ad53445d403c386549d6946d0748e536d58fce5b5e173511183/ruff-0.12.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5a8dd5f230efc99a24ace3b77e3555d3fbc0343aeed3fc84c8d89e75ab2ff793", size = 13888430, upload-time = "2025-08-28T13:58:44.641Z" },
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/87/71/23a0d1d5892a377478c61dbbcffe82a3476b050f38b5162171942a029ef3/ruff-0.12.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4dc75533039d0ed04cd33fb8ca9ac9620b99672fe7ff1533b6402206901c34ee", size = 12913133, upload-time = "2025-08-28T13:58:47.039Z" },
|
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/80/22/3c6cef96627f89b344c933781ed38329bfb87737aa438f15da95907cbfd5/ruff-0.12.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4fc58f9266d62c6eccc75261a665f26b4ef64840887fc6cbc552ce5b29f96cc8", size = 13169082, upload-time = "2025-08-28T13:58:49.157Z" },
|
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/05/b5/68b3ff96160d8b49e8dd10785ff3186be18fd650d356036a3770386e6c7f/ruff-0.12.11-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:5a0113bd6eafd545146440225fe60b4e9489f59eb5f5f107acd715ba5f0b3d2f", size = 13139490, upload-time = "2025-08-28T13:58:51.593Z" },
|
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/59/b9/050a3278ecd558f74f7ee016fbdf10591d50119df8d5f5da45a22c6afafc/ruff-0.12.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:0d737b4059d66295c3ea5720e6efc152623bb83fde5444209b69cd33a53e2000", size = 11958928, upload-time = "2025-08-28T13:58:53.943Z" },
|
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/f9/bc/93be37347db854806904a43b0493af8d6873472dfb4b4b8cbb27786eb651/ruff-0.12.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:916fc5defee32dbc1fc1650b576a8fed68f5e8256e2180d4d9855aea43d6aab2", size = 11764513, upload-time = "2025-08-28T13:58:55.976Z" },
|
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/7a/a1/1471751e2015a81fd8e166cd311456c11df74c7e8769d4aabfbc7584c7ac/ruff-0.12.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c984f07d7adb42d3ded5be894fb4007f30f82c87559438b4879fe7aa08c62b39", size = 12745154, upload-time = "2025-08-28T13:58:58.16Z" },
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/68/ab/2542b14890d0f4872dd81b7b2a6aed3ac1786fae1ce9b17e11e6df9e31e3/ruff-0.12.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e07fbb89f2e9249f219d88331c833860489b49cdf4b032b8e4432e9b13e8a4b9", size = 13227653, upload-time = "2025-08-28T13:59:00.276Z" },
|
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/22/16/2fbfc61047dbfd009c58a28369a693a1484ad15441723be1cd7fe69bb679/ruff-0.12.11-py3-none-win32.whl", hash = "sha256:c792e8f597c9c756e9bcd4d87cf407a00b60af77078c96f7b6366ea2ce9ba9d3", size = 11944270, upload-time = "2025-08-28T13:59:02.347Z" },
|
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/08/a5/34276984705bfe069cd383101c45077ee029c3fe3b28225bf67aa35f0647/ruff-0.12.11-py3-none-win_amd64.whl", hash = "sha256:a3283325960307915b6deb3576b96919ee89432ebd9c48771ca12ee8afe4a0fd", size = 13046600, upload-time = "2025-08-28T13:59:04.751Z" },
|
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/84/a8/001d4a7c2b37623a3fd7463208267fb906df40ff31db496157549cfd6e72/ruff-0.12.11-py3-none-win_arm64.whl", hash = "sha256:bae4d6e6a2676f8fb0f98b74594a048bae1b944aab17e9f5d504062303c6dbea", size = 12135290, upload-time = "2025-08-28T13:59:06.933Z" },
|
|
684
686
|
]
|
|
685
687
|
|
|
686
688
|
[[package]]
|
|
@@ -694,7 +696,7 @@ wheels = [
|
|
|
694
696
|
|
|
695
697
|
[[package]]
|
|
696
698
|
name = "sonolus-py"
|
|
697
|
-
version = "0.6.
|
|
699
|
+
version = "0.6.6"
|
|
698
700
|
source = { editable = "." }
|
|
699
701
|
|
|
700
702
|
[package.dev-dependencies]
|
|
@@ -720,20 +722,20 @@ docs = [
|
|
|
720
722
|
|
|
721
723
|
[package.metadata.requires-dev]
|
|
722
724
|
dev = [
|
|
723
|
-
{ name = "hypothesis", specifier = ">=6.
|
|
725
|
+
{ name = "hypothesis", specifier = ">=6.138.7" },
|
|
724
726
|
{ name = "pre-commit", specifier = ">=4.3.0" },
|
|
725
727
|
{ name = "pytest", specifier = ">=8.3.3" },
|
|
726
728
|
{ name = "pytest-cov", specifier = ">=6.0.0" },
|
|
727
729
|
{ name = "pytest-xdist", specifier = ">=3.8.0" },
|
|
728
|
-
{ name = "ruff", specifier = ">=0.12.
|
|
730
|
+
{ name = "ruff", specifier = ">=0.12.11" },
|
|
729
731
|
{ name = "tox", specifier = ">=4.28.4" },
|
|
730
|
-
{ name = "tox-uv", specifier = ">=1.
|
|
732
|
+
{ name = "tox-uv", specifier = ">=1.28.0" },
|
|
731
733
|
{ name = "ty" },
|
|
732
|
-
{ name = "uv", specifier = ">=0.8.
|
|
734
|
+
{ name = "uv", specifier = ">=0.8.14" },
|
|
733
735
|
]
|
|
734
736
|
docs = [
|
|
735
737
|
{ name = "mkdocs", specifier = ">=1.6.1" },
|
|
736
|
-
{ name = "mkdocs-material", specifier = ">=9.6.
|
|
738
|
+
{ name = "mkdocs-material", specifier = ">=9.6.18" },
|
|
737
739
|
{ name = "mkdocstrings", extras = ["python"], specifier = ">=0.30.0" },
|
|
738
740
|
]
|
|
739
741
|
|
|
@@ -768,16 +770,16 @@ wheels = [
|
|
|
768
770
|
|
|
769
771
|
[[package]]
|
|
770
772
|
name = "tox-uv"
|
|
771
|
-
version = "1.
|
|
773
|
+
version = "1.28.0"
|
|
772
774
|
source = { registry = "https://pypi.org/simple" }
|
|
773
775
|
dependencies = [
|
|
774
776
|
{ name = "packaging" },
|
|
775
777
|
{ name = "tox" },
|
|
776
778
|
{ name = "uv" },
|
|
777
779
|
]
|
|
778
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
780
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/9a/f4b675ebcbd623854129891e87045f80c1d8e91b2957496f1fe6e463f291/tox_uv-1.28.0.tar.gz", hash = "sha256:a06ff909f73232b2b7965de19090d887b12b44e44eb0843b2c07266d2957ade2", size = 23265, upload-time = "2025-08-14T17:53:07.909Z" }
|
|
779
781
|
wheels = [
|
|
780
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
782
|
+
{ url = "https://files.pythonhosted.org/packages/1f/ac/b32555d190c4440b8d2779d4a19439e5fbd5a3950f7e5a17ead7c7d30cad/tox_uv-1.28.0-py3-none-any.whl", hash = "sha256:3fbe13fa6eb6961df5512e63fc4a5cc0c8d264872674ee09164649f441839053", size = 17225, upload-time = "2025-08-14T17:53:06.299Z" },
|
|
781
783
|
]
|
|
782
784
|
|
|
783
785
|
[[package]]
|
|
@@ -816,28 +818,28 @@ wheels = [
|
|
|
816
818
|
|
|
817
819
|
[[package]]
|
|
818
820
|
name = "uv"
|
|
819
|
-
version = "0.8.
|
|
820
|
-
source = { registry = "https://pypi.org/simple" }
|
|
821
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
822
|
-
wheels = [
|
|
823
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
824
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
825
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
826
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
827
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
828
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
829
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
830
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
831
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
832
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
833
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
834
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
835
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
836
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
837
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
838
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
839
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
840
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
821
|
+
version = "0.8.14"
|
|
822
|
+
source = { registry = "https://pypi.org/simple" }
|
|
823
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e2/b0/c3bc06ba5f6b72ba3ad278e854292d81b7aaaea2b6988e40fdb892f813f8/uv-0.8.14.tar.gz", hash = "sha256:7c68e0cde3d048500c073696881c07c2bd97503fc77d7091e1454d3fd58febb4", size = 3543853, upload-time = "2025-08-28T21:55:59.769Z" }
|
|
824
|
+
wheels = [
|
|
825
|
+
{ url = "https://files.pythonhosted.org/packages/e8/a3/bf0a80a7770f5c11a735345073fdf085a031ecd0525ae229ceb3ed7496f5/uv-0.8.14-py3-none-linux_armv6l.whl", hash = "sha256:bae6621a72e6643f140c4e62f10d3a52d210ccdec48bf4f733e6a25d5739e533", size = 18810682, upload-time = "2025-08-28T21:55:07.027Z" },
|
|
826
|
+
{ url = "https://files.pythonhosted.org/packages/61/de/e8d3c1669edb70ae165ad6c06598ff237ddbc1dc743cc590a2c30c245b93/uv-0.8.14-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2334945ef3dba395067164c7e25b0c1420d8fdab9637d33cb753b5dbe0499b2c", size = 18939300, upload-time = "2025-08-28T21:55:11.244Z" },
|
|
827
|
+
{ url = "https://files.pythonhosted.org/packages/dc/61/9e4c3382f79cef69229f4f301ce1b391121f5a9d1015dd82487e08f0d718/uv-0.8.14-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9a65096847d3341713be92e98cb35d5315d172690032405e8ae4e1b0c366a19a", size = 17555624, upload-time = "2025-08-28T21:55:14.107Z" },
|
|
828
|
+
{ url = "https://files.pythonhosted.org/packages/03/6d/5200cba528844e33586fadae78c06c054774e7702063356795f6cc124331/uv-0.8.14-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:f7a5d72e4fefae57f675cf0ac0adb9e68fb638f3f95be142b7f072fc6fddfe3e", size = 18151749, upload-time = "2025-08-28T21:55:16.904Z" },
|
|
829
|
+
{ url = "https://files.pythonhosted.org/packages/5a/b6/6f9407a792f0ca566b61276cadbffa032cff4039847ac77c47959151f753/uv-0.8.14-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:935b602d40f0c6a41337de81a02850d6892b0c8c6b5d98543fa229d5bb247364", size = 18472626, upload-time = "2025-08-28T21:55:19.994Z" },
|
|
830
|
+
{ url = "https://files.pythonhosted.org/packages/14/a2/2eadfccb1d6aa3672c947071b18c50cee41bdb9c9dba6d8af011a5c44e50/uv-0.8.14-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34286de8d1244f06124c5bd7b4bfb5ef5791c147e0aa4473c7856c02fedc58ff", size = 19292728, upload-time = "2025-08-28T21:55:22.441Z" },
|
|
831
|
+
{ url = "https://files.pythonhosted.org/packages/b6/db/96071cddd37e4bfc9bd10c4daab0942c3d610da92f32c74de07621990455/uv-0.8.14-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:d26ea49a595992bc58d31bb6a10660a8015d902b6845c8ceed1e011866013593", size = 20577332, upload-time = "2025-08-28T21:55:25.774Z" },
|
|
832
|
+
{ url = "https://files.pythonhosted.org/packages/c9/4c/8e0da19b4bd5612bd782a82a1869c71e8ea059b59c547230146d36583a39/uv-0.8.14-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2aa721841812e9a74cad883dbd0f6cf908309cc40a86ab33d3576a8b369595a9", size = 20317704, upload-time = "2025-08-28T21:55:28.537Z" },
|
|
833
|
+
{ url = "https://files.pythonhosted.org/packages/1c/f2/4ad6abe850e31663d3971eb4af4a3b6ef216870f4f2115ae65e72917ea02/uv-0.8.14-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5088fa0ceff698a3fb2464f5cd7ebb4af59aa85db4ba83150d4c3af027251228", size = 19615504, upload-time = "2025-08-28T21:55:31.695Z" },
|
|
834
|
+
{ url = "https://files.pythonhosted.org/packages/ed/6c/b86f5f2f5aeebb0028034ea180399af23c8cbc42748bba0672c9cabdde38/uv-0.8.14-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3853202f4eb0bedbe31b0b62b1323521e97306f44f8f4b6ed4bb13b636797873", size = 19605107, upload-time = "2025-08-28T21:55:34.33Z" },
|
|
835
|
+
{ url = "https://files.pythonhosted.org/packages/b4/04/7b019c63d26d296bf6dfd8ad9b86e51f84b2ec7f37d68f8b93138a3fa404/uv-0.8.14-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:e45047a89592a5b38c88caa6da5d1b70a05c9762ff1c5100f9700f85f533dc99", size = 18412515, upload-time = "2025-08-28T21:55:37.185Z" },
|
|
836
|
+
{ url = "https://files.pythonhosted.org/packages/59/b8/c277b6ff1e4fc6d2c4f000ebccef9c2879603875ab092390f7073b911bdf/uv-0.8.14-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:72971573f21e617267b3737750cdb8a9ae99862b06d23df7fde60fc9f8ef78d6", size = 19290057, upload-time = "2025-08-28T21:55:39.769Z" },
|
|
837
|
+
{ url = "https://files.pythonhosted.org/packages/ed/09/59f84ea996bc3bf52c88bc7ba2d988bc5edfd7d0a9aee7cc0500f77d83ce/uv-0.8.14-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:ab22d9712f6b06b04359cfaf625722a81fcd0f2335868738dbee26a79a93bd99", size = 18433918, upload-time = "2025-08-28T21:55:42.262Z" },
|
|
838
|
+
{ url = "https://files.pythonhosted.org/packages/fa/2c/8a76455ea1f578fab8a88457c4d50c28928860335d3420956b75661f5e7b/uv-0.8.14-py3-none-musllinux_1_1_i686.whl", hash = "sha256:b5003c30c44065b70e03f083d73af45c094f1f96d9c394acafd8f547c2aee4d0", size = 18800856, upload-time = "2025-08-28T21:55:44.697Z" },
|
|
839
|
+
{ url = "https://files.pythonhosted.org/packages/f7/87/16699c592d816325554702d771024fbe5ec39127bfbc06d5cb54843673bb/uv-0.8.14-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:dacfad1193c7facd3a414cc2f3468b4a79a07c565c776a3136f97527a628b960", size = 19704752, upload-time = "2025-08-28T21:55:47.375Z" },
|
|
840
|
+
{ url = "https://files.pythonhosted.org/packages/ce/e9/0cdeed22e6c540db493ea364040b17af09fabaa7a56c8ff02b9152819442/uv-0.8.14-py3-none-win32.whl", hash = "sha256:0a4abb2a327e3709ef02765dc392ee10e204275bdb107b492977f88633a1e6b0", size = 18630132, upload-time = "2025-08-28T21:55:51.988Z" },
|
|
841
|
+
{ url = "https://files.pythonhosted.org/packages/45/5e/9bf7004bd53e9279265d73a131fe2a6c7d74c1125c53e805b5e9f4047f37/uv-0.8.14-py3-none-win_amd64.whl", hash = "sha256:5091d588753bbbd1f120f13311ede2ae113d7ec2760e149fc502a237f2516075", size = 20672637, upload-time = "2025-08-28T21:55:55.341Z" },
|
|
842
|
+
{ url = "https://files.pythonhosted.org/packages/d8/7f/41074c81faa36a34d44524997c345a857bd82d7f73ea60e24dca606306ec/uv-0.8.14-py3-none-win_arm64.whl", hash = "sha256:7c424fd4561f4528d8b52fc8c16991d0ad0000d3ad12c82e01e722f314b2669d", size = 19171656, upload-time = "2025-08-28T21:55:57.799Z" },
|
|
841
843
|
]
|
|
842
844
|
|
|
843
845
|
[[package]]
|
|
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
|