sonolus.py 0.6.5__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.

Files changed (1152) hide show
  1. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/PKG-INFO +1 -1
  2. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/pyproject.toml +6 -6
  3. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/archetype.py +6 -0
  4. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/timing.py +7 -0
  5. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/uv.lock +60 -58
  6. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/.gitattributes +0 -0
  7. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/.github/workflows/publish.yaml +0 -0
  8. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/.gitignore +0 -0
  9. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/.python-version +0 -0
  10. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/.run/Python tests in tests.run.xml +0 -0
  11. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/LICENSE +0 -0
  12. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/README.md +0 -0
  13. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/__init__.py +0 -0
  14. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/builtins.pyi +0 -0
  15. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/math.pyi +0 -0
  16. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/num.pyi +0 -0
  17. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/random.pyi +0 -0
  18. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/doc_stubs/typing.pyi +0 -0
  19. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/CNAME +0 -0
  20. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/builtins.md +0 -0
  21. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/cli.md +0 -0
  22. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/constructs.md +0 -0
  23. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/index.md +0 -0
  24. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/project.md +0 -0
  25. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/resources.md +0 -0
  26. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/concepts/types.md +0 -0
  27. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/bucket.md +0 -0
  28. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/coming-soon.md +0 -0
  29. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/effect.md +0 -0
  30. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/index.md +0 -0
  31. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/particle.md +0 -0
  32. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/play.md +0 -0
  33. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/project-structure.md +0 -0
  34. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/screen.md +0 -0
  35. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/setup.md +0 -0
  36. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/skin.md +0 -0
  37. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/ui.md +0 -0
  38. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/guides/usage.md +0 -0
  39. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/index.md +0 -0
  40. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/overview.md +0 -0
  41. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/builtins.md +0 -0
  42. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/index.md +0 -0
  43. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/math.md +0 -0
  44. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/random.md +0 -0
  45. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.archetype.md +0 -0
  46. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.array.md +0 -0
  47. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.array_like.md +0 -0
  48. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.bucket.md +0 -0
  49. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.containers.md +0 -0
  50. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.debug.md +0 -0
  51. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.easing.md +0 -0
  52. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.effect.md +0 -0
  53. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.engine.md +0 -0
  54. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.globals.md +0 -0
  55. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.instruction.md +0 -0
  56. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.interval.md +0 -0
  57. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.iterator.md +0 -0
  58. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.level.md +0 -0
  59. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.maybe.md +0 -0
  60. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.metadata.md +0 -0
  61. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.num.md +0 -0
  62. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.options.md +0 -0
  63. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.particle.md +0 -0
  64. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.printing.md +0 -0
  65. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.project.md +0 -0
  66. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.quad.md +0 -0
  67. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.record.md +0 -0
  68. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.runtime.md +0 -0
  69. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.sprite.md +0 -0
  70. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.stream.md +0 -0
  71. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.text.md +0 -0
  72. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.timing.md +0 -0
  73. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.transform.md +0 -0
  74. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.ui.md +0 -0
  75. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.values.md +0 -0
  76. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/sonolus.script.vec.md +0 -0
  77. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/docs/reference/typing.md +0 -0
  78. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/mkdocs.yml +0 -0
  79. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/generate.py +0 -0
  80. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/runtimes/Engine/Tutorial/Blocks.json +0 -0
  81. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/runtimes/Functions.json +0 -0
  82. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/runtimes/Level/Play/Blocks.json +0 -0
  83. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/runtimes/Level/Preview/Blocks.json +0 -0
  84. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/scripts/runtimes/Level/Watch/Blocks.json +0 -0
  85. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/__init__.py +0 -0
  86. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/__init__.py +0 -0
  87. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/blocks.py +0 -0
  88. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/excepthook.py +0 -0
  89. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/finalize.py +0 -0
  90. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/interpret.py +0 -0
  91. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/ir.py +0 -0
  92. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/mode.py +0 -0
  93. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/node.py +0 -0
  94. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/ops.py +0 -0
  95. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/__init__.py +0 -0
  96. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/allocate.py +0 -0
  97. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/constant_evaluation.py +0 -0
  98. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/copy_coalesce.py +0 -0
  99. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/dead_code.py +0 -0
  100. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/dominance.py +0 -0
  101. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/flow.py +0 -0
  102. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/inlining.py +0 -0
  103. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/liveness.py +0 -0
  104. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/optimize.py +0 -0
  105. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/passes.py +0 -0
  106. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/simplify.py +0 -0
  107. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/optimize/ssa.py +0 -0
  108. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/place.py +0 -0
  109. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/utils.py +0 -0
  110. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/backend/visitor.py +0 -0
  111. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/__init__.py +0 -0
  112. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/cli.py +0 -0
  113. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/collection.py +0 -0
  114. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/compile.py +0 -0
  115. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/engine.py +0 -0
  116. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/level.py +0 -0
  117. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/node.py +0 -0
  118. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/build/project.py +0 -0
  119. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/py.typed +0 -0
  120. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/__init__.py +0 -0
  121. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/array.py +0 -0
  122. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/array_like.py +0 -0
  123. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/bucket.py +0 -0
  124. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/containers.py +0 -0
  125. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/debug.py +0 -0
  126. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/easing.py +0 -0
  127. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/effect.py +0 -0
  128. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/engine.py +0 -0
  129. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/globals.py +0 -0
  130. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/instruction.py +0 -0
  131. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/__init__.py +0 -0
  132. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/builtin_impls.py +0 -0
  133. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/callbacks.py +0 -0
  134. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/constant.py +0 -0
  135. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/context.py +0 -0
  136. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/descriptor.py +0 -0
  137. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/dict_impl.py +0 -0
  138. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/error.py +0 -0
  139. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/generic.py +0 -0
  140. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/impl.py +0 -0
  141. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/introspection.py +0 -0
  142. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/math_impls.py +0 -0
  143. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/native.py +0 -0
  144. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/random.py +0 -0
  145. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/range.py +0 -0
  146. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/simulation_context.py +0 -0
  147. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/transient.py +0 -0
  148. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/tuple_impl.py +0 -0
  149. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/internal/value.py +0 -0
  150. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/interval.py +0 -0
  151. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/iterator.py +0 -0
  152. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/level.py +0 -0
  153. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/maybe.py +0 -0
  154. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/metadata.py +0 -0
  155. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/num.py +0 -0
  156. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/options.py +0 -0
  157. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/particle.py +0 -0
  158. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/pointer.py +0 -0
  159. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/printing.py +0 -0
  160. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/project.py +0 -0
  161. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/quad.py +0 -0
  162. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/record.py +0 -0
  163. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/runtime.py +0 -0
  164. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/sprite.py +0 -0
  165. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/stream.py +0 -0
  166. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/text.py +0 -0
  167. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/transform.py +0 -0
  168. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/ui.py +0 -0
  169. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/values.py +0 -0
  170. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/sonolus/script/vec.py +0 -0
  171. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/__init__.py +0 -0
  172. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/level.py +0 -0
  173. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/__init__.py +0 -0
  174. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/buckets.py +0 -0
  175. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/connector.py +0 -0
  176. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/effect.py +0 -0
  177. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/layer.py +0 -0
  178. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/layout.py +0 -0
  179. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/note.py +0 -0
  180. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/options.py +0 -0
  181. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/particle.py +0 -0
  182. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/skin.py +0 -0
  183. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/stage.py +0 -0
  184. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/streams.py +0 -0
  185. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/lib/ui.py +0 -0
  186. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/__init__.py +0 -0
  187. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/connector.py +0 -0
  188. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/event.py +0 -0
  189. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/input.py +0 -0
  190. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/mode.py +0 -0
  191. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/note.py +0 -0
  192. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/play/stage.py +0 -0
  193. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/__init__.py +0 -0
  194. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/connector.py +0 -0
  195. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/event.py +0 -0
  196. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/layout.py +0 -0
  197. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/mode.py +0 -0
  198. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/note.py +0 -0
  199. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/preview/stage.py +0 -0
  200. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/project.py +0 -0
  201. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/__init__.py +0 -0
  202. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/framework.py +0 -0
  203. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/instructions.py +0 -0
  204. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/intro.py +0 -0
  205. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/mode.py +0 -0
  206. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/navigate.py +0 -0
  207. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/painting.py +0 -0
  208. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/phases.py +0 -0
  209. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/preprocess.py +0 -0
  210. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/tutorial/update.py +0 -0
  211. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/__init__.py +0 -0
  212. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/connector.py +0 -0
  213. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/event.py +0 -0
  214. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/mode.py +0 -0
  215. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/note.py +0 -0
  216. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/stage.py +0 -0
  217. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/test_projects/pydori/watch/update_spawn.py +0 -0
  218. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/__init__.py +0 -0
  219. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/__init__.py +0 -0
  220. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/conftest.py +0 -0
  221. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
  222. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
  223. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
  224. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
  225. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
  226. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
  227. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
  228. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
  229. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
  230. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
  231. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
  232. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
  233. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
  234. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
  235. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
  236. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
  237. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
  238. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
  239. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
  240. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
  241. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
  242. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
  243. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
  244. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
  245. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
  246. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
  247. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
  248. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
  249. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
  250. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
  251. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
  252. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
  253. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
  254. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
  255. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
  256. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
  257. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
  258. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
  259. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
  260. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
  261. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
  262. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
  263. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
  264. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
  265. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
  266. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
  267. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
  268. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
  269. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
  270. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
  271. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
  272. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
  273. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
  274. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
  275. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
  276. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
  277. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
  278. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
  279. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
  280. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
  281. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
  282. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
  283. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
  284. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
  285. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
  286. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
  287. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
  288. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
  289. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
  290. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
  291. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
  292. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
  293. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
  294. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
  295. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
  296. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
  297. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
  298. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
  299. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
  300. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
  301. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
  302. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
  303. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
  304. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
  305. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
  306. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
  307. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
  308. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  309. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
  310. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  311. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
  312. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
  313. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
  314. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
  315. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
  316. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
  317. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
  318. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
  319. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
  320. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
  321. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
  322. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
  323. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
  324. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
  325. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
  326. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
  327. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
  328. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
  329. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
  330. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
  331. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
  332. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
  333. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
  334. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
  335. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
  336. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
  337. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
  338. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
  339. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
  340. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
  341. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
  342. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
  343. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
  344. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
  345. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
  346. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
  347. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
  348. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
  349. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
  350. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
  351. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
  352. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
  353. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
  354. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
  355. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
  356. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
  357. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
  358. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
  359. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
  360. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
  361. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
  362. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
  363. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
  364. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
  365. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
  366. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
  367. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
  368. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
  369. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
  370. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
  371. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
  372. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
  373. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
  374. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
  375. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
  376. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
  377. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
  378. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
  379. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
  380. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
  381. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
  382. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
  383. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
  384. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
  385. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
  386. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
  387. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
  388. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
  389. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
  390. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
  391. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
  392. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
  393. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
  394. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
  395. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
  396. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
  397. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
  398. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
  399. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
  400. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
  401. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
  402. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
  403. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
  404. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
  405. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
  406. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
  407. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
  408. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
  409. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
  410. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
  411. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
  412. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
  413. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
  414. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
  415. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
  416. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
  417. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
  418. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
  419. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
  420. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
  421. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
  422. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
  423. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
  424. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
  425. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
  426. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
  427. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
  428. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
  429. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
  430. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
  431. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
  432. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
  433. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
  434. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
  435. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
  436. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
  437. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
  438. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
  439. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
  440. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
  441. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
  442. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
  443. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
  444. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
  445. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
  446. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
  447. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
  448. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
  449. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
  450. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
  451. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
  452. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
  453. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
  454. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
  455. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
  456. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
  457. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
  458. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
  459. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
  460. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
  461. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
  462. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
  463. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
  464. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
  465. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
  466. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
  467. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
  468. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
  469. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
  470. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
  471. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
  472. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
  473. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
  474. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
  475. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
  476. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
  477. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
  478. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
  479. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
  480. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
  481. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
  482. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
  483. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
  484. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
  485. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
  486. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
  487. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
  488. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
  489. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
  490. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
  491. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
  492. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
  493. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
  494. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
  495. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
  496. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
  497. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
  498. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
  499. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
  500. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
  501. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
  502. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
  503. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
  504. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
  505. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
  506. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
  507. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
  508. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
  509. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
  510. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
  511. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
  512. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
  513. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
  514. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
  515. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
  516. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
  517. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
  518. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
  519. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
  520. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
  521. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
  522. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
  523. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
  524. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
  525. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
  526. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
  527. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
  528. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
  529. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
  530. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
  531. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
  532. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
  533. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
  534. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
  535. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
  536. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
  537. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
  538. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
  539. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
  540. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
  541. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
  542. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
  543. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
  544. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
  545. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
  546. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
  547. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
  548. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
  549. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
  550. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
  551. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
  552. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
  553. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
  554. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
  555. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
  556. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
  557. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
  558. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
  559. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
  560. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
  561. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
  562. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
  563. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
  564. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
  565. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
  566. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
  567. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
  568. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
  569. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
  570. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
  571. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
  572. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
  573. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
  574. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
  575. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
  576. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
  577. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
  578. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
  579. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
  580. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
  581. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
  582. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
  583. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
  584. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
  585. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
  586. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
  587. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
  588. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
  589. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
  590. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
  591. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
  592. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
  593. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
  594. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
  595. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
  596. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
  597. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
  598. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
  599. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
  600. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
  601. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
  602. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
  603. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
  604. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
  605. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
  606. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
  607. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
  608. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
  609. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
  610. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
  611. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
  612. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
  613. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
  614. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
  615. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
  616. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
  617. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
  618. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
  619. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
  620. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
  621. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
  622. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
  623. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
  624. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
  625. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
  626. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
  627. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
  628. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
  629. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
  630. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
  631. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
  632. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
  633. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
  634. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
  635. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
  636. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
  637. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
  638. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
  639. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
  640. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
  641. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
  642. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
  643. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
  644. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
  645. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
  646. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
  647. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
  648. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
  649. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
  650. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
  651. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
  652. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
  653. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
  654. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
  655. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
  656. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
  657. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
  658. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
  659. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
  660. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
  661. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
  662. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
  663. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
  664. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
  665. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
  666. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
  667. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
  668. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
  669. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
  670. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
  671. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
  672. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
  673. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
  674. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
  675. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
  676. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
  677. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
  678. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  679. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
  680. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  681. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
  682. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
  683. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
  684. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
  685. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
  686. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
  687. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
  688. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
  689. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
  690. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
  691. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
  692. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
  693. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
  694. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
  695. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
  696. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
  697. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
  698. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
  699. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
  700. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
  701. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
  702. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
  703. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
  704. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
  705. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
  706. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
  707. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
  708. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
  709. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
  710. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
  711. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
  712. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
  713. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
  714. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
  715. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
  716. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
  717. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
  718. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
  719. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
  720. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
  721. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
  722. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
  723. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
  724. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
  725. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
  726. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
  727. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
  728. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
  729. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
  730. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
  731. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
  732. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
  733. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
  734. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
  735. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
  736. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
  737. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
  738. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
  739. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
  740. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
  741. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
  742. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
  743. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
  744. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
  745. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
  746. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
  747. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
  748. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
  749. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
  750. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
  751. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
  752. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
  753. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
  754. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
  755. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
  756. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
  757. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
  758. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
  759. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
  760. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
  761. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
  762. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
  763. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
  764. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
  765. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
  766. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
  767. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
  768. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
  769. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
  770. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
  771. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
  772. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
  773. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
  774. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
  775. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
  776. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
  777. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
  778. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
  779. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
  780. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
  781. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
  782. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
  783. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
  784. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
  785. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
  786. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
  787. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
  788. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
  789. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
  790. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
  791. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
  792. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
  793. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
  794. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
  795. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
  796. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
  797. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
  798. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
  799. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
  800. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
  801. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
  802. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
  803. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
  804. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
  805. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
  806. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
  807. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
  808. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
  809. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
  810. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
  811. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
  812. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
  813. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
  814. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
  815. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
  816. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
  817. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
  818. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
  819. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
  820. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
  821. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
  822. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
  823. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
  824. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
  825. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
  826. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
  827. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
  828. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
  829. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
  830. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
  831. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
  832. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
  833. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
  834. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
  835. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
  836. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
  837. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
  838. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
  839. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
  840. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
  841. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
  842. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
  843. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
  844. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
  845. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
  846. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
  847. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
  848. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
  849. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
  850. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
  851. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
  852. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
  853. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
  854. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
  855. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
  856. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
  857. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
  858. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
  859. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
  860. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
  861. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
  862. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
  863. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
  864. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
  865. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
  866. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
  867. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  868. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
  869. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  870. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
  871. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
  872. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
  873. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
  874. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
  875. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
  876. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
  877. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
  878. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
  879. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
  880. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
  881. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
  882. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
  883. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
  884. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
  885. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
  886. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
  887. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
  888. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
  889. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
  890. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
  891. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
  892. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
  893. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
  894. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
  895. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
  896. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
  897. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
  898. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
  899. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
  900. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
  901. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
  902. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
  903. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
  904. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
  905. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
  906. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
  907. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
  908. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
  909. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
  910. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
  911. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
  912. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
  913. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
  914. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
  915. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
  916. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
  917. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
  918. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
  919. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
  920. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
  921. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
  922. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
  923. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
  924. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
  925. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
  926. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
  927. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
  928. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
  929. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
  930. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
  931. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
  932. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
  933. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
  934. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
  935. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
  936. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
  937. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
  938. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
  939. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
  940. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
  941. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
  942. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
  943. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
  944. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
  945. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
  946. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
  947. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
  948. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
  949. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
  950. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
  951. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
  952. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
  953. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
  954. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
  955. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
  956. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
  957. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
  958. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
  959. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
  960. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
  961. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
  962. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
  963. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
  964. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
  965. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
  966. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
  967. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
  968. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
  969. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
  970. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
  971. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
  972. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
  973. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
  974. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
  975. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
  976. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
  977. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
  978. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
  979. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
  980. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
  981. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
  982. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
  983. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
  984. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
  985. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
  986. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
  987. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
  988. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
  989. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
  990. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
  991. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
  992. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
  993. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
  994. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
  995. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
  996. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
  997. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
  998. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
  999. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
  1000. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
  1001. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
  1002. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
  1003. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
  1004. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
  1005. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
  1006. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
  1007. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
  1008. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
  1009. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
  1010. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
  1011. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
  1012. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
  1013. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
  1014. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
  1015. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
  1016. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
  1017. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
  1018. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
  1019. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
  1020. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
  1021. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
  1022. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
  1023. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
  1024. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
  1025. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
  1026. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
  1027. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
  1028. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
  1029. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
  1030. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
  1031. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
  1032. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
  1033. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
  1034. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
  1035. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
  1036. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
  1037. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
  1038. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
  1039. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
  1040. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
  1041. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
  1042. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
  1043. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
  1044. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
  1045. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
  1046. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
  1047. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
  1048. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
  1049. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
  1050. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
  1051. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
  1052. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
  1053. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
  1054. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
  1055. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
  1056. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
  1057. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
  1058. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
  1059. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
  1060. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
  1061. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
  1062. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
  1063. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
  1064. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
  1065. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
  1066. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
  1067. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
  1068. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
  1069. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
  1070. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
  1071. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
  1072. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
  1073. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
  1074. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
  1075. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
  1076. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
  1077. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
  1078. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
  1079. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
  1080. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
  1081. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
  1082. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
  1083. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
  1084. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
  1085. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
  1086. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
  1087. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
  1088. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
  1089. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
  1090. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
  1091. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
  1092. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
  1093. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
  1094. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
  1095. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
  1096. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
  1097. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
  1098. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
  1099. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
  1100. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
  1101. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
  1102. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
  1103. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
  1104. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
  1105. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
  1106. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
  1107. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
  1108. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
  1109. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
  1110. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
  1111. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
  1112. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
  1113. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
  1114. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
  1115. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
  1116. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
  1117. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
  1118. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
  1119. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
  1120. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
  1121. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
  1122. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
  1123. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
  1124. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
  1125. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/regressions/test_project.py +0 -0
  1126. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/__init__.py +0 -0
  1127. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/conftest.py +0 -0
  1128. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_array.py +0 -0
  1129. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_array_map.py +0 -0
  1130. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_array_set.py +0 -0
  1131. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_assert.py +0 -0
  1132. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_dict.py +0 -0
  1133. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_flow.py +0 -0
  1134. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_functions.py +0 -0
  1135. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_generator.py +0 -0
  1136. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_genexpr.py +0 -0
  1137. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_helpers.py +0 -0
  1138. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_interval.py +0 -0
  1139. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_match.py +0 -0
  1140. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_maybe.py +0 -0
  1141. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_num.py +0 -0
  1142. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_operator.py +0 -0
  1143. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_quad.py +0 -0
  1144. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_random.py +0 -0
  1145. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_range.py +0 -0
  1146. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_record.py +0 -0
  1147. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_super.py +0 -0
  1148. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_transform.py +0 -0
  1149. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_tuple.py +0 -0
  1150. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_values.py +0 -0
  1151. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_var_array.py +0 -0
  1152. {sonolus_py-0.6.5 → sonolus_py-0.6.6}/tests/script/test_vec.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sonolus.py
3
- Version: 0.6.5
3
+ Version: 0.6.6
4
4
  Summary: Sonolus engine development in Python
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sonolus.py"
3
- version = "0.6.5"
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.8",
33
- "hypothesis>=6.137.1",
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.8",
37
+ "ruff>=0.12.11",
38
38
  "pytest-cov>=6.0.0",
39
39
  "tox>=4.28.4",
40
- "tox-uv>=1.27.0",
40
+ "tox-uv>=1.28.0",
41
41
  "ty"
42
42
  ]
43
43
  docs = [
44
- "mkdocs-material>=9.6.16",
44
+ "mkdocs-material>=9.6.18",
45
45
  "mkdocs>=1.6.1",
46
46
  "mkdocstrings[python]>=0.30.0",
47
47
  ]
@@ -1320,6 +1320,9 @@ class StandardImportName:
1320
1320
  TIMESCALE_GROUP = "#TIMESCALE_GROUP"
1321
1321
  """The timescale group, for timescale change markers."""
1322
1322
 
1323
+ TIMESCALE_EASE = "#TIMESCALE_EASE"
1324
+ """The timescale ease type, for timescale change markers."""
1325
+
1323
1326
  JUDGMENT = "#JUDGMENT"
1324
1327
  """The judgment of the entity.
1325
1328
 
@@ -1358,6 +1361,9 @@ class StandardImport:
1358
1361
  TIMESCALE_GROUP = Annotated[EntityRef[Any], imported(name=StandardImportName.TIMESCALE_GROUP)]
1359
1362
  """The timescale group, for timescale change markers."""
1360
1363
 
1364
+ TIMESCALE_EASE = Annotated[float, imported(name=StandardImportName.TIMESCALE_EASE)]
1365
+ """The timescale ease type, for timescale change markers."""
1366
+
1361
1367
  JUDGMENT = Annotated[int, imported(name=StandardImportName.JUDGMENT)]
1362
1368
  """The judgment of the entity.
1363
1369
 
@@ -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.137.1"
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/65/92/70f29b04e4d7acf7f9a0c3dd52619853715ad9ae092a8e5d89bc7bdc39ec/hypothesis-6.137.1.tar.gz", hash = "sha256:b086e644456da79ad460fdaf8fbf90a41a661e8a4076232dd4ea64cfbc0d0529", size = 460593, upload-time = "2025-08-05T06:31:46.777Z" }
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/1a/13/92753f97f70f3584a70ccbd2a678878ea43d5880c4e009664c3fe9fe7e50/hypothesis-6.137.1-py3-none-any.whl", hash = "sha256:7cbda6a98ed4d32aad31a5fc5bff5e119b9275fe2579a7b08863cba313a4b9be", size = 527566, upload-time = "2025-08-05T06:31:43.323Z" },
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.16"
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/dd/84/aec27a468c5e8c27689c71b516fb5a0d10b8fca45b9ad2dd9d6e43bc4296/mkdocs_material-9.6.16.tar.gz", hash = "sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19", size = 4028828, upload-time = "2025-07-26T15:53:47.542Z" }
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/65/f4/90ad67125b4dd66e7884e4dbdfab82e3679eb92b751116f8bb25ccfe2f0c/mkdocs_material-9.6.16-py3-none-any.whl", hash = "sha256:8d1a1282b892fe1fdf77bfeb08c485ba3909dd743c9ba69a19a40f637c6ec18c", size = 9223743, upload-time = "2025-07-26T15:53:44.236Z" },
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.8"
664
- source = { registry = "https://pypi.org/simple" }
665
- sdist = { url = "https://files.pythonhosted.org/packages/4b/da/5bd7565be729e86e1442dad2c9a364ceeff82227c2dece7c29697a9795eb/ruff-0.12.8.tar.gz", hash = "sha256:4cb3a45525176e1009b2b64126acf5f9444ea59066262791febf55e40493a033", size = 5242373, upload-time = "2025-08-07T19:05:47.268Z" }
666
- wheels = [
667
- { url = "https://files.pythonhosted.org/packages/c9/1e/c843bfa8ad1114fab3eb2b78235dda76acd66384c663a4e0415ecc13aa1e/ruff-0.12.8-py3-none-linux_armv6l.whl", hash = "sha256:63cb5a5e933fc913e5823a0dfdc3c99add73f52d139d6cd5cc8639d0e0465513", size = 11675315, upload-time = "2025-08-07T19:05:06.15Z" },
668
- { url = "https://files.pythonhosted.org/packages/24/ee/af6e5c2a8ca3a81676d5480a1025494fd104b8896266502bb4de2a0e8388/ruff-0.12.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9a9bbe28f9f551accf84a24c366c1aa8774d6748438b47174f8e8565ab9dedbc", size = 12456653, upload-time = "2025-08-07T19:05:09.759Z" },
669
- { url = "https://files.pythonhosted.org/packages/99/9d/e91f84dfe3866fa648c10512904991ecc326fd0b66578b324ee6ecb8f725/ruff-0.12.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2fae54e752a3150f7ee0e09bce2e133caf10ce9d971510a9b925392dc98d2fec", size = 11659690, upload-time = "2025-08-07T19:05:12.551Z" },
670
- { url = "https://files.pythonhosted.org/packages/fe/ac/a363d25ec53040408ebdd4efcee929d48547665858ede0505d1d8041b2e5/ruff-0.12.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c0acbcf01206df963d9331b5838fb31f3b44fa979ee7fa368b9b9057d89f4a53", size = 11896923, upload-time = "2025-08-07T19:05:14.821Z" },
671
- { url = "https://files.pythonhosted.org/packages/58/9f/ea356cd87c395f6ade9bb81365bd909ff60860975ca1bc39f0e59de3da37/ruff-0.12.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ae3e7504666ad4c62f9ac8eedb52a93f9ebdeb34742b8b71cd3cccd24912719f", size = 11477612, upload-time = "2025-08-07T19:05:16.712Z" },
672
- { url = "https://files.pythonhosted.org/packages/1a/46/92e8fa3c9dcfd49175225c09053916cb97bb7204f9f899c2f2baca69e450/ruff-0.12.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cb82efb5d35d07497813a1c5647867390a7d83304562607f3579602fa3d7d46f", size = 13182745, upload-time = "2025-08-07T19:05:18.709Z" },
673
- { url = "https://files.pythonhosted.org/packages/5e/c4/f2176a310f26e6160deaf661ef60db6c3bb62b7a35e57ae28f27a09a7d63/ruff-0.12.8-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:dbea798fc0065ad0b84a2947b0aff4233f0cb30f226f00a2c5850ca4393de609", size = 14206885, upload-time = "2025-08-07T19:05:21.025Z" },
674
- { url = "https://files.pythonhosted.org/packages/87/9d/98e162f3eeeb6689acbedbae5050b4b3220754554526c50c292b611d3a63/ruff-0.12.8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:49ebcaccc2bdad86fd51b7864e3d808aad404aab8df33d469b6e65584656263a", size = 13639381, upload-time = "2025-08-07T19:05:23.423Z" },
675
- { url = "https://files.pythonhosted.org/packages/81/4e/1b7478b072fcde5161b48f64774d6edd59d6d198e4ba8918d9f4702b8043/ruff-0.12.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ac9c570634b98c71c88cb17badd90f13fc076a472ba6ef1d113d8ed3df109fb", size = 12613271, upload-time = "2025-08-07T19:05:25.507Z" },
676
- { url = "https://files.pythonhosted.org/packages/e8/67/0c3c9179a3ad19791ef1b8f7138aa27d4578c78700551c60d9260b2c660d/ruff-0.12.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:560e0cd641e45591a3e42cb50ef61ce07162b9c233786663fdce2d8557d99818", size = 12847783, upload-time = "2025-08-07T19:05:28.14Z" },
677
- { url = "https://files.pythonhosted.org/packages/4e/2a/0b6ac3dd045acf8aa229b12c9c17bb35508191b71a14904baf99573a21bd/ruff-0.12.8-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:71c83121512e7743fba5a8848c261dcc454cafb3ef2934a43f1b7a4eb5a447ea", size = 11702672, upload-time = "2025-08-07T19:05:30.413Z" },
678
- { url = "https://files.pythonhosted.org/packages/9d/ee/f9fdc9f341b0430110de8b39a6ee5fa68c5706dc7c0aa940817947d6937e/ruff-0.12.8-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:de4429ef2ba091ecddedd300f4c3f24bca875d3d8b23340728c3cb0da81072c3", size = 11440626, upload-time = "2025-08-07T19:05:32.492Z" },
679
- { url = "https://files.pythonhosted.org/packages/89/fb/b3aa2d482d05f44e4d197d1de5e3863feb13067b22c571b9561085c999dc/ruff-0.12.8-py3-none-musllinux_1_2_i686.whl", hash = "sha256:a2cab5f60d5b65b50fba39a8950c8746df1627d54ba1197f970763917184b161", size = 12462162, upload-time = "2025-08-07T19:05:34.449Z" },
680
- { url = "https://files.pythonhosted.org/packages/18/9f/5c5d93e1d00d854d5013c96e1a92c33b703a0332707a7cdbd0a4880a84fb/ruff-0.12.8-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:45c32487e14f60b88aad6be9fd5da5093dbefb0e3e1224131cb1d441d7cb7d46", size = 12913212, upload-time = "2025-08-07T19:05:36.541Z" },
681
- { url = "https://files.pythonhosted.org/packages/71/13/ab9120add1c0e4604c71bfc2e4ef7d63bebece0cfe617013da289539cef8/ruff-0.12.8-py3-none-win32.whl", hash = "sha256:daf3475060a617fd5bc80638aeaf2f5937f10af3ec44464e280a9d2218e720d3", size = 11694382, upload-time = "2025-08-07T19:05:38.468Z" },
682
- { url = "https://files.pythonhosted.org/packages/f6/dc/a2873b7c5001c62f46266685863bee2888caf469d1edac84bf3242074be2/ruff-0.12.8-py3-none-win_amd64.whl", hash = "sha256:7209531f1a1fcfbe8e46bcd7ab30e2f43604d8ba1c49029bb420b103d0b5f76e", size = 12740482, upload-time = "2025-08-07T19:05:40.391Z" },
683
- { url = "https://files.pythonhosted.org/packages/cb/5c/799a1efb8b5abab56e8a9f2a0b72d12bd64bb55815e9476c7d0a2887d2f7/ruff-0.12.8-py3-none-win_arm64.whl", hash = "sha256:c90e1a334683ce41b0e7a04f41790c429bf5073b62c1ae701c9dc5b3d14f0749", size = 11884718, upload-time = "2025-08-07T19:05:42.866Z" },
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.5"
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.137.1" },
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.8" },
730
+ { name = "ruff", specifier = ">=0.12.11" },
729
731
  { name = "tox", specifier = ">=4.28.4" },
730
- { name = "tox-uv", specifier = ">=1.27.0" },
732
+ { name = "tox-uv", specifier = ">=1.28.0" },
731
733
  { name = "ty" },
732
- { name = "uv", specifier = ">=0.8.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.16" },
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.27.0"
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/e1/01/3bf884009509b7eef169bf3628e4eb470be7be269486cdc4ed411215e74a/tox_uv-1.27.0.tar.gz", hash = "sha256:93e432728c51f8659830dc6f5096528dc7726d7524ea7cb60f69ab00dbdd7fc8", size = 22253, upload-time = "2025-08-07T15:32:27.788Z" }
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/60/eb/669ff92885ec3fd497f9f1eaa33d4b98bad3f3c665258f0f607142f72c0c/tox_uv-1.27.0-py3-none-any.whl", hash = "sha256:479ca855db5ad555818498181a6fbaf6979624a1eae84ef63031279cfd00cbf5", size = 16880, upload-time = "2025-08-07T15:32:26.357Z" },
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.8"
820
- source = { registry = "https://pypi.org/simple" }
821
- sdist = { url = "https://files.pythonhosted.org/packages/9c/d0/4cd8ac2c7938da78c8e9ca791205f80e74b0f5a680f2a2d50323d54961d0/uv-0.8.8.tar.gz", hash = "sha256:6880e96cd994e53445d364206ddb4b2fff89fd2fbc74a74bef4a6f86384b07d9", size = 3477036, upload-time = "2025-08-09T00:26:00.883Z" }
822
- wheels = [
823
- { url = "https://files.pythonhosted.org/packages/08/d5/49e188db80f3d8b1969bdbcb8a5468a3796827f15d773241204f206a9ff6/uv-0.8.8-py3-none-linux_armv6l.whl", hash = "sha256:fcdbee030de120478db1a4bb3e3bbf04eec572527ea9107ecf064a808259b6c9", size = 18470316, upload-time = "2025-08-09T00:25:11.956Z" },
824
- { url = "https://files.pythonhosted.org/packages/01/50/add1afadccd141d0d72b54e5146f8181fcc6efd1567a17c5b1edec444010/uv-0.8.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:461e8fb83931755cf0596bf1b8ccbfe02765e81a0d392c495c07685d6b6591f9", size = 18468770, upload-time = "2025-08-09T00:25:15.391Z" },
825
- { url = "https://files.pythonhosted.org/packages/8c/ac/3c6dc8781d37ef9854f412322caffac2978dd3fa1bf806f7daebcfebf2be/uv-0.8.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:58056e5ccebb0a1aad27bd89d0ccc5b65c086d5a7f6b0ac16a9dde030b63cf14", size = 17200419, upload-time = "2025-08-09T00:25:18.264Z" },
826
- { url = "https://files.pythonhosted.org/packages/a1/9e/c30ea1f634673d234999985984afbe96c3d2a4381986e36df0bb46c0f21b/uv-0.8.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:5b4c56a620137f562e1d7b09eac6c9d4adeb876aefc51be27973257fcb426c9d", size = 17779351, upload-time = "2025-08-09T00:25:20.891Z" },
827
- { url = "https://files.pythonhosted.org/packages/2f/89/f2885c6e97a265b4b18050df6285f56c81b603a867a63fcd8f2caa04d95c/uv-0.8.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5fc33adb91c4e3db550648aa30c2b97e8e4d8b8842ead7784a9e76dae3cb14dc", size = 18139292, upload-time = "2025-08-09T00:25:23.352Z" },
828
- { url = "https://files.pythonhosted.org/packages/38/5f/98dad16987919e7dc02f2566026a263ea6307bf57e8de0008dde4717d9cf/uv-0.8.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19a82d6738d3aa58e6646b9d6c343d103abf0c4caf97a68d16a8cab55282e4be", size = 18932468, upload-time = "2025-08-09T00:25:25.691Z" },
829
- { url = "https://files.pythonhosted.org/packages/56/99/52d0d9f53cc5df11b1a459e743bd7b2f4660d49f125a63640eb85ce993e0/uv-0.8.8-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:9dce4de70098cb5b98feea9ef0b8f7db5d6b9deea003a926bc044a793872d719", size = 20251614, upload-time = "2025-08-09T00:25:28.122Z" },
830
- { url = "https://files.pythonhosted.org/packages/9e/b1/0698099a905b4a07b8fa9d6838e0680de707216ccf003433ca1b4afff224/uv-0.8.8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1038324c178d2d7407a4005c4c3294cbad6a02368ba5a85242308de62a6f4e12", size = 19916222, upload-time = "2025-08-09T00:25:30.732Z" },
831
- { url = "https://files.pythonhosted.org/packages/7f/29/8384e0f3f3536ef376d94b7ab177753179906a6c2f5bab893e3fb9525b45/uv-0.8.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3bd016beea3935f9148b3d2482e3d60dee36f0260f9e99d4f57acfd978c1142a", size = 19238516, upload-time = "2025-08-09T00:25:33.637Z" },
832
- { url = "https://files.pythonhosted.org/packages/0e/f1/6c107deccd6e66eb1c46776d8cef4ca9274aac73cec1b14453fe85e18a54/uv-0.8.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0a2b5ebc96aba2b0bf54283d2906b40f32949298cbc6ec48648097ddeac5c5d", size = 19232295, upload-time = "2025-08-09T00:25:37.154Z" },
833
- { url = "https://files.pythonhosted.org/packages/c5/96/9f5e935cd970102c67ce2a753ac721665fb4477c262e86afa0ab385cefff/uv-0.8.8-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:e529dc0a1be5e896d299e4eae4599fa68909f8cb3e6c5ee1a46f66c9048e3334", size = 18046917, upload-time = "2025-08-09T00:25:39.72Z" },
834
- { url = "https://files.pythonhosted.org/packages/32/75/97f371add0a02e5e37156ac0fea908ab4a1160fdf716d0e6c257b6767122/uv-0.8.8-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:5d58d986c3b6a9ce0fb48cd48b3aee6cb1b1057f928d598432e75a4fcaa370f4", size = 18949133, upload-time = "2025-08-09T00:25:42.139Z" },
835
- { url = "https://files.pythonhosted.org/packages/1a/1b/ea988ae9d8c5531454ea6904290e229624c9ea830a5c37b91ec74ebde9a4/uv-0.8.8-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:e117e1230559058fd286292dd5839e8e82d1aaf05763bf4a496e91fe07b69fa1", size = 18080018, upload-time = "2025-08-09T00:25:44.645Z" },
836
- { url = "https://files.pythonhosted.org/packages/ff/14/3b16af331b79ae826d00a73e98f26f7f660dabedc0f82acb99069601b355/uv-0.8.8-py3-none-musllinux_1_1_i686.whl", hash = "sha256:372934fd94193c98dec59bd379cf39e73f906ae6162cbfb66686f32afd75fa0f", size = 18437896, upload-time = "2025-08-09T00:25:49.162Z" },
837
- { url = "https://files.pythonhosted.org/packages/1c/b6/c866684da5571dbf42e9a60b6587a62adc8a2eb592f07411d3b29cb09871/uv-0.8.8-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:9330c924faa9df00a5e78b54561ecf4e5eac1211066f027620dbe85bd6f479ce", size = 19341221, upload-time = "2025-08-09T00:25:51.444Z" },
838
- { url = "https://files.pythonhosted.org/packages/49/ea/55a0eff462b2ec5a6327dd87c401c53306406c830fa8f2cabd2af79dd97f/uv-0.8.8-py3-none-win32.whl", hash = "sha256:65113735aa3427d3897e2f537da1331d1391735c6eecb9b820da6a15fd2f6738", size = 18244601, upload-time = "2025-08-09T00:25:53.696Z" },
839
- { url = "https://files.pythonhosted.org/packages/bf/c0/f56ddb1b2276405618e3d2522018c962c010fc71f97f385d01b7e1dcd8df/uv-0.8.8-py3-none-win_amd64.whl", hash = "sha256:66189ca0b4051396aa19a6f036351477656073d0fd01618051faca699e1b3cdc", size = 20233481, upload-time = "2025-08-09T00:25:56.247Z" },
840
- { url = "https://files.pythonhosted.org/packages/ac/1a/70dc4c730c19f3af40be9450b98b801e03cd6d16609743013f7258f69a29/uv-0.8.8-py3-none-win_arm64.whl", hash = "sha256:1d829486e88ebbf7895306ff09a8b6014d3af7a18e27d751979ee37bf3a27832", size = 18786215, upload-time = "2025-08-09T00:25:58.941Z" },
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