timetoalign 0.2.0__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1181) hide show
  1. timetoalign-1.0.0/.gitignore +28 -0
  2. timetoalign-1.0.0/.isort.cfg +2 -0
  3. timetoalign-1.0.0/CHANGELOG.md +171 -0
  4. timetoalign-1.0.0/CONTRIBUTING.md +33 -0
  5. timetoalign-1.0.0/PKG-INFO +421 -0
  6. timetoalign-1.0.0/README.md +264 -0
  7. timetoalign-1.0.0/constraints.txt +20 -0
  8. timetoalign-1.0.0/docs/howto-notebooks/how01_advanced_cmaps.py +217 -0
  9. timetoalign-1.0.0/docs/howto-notebooks/how01_advanced_timestamps.py +167 -0
  10. timetoalign-1.0.0/docs/howto-notebooks/how01_beat_grids.py +583 -0
  11. timetoalign-1.0.0/docs/howto-notebooks/how01_brazilian_flows.py +322 -0
  12. timetoalign-1.0.0/docs/howto-notebooks/how01_coordinate_math.py +253 -0
  13. timetoalign-1.0.0/docs/howto-notebooks/how01_flow_control.py +552 -0
  14. timetoalign-1.0.0/docs/howto-notebooks/how01_graphical_timelines.py +207 -0
  15. timetoalign-1.0.0/docs/howto-notebooks/how01_loading_data.py +345 -0
  16. timetoalign-1.0.0/docs/howto-notebooks/how01_manual_timeline_construction.py +201 -0
  17. timetoalign-1.0.0/docs/howto-notebooks/how01_tabular_loaders.py +344 -0
  18. timetoalign-1.0.0/docs/howto-notebooks/how01_thoresen_annotation_transfer.py +613 -0
  19. timetoalign-1.0.0/docs/howto-notebooks/how02_supra_piano_roll.py +681 -0
  20. timetoalign-1.0.0/docs/howto-notebooks/how03_beethoven_multimodal.py +1017 -0
  21. timetoalign-1.0.0/docs/howto-notebooks/how03_create_note_alignment.py +283 -0
  22. timetoalign-1.0.0/docs/howto-notebooks/how03_listen_here.py +261 -0
  23. timetoalign-1.0.0/docs/howto-notebooks/how03_loading_vienna_corpus.py +312 -0
  24. timetoalign-1.0.0/docs/howto-notebooks/how03_mpm_toolbox.py +401 -0
  25. timetoalign-1.0.0/docs/howto-notebooks/how03_parangonada.py +374 -0
  26. timetoalign-1.0.0/docs/howto-notebooks/how03_performance_precision.py +294 -0
  27. timetoalign-1.0.0/docs/howto-notebooks/how04_hendrix_song_genesis.py +277 -0
  28. timetoalign-1.0.0/docs/howto-notebooks/how04_load_anything.py +1122 -0
  29. timetoalign-1.0.0/docs/howto-notebooks/how04_loading_csv.py +506 -0
  30. timetoalign-1.0.0/docs/page/.quarto/idx/concepts.qmd.json +1 -0
  31. timetoalign-1.0.0/docs/page/.quarto/idx/contributing.qmd.json +1 -0
  32. timetoalign-1.0.0/docs/page/.quarto/idx/glossary.qmd.json +1 -0
  33. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_advanced_cmaps.ipynb.json +1 -0
  34. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_advanced_timestamps.ipynb.json +1 -0
  35. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_beat_grids.ipynb.json +1 -0
  36. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_coordinate_math.ipynb.json +1 -0
  37. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_graphical_timelines.ipynb.json +1 -0
  38. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_loading_data.ipynb.json +1 -0
  39. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_manual_timeline_construction.ipynb.json +1 -0
  40. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_tabular_loaders.ipynb.json +1 -0
  41. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how01_thoresen_annotation_transfer.ipynb.json +1 -0
  42. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how02_supra_piano_roll.ipynb.json +1 -0
  43. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_beethoven_multimodal.ipynb.json +1 -0
  44. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_create_note_alignment.ipynb.json +1 -0
  45. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_ieee1599.ipynb.json +1 -0
  46. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_listen_here.ipynb.json +1 -0
  47. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_loading_vienna_corpus.ipynb.json +1 -0
  48. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_mpm_toolbox.ipynb.json +1 -0
  49. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_parangonada.ipynb.json +1 -0
  50. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how03_performance_precision.ipynb.json +1 -0
  51. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how04_hendrix_song_genesis.ipynb.json +1 -0
  52. timetoalign-1.0.0/docs/page/.quarto/idx/howto/how04_loading_csv.ipynb.json +1 -0
  53. timetoalign-1.0.0/docs/page/.quarto/idx/howto.qmd.json +1 -0
  54. timetoalign-1.0.0/docs/page/.quarto/idx/index.qmd.json +1 -0
  55. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ATONLoader.qmd.json +1 -0
  56. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Agent.qmd.json +1 -0
  57. timetoalign-1.0.0/docs/page/.quarto/idx/reference/AlignmentAnchor.qmd.json +1 -0
  58. timetoalign-1.0.0/docs/page/.quarto/idx/reference/AlignmentBundle.qmd.json +1 -0
  59. timetoalign-1.0.0/docs/page/.quarto/idx/reference/AtomicSection.qmd.json +1 -0
  60. timetoalign-1.0.0/docs/page/.quarto/idx/reference/AudioInfo.qmd.json +1 -0
  61. timetoalign-1.0.0/docs/page/.quarto/idx/reference/AudioLoader.qmd.json +1 -0
  62. timetoalign-1.0.0/docs/page/.quarto/idx/reference/BeatGrid.qmd.json +1 -0
  63. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ChainMap.qmd.json +1 -0
  64. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ClaimFilter.qmd.json +1 -0
  65. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ColumnNaming.qmd.json +1 -0
  66. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ColumnRole.qmd.json +1 -0
  67. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ConstantMap.qmd.json +1 -0
  68. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousGraphicalTimeline.qmd.json +1 -0
  69. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousLogicalTimeline.qmd.json +1 -0
  70. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ContinuousPhysicalTimeline.qmd.json +1 -0
  71. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ConversionMap.qmd.json +1 -0
  72. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Coord.qmd.json +1 -0
  73. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Coordinate.qmd.json +1 -0
  74. timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateField.qmd.json +1 -0
  75. timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateSpec.qmd.json +1 -0
  76. timetoalign-1.0.0/docs/page/.quarto/idx/reference/CoordinateValue.qmd.json +1 -0
  77. timetoalign-1.0.0/docs/page/.quarto/idx/reference/CsvLoader.qmd.json +1 -0
  78. timetoalign-1.0.0/docs/page/.quarto/idx/reference/DictStore.qmd.json +1 -0
  79. timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscreteGraphicalTimeline.qmd.json +1 -0
  80. timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscreteLogicalTimeline.qmd.json +1 -0
  81. timetoalign-1.0.0/docs/page/.quarto/idx/reference/DiscretePhysicalTimeline.qmd.json +1 -0
  82. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Domain.qmd.json +1 -0
  83. timetoalign-1.0.0/docs/page/.quarto/idx/reference/EepNotesLoader.qmd.json +1 -0
  84. timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventData.qmd.json +1 -0
  85. timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventLoader.qmd.json +1 -0
  86. timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventStore.qmd.json +1 -0
  87. timetoalign-1.0.0/docs/page/.quarto/idx/reference/EventType.qmd.json +1 -0
  88. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Flow.qmd.json +1 -0
  89. timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowControllerBase.qmd.json +1 -0
  90. timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowDiagnostic.qmd.json +1 -0
  91. timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowMap.qmd.json +1 -0
  92. timetoalign-1.0.0/docs/page/.quarto/idx/reference/FlowMapSection.qmd.json +1 -0
  93. timetoalign-1.0.0/docs/page/.quarto/idx/reference/GraphicalLoader.qmd.json +1 -0
  94. timetoalign-1.0.0/docs/page/.quarto/idx/reference/GraphicalTimeline.qmd.json +1 -0
  95. timetoalign-1.0.0/docs/page/.quarto/idx/reference/GroupTimestamp.qmd.json +1 -0
  96. timetoalign-1.0.0/docs/page/.quarto/idx/reference/IIIFManifestLoader.qmd.json +1 -0
  97. timetoalign-1.0.0/docs/page/.quarto/idx/reference/IdCoordinate.qmd.json +1 -0
  98. timetoalign-1.0.0/docs/page/.quarto/idx/reference/IdGenerator.qmd.json +1 -0
  99. timetoalign-1.0.0/docs/page/.quarto/idx/reference/InterpolationMap.qmd.json +1 -0
  100. timetoalign-1.0.0/docs/page/.quarto/idx/reference/IntervalToConstantMap.qmd.json +1 -0
  101. timetoalign-1.0.0/docs/page/.quarto/idx/reference/JsonLoader.qmd.json +1 -0
  102. timetoalign-1.0.0/docs/page/.quarto/idx/reference/LabLoader.qmd.json +1 -0
  103. timetoalign-1.0.0/docs/page/.quarto/idx/reference/LinearMap.qmd.json +1 -0
  104. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ListenHereLoader.qmd.json +1 -0
  105. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Loader.qmd.json +1 -0
  106. timetoalign-1.0.0/docs/page/.quarto/idx/reference/LogicalTimeline.qmd.json +1 -0
  107. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchClaim.qmd.json +1 -0
  108. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchClaimField.qmd.json +1 -0
  109. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchFileContext.qmd.json +1 -0
  110. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchGraph.qmd.json +1 -0
  111. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchLine.qmd.json +1 -0
  112. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchMetadata.qmd.json +1 -0
  113. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchStamp.qmd.json +1 -0
  114. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MatchfileLoader.qmd.json +1 -0
  115. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MeasureMapLoader.qmd.json +1 -0
  116. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MidiLoader.qmd.json +1 -0
  117. timetoalign-1.0.0/docs/page/.quarto/idx/reference/MpmLoader.qmd.json +1 -0
  118. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Ms3Loader.qmd.json +1 -0
  119. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Music21Loader.qmd.json +1 -0
  120. timetoalign-1.0.0/docs/page/.quarto/idx/reference/NoteRecord.qmd.json +1 -0
  121. timetoalign-1.0.0/docs/page/.quarto/idx/reference/NumberType.qmd.json +1 -0
  122. timetoalign-1.0.0/docs/page/.quarto/idx/reference/OptionalCoordinate.qmd.json +1 -0
  123. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ParangonadaLoader.qmd.json +1 -0
  124. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PartituraLoader.qmd.json +1 -0
  125. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PerformanceMidiLoader.qmd.json +1 -0
  126. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PerformancePrecisionLoader.qmd.json +1 -0
  127. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PhysicalTimeline.qmd.json +1 -0
  128. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PiecewiseMap.qmd.json +1 -0
  129. timetoalign-1.0.0/docs/page/.quarto/idx/reference/PlaythroughSection.qmd.json +1 -0
  130. timetoalign-1.0.0/docs/page/.quarto/idx/reference/QuartersToFloatingMeasures.qmd.json +1 -0
  131. timetoalign-1.0.0/docs/page/.quarto/idx/reference/QuartersToMeasureNumber.qmd.json +1 -0
  132. timetoalign-1.0.0/docs/page/.quarto/idx/reference/RepoVizzInfo.qmd.json +1 -0
  133. timetoalign-1.0.0/docs/page/.quarto/idx/reference/RepoVizzLoader.qmd.json +1 -0
  134. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ResolvedCoordinate.qmd.json +1 -0
  135. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScalarMap.qmd.json +1 -0
  136. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScopedId.qmd.json +1 -0
  137. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScoreFlowController.qmd.json +1 -0
  138. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ScoreMidiLoader.qmd.json +1 -0
  139. timetoalign-1.0.0/docs/page/.quarto/idx/reference/SecondsToSamples.qmd.json +1 -0
  140. timetoalign-1.0.0/docs/page/.quarto/idx/reference/SegmentNameGenerator.qmd.json +1 -0
  141. timetoalign-1.0.0/docs/page/.quarto/idx/reference/ShiftMap.qmd.json +1 -0
  142. timetoalign-1.0.0/docs/page/.quarto/idx/reference/SingleStore.qmd.json +1 -0
  143. timetoalign-1.0.0/docs/page/.quarto/idx/reference/SnoteRecord.qmd.json +1 -0
  144. timetoalign-1.0.0/docs/page/.quarto/idx/reference/SoloLoader.qmd.json +1 -0
  145. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TableMap.qmd.json +1 -0
  146. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TabularLoader.qmd.json +1 -0
  147. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TiliaDictStore.qmd.json +1 -0
  148. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TiliaJsonLoader.qmd.json +1 -0
  149. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeIntervalStamp.qmd.json +1 -0
  150. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeStamp.qmd.json +1 -0
  151. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimeUnit.qmd.json +1 -0
  152. timetoalign-1.0.0/docs/page/.quarto/idx/reference/Timeline.qmd.json +1 -0
  153. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimelineGroup.qmd.json +1 -0
  154. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TimelineIdGenerator.qmd.json +1 -0
  155. timetoalign-1.0.0/docs/page/.quarto/idx/reference/TsvLoader.qmd.json +1 -0
  156. timetoalign-1.0.0/docs/page/.quarto/idx/reference/WarpMap.qmd.json +1 -0
  157. timetoalign-1.0.0/docs/page/.quarto/idx/reference/XmlLoader.qmd.json +1 -0
  158. timetoalign-1.0.0/docs/page/.quarto/idx/reference/create_unfolded_timeline.qmd.json +1 -0
  159. timetoalign-1.0.0/docs/page/.quarto/idx/reference/index.qmd.json +1 -0
  160. timetoalign-1.0.0/docs/page/.quarto/idx/reference/load_valid_flows.qmd.json +1 -0
  161. timetoalign-1.0.0/docs/page/.quarto/idx/reference/resolve_coordinate_spec.qmd.json +1 -0
  162. timetoalign-1.0.0/docs/page/.quarto/idx/reference.qmd.json +1 -0
  163. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut00_quickstart.ipynb.json +1 -0
  164. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut01a_timelines_events_maps.ipynb.json +1 -0
  165. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut01b_children_regions_timestamps.ipynb.json +1 -0
  166. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut02_timeline_groups.ipynb.json +1 -0
  167. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut03_alignment_bundles.ipynb.json +1 -0
  168. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut04_flow_and_grids.ipynb.json +1 -0
  169. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut05_datafields_and_eventdata.ipynb.json +1 -0
  170. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials/tut06_pitch_and_harmony.ipynb.json +1 -0
  171. timetoalign-1.0.0/docs/page/.quarto/idx/tutorials.qmd.json +1 -0
  172. timetoalign-1.0.0/docs/page/.quarto/listing/listing-cache.json +10 -0
  173. timetoalign-1.0.0/docs/page/.quarto/project-cache/7283581e76fca84212792c8425d0b1b1 +461 -0
  174. timetoalign-1.0.0/docs/page/.quarto/project-cache/bf5b60f8e59b047f99413e09fb957aba +2 -0
  175. timetoalign-1.0.0/docs/page/.quarto/project-cache/deno-kv-file +0 -0
  176. timetoalign-1.0.0/docs/page/.quarto/xref/00306506 +1 -0
  177. timetoalign-1.0.0/docs/page/.quarto/xref/03e349a2 +1 -0
  178. timetoalign-1.0.0/docs/page/.quarto/xref/0847f65d +1 -0
  179. timetoalign-1.0.0/docs/page/.quarto/xref/0868200c +1 -0
  180. timetoalign-1.0.0/docs/page/.quarto/xref/087b3e6c +1 -0
  181. timetoalign-1.0.0/docs/page/.quarto/xref/0cdddf6c +1 -0
  182. timetoalign-1.0.0/docs/page/.quarto/xref/0e63cc20 +1 -0
  183. timetoalign-1.0.0/docs/page/.quarto/xref/0fa320a1 +1 -0
  184. timetoalign-1.0.0/docs/page/.quarto/xref/1786b50b +1 -0
  185. timetoalign-1.0.0/docs/page/.quarto/xref/1843dab4 +1 -0
  186. timetoalign-1.0.0/docs/page/.quarto/xref/18fd74ea +1 -0
  187. timetoalign-1.0.0/docs/page/.quarto/xref/2122e5d5 +1 -0
  188. timetoalign-1.0.0/docs/page/.quarto/xref/216e7c59 +1 -0
  189. timetoalign-1.0.0/docs/page/.quarto/xref/21ccad4e +1 -0
  190. timetoalign-1.0.0/docs/page/.quarto/xref/22c3e042 +1 -0
  191. timetoalign-1.0.0/docs/page/.quarto/xref/23678151 +1 -0
  192. timetoalign-1.0.0/docs/page/.quarto/xref/24741e85 +1 -0
  193. timetoalign-1.0.0/docs/page/.quarto/xref/26bcabec +1 -0
  194. timetoalign-1.0.0/docs/page/.quarto/xref/28996841 +1 -0
  195. timetoalign-1.0.0/docs/page/.quarto/xref/28c3039a +1 -0
  196. timetoalign-1.0.0/docs/page/.quarto/xref/2ab9dcc6 +1 -0
  197. timetoalign-1.0.0/docs/page/.quarto/xref/2b3a7ee4 +1 -0
  198. timetoalign-1.0.0/docs/page/.quarto/xref/2bd2b656 +1 -0
  199. timetoalign-1.0.0/docs/page/.quarto/xref/2ddf5534 +1 -0
  200. timetoalign-1.0.0/docs/page/.quarto/xref/318cfd30 +1 -0
  201. timetoalign-1.0.0/docs/page/.quarto/xref/31a55fd5 +1 -0
  202. timetoalign-1.0.0/docs/page/.quarto/xref/322c05d7 +1 -0
  203. timetoalign-1.0.0/docs/page/.quarto/xref/3596f67b +1 -0
  204. timetoalign-1.0.0/docs/page/.quarto/xref/36788514 +1 -0
  205. timetoalign-1.0.0/docs/page/.quarto/xref/38c1d4d4 +1 -0
  206. timetoalign-1.0.0/docs/page/.quarto/xref/3b261304 +1 -0
  207. timetoalign-1.0.0/docs/page/.quarto/xref/3bba1326 +1 -0
  208. timetoalign-1.0.0/docs/page/.quarto/xref/3c3a4351 +1 -0
  209. timetoalign-1.0.0/docs/page/.quarto/xref/3d297226 +1 -0
  210. timetoalign-1.0.0/docs/page/.quarto/xref/3f989881 +1 -0
  211. timetoalign-1.0.0/docs/page/.quarto/xref/41921c46 +1 -0
  212. timetoalign-1.0.0/docs/page/.quarto/xref/41ee7fdb +1 -0
  213. timetoalign-1.0.0/docs/page/.quarto/xref/467354e0 +1 -0
  214. timetoalign-1.0.0/docs/page/.quarto/xref/4a9db072 +1 -0
  215. timetoalign-1.0.0/docs/page/.quarto/xref/4c47546d +1 -0
  216. timetoalign-1.0.0/docs/page/.quarto/xref/4c9bf019 +1 -0
  217. timetoalign-1.0.0/docs/page/.quarto/xref/4d690e1a +1 -0
  218. timetoalign-1.0.0/docs/page/.quarto/xref/4f3a4f0c +1 -0
  219. timetoalign-1.0.0/docs/page/.quarto/xref/52bb7d20 +1 -0
  220. timetoalign-1.0.0/docs/page/.quarto/xref/555cc1c8 +1 -0
  221. timetoalign-1.0.0/docs/page/.quarto/xref/55b5051a +1 -0
  222. timetoalign-1.0.0/docs/page/.quarto/xref/5722b6fc +1 -0
  223. timetoalign-1.0.0/docs/page/.quarto/xref/57e38790 +1 -0
  224. timetoalign-1.0.0/docs/page/.quarto/xref/59fdb86f +1 -0
  225. timetoalign-1.0.0/docs/page/.quarto/xref/5c1e6ad3 +1 -0
  226. timetoalign-1.0.0/docs/page/.quarto/xref/5e3dee69 +1 -0
  227. timetoalign-1.0.0/docs/page/.quarto/xref/5e8f7166 +1 -0
  228. timetoalign-1.0.0/docs/page/.quarto/xref/5ee6ea27 +1 -0
  229. timetoalign-1.0.0/docs/page/.quarto/xref/636d195d +1 -0
  230. timetoalign-1.0.0/docs/page/.quarto/xref/63797a6c +1 -0
  231. timetoalign-1.0.0/docs/page/.quarto/xref/647bce0d +1 -0
  232. timetoalign-1.0.0/docs/page/.quarto/xref/66b4f257 +1 -0
  233. timetoalign-1.0.0/docs/page/.quarto/xref/6763106c +1 -0
  234. timetoalign-1.0.0/docs/page/.quarto/xref/67d9c9a3 +1 -0
  235. timetoalign-1.0.0/docs/page/.quarto/xref/6885e098 +1 -0
  236. timetoalign-1.0.0/docs/page/.quarto/xref/6937bfed +1 -0
  237. timetoalign-1.0.0/docs/page/.quarto/xref/6b11b040 +1 -0
  238. timetoalign-1.0.0/docs/page/.quarto/xref/6b9f5bb7 +1 -0
  239. timetoalign-1.0.0/docs/page/.quarto/xref/6d36ef66 +1 -0
  240. timetoalign-1.0.0/docs/page/.quarto/xref/72ad1b70 +1 -0
  241. timetoalign-1.0.0/docs/page/.quarto/xref/7412758a +1 -0
  242. timetoalign-1.0.0/docs/page/.quarto/xref/754acde0 +1 -0
  243. timetoalign-1.0.0/docs/page/.quarto/xref/7784c3c9 +1 -0
  244. timetoalign-1.0.0/docs/page/.quarto/xref/780f8ceb +1 -0
  245. timetoalign-1.0.0/docs/page/.quarto/xref/7861e8f4 +1 -0
  246. timetoalign-1.0.0/docs/page/.quarto/xref/7929536b +1 -0
  247. timetoalign-1.0.0/docs/page/.quarto/xref/7b4b9c76 +1 -0
  248. timetoalign-1.0.0/docs/page/.quarto/xref/7b6bf303 +1 -0
  249. timetoalign-1.0.0/docs/page/.quarto/xref/7db873d3 +1 -0
  250. timetoalign-1.0.0/docs/page/.quarto/xref/81f3c973 +1 -0
  251. timetoalign-1.0.0/docs/page/.quarto/xref/82abcdc8 +1 -0
  252. timetoalign-1.0.0/docs/page/.quarto/xref/83784c6e +1 -0
  253. timetoalign-1.0.0/docs/page/.quarto/xref/847989c8 +1 -0
  254. timetoalign-1.0.0/docs/page/.quarto/xref/84fd7652 +1 -0
  255. timetoalign-1.0.0/docs/page/.quarto/xref/8586712f +1 -0
  256. timetoalign-1.0.0/docs/page/.quarto/xref/85bd77dc +1 -0
  257. timetoalign-1.0.0/docs/page/.quarto/xref/8841f058 +1 -0
  258. timetoalign-1.0.0/docs/page/.quarto/xref/89806983 +1 -0
  259. timetoalign-1.0.0/docs/page/.quarto/xref/8b195e26 +1 -0
  260. timetoalign-1.0.0/docs/page/.quarto/xref/8c344239 +1 -0
  261. timetoalign-1.0.0/docs/page/.quarto/xref/8ddd3b9c +1 -0
  262. timetoalign-1.0.0/docs/page/.quarto/xref/8efeafee +1 -0
  263. timetoalign-1.0.0/docs/page/.quarto/xref/902306b5 +1 -0
  264. timetoalign-1.0.0/docs/page/.quarto/xref/909bed24 +1 -0
  265. timetoalign-1.0.0/docs/page/.quarto/xref/93171a24 +1 -0
  266. timetoalign-1.0.0/docs/page/.quarto/xref/94ee180f +1 -0
  267. timetoalign-1.0.0/docs/page/.quarto/xref/975597e2 +1 -0
  268. timetoalign-1.0.0/docs/page/.quarto/xref/9b6f301c +1 -0
  269. timetoalign-1.0.0/docs/page/.quarto/xref/9e06e8d6 +1 -0
  270. timetoalign-1.0.0/docs/page/.quarto/xref/9f56c38a +1 -0
  271. timetoalign-1.0.0/docs/page/.quarto/xref/INDEX +431 -0
  272. timetoalign-1.0.0/docs/page/.quarto/xref/a06223f5 +1 -0
  273. timetoalign-1.0.0/docs/page/.quarto/xref/a07e9723 +1 -0
  274. timetoalign-1.0.0/docs/page/.quarto/xref/a32941a3 +1 -0
  275. timetoalign-1.0.0/docs/page/.quarto/xref/a383e5fe +1 -0
  276. timetoalign-1.0.0/docs/page/.quarto/xref/a5c49e12 +1 -0
  277. timetoalign-1.0.0/docs/page/.quarto/xref/a6681e42 +1 -0
  278. timetoalign-1.0.0/docs/page/.quarto/xref/a6f5c953 +1 -0
  279. timetoalign-1.0.0/docs/page/.quarto/xref/a7455e72 +1 -0
  280. timetoalign-1.0.0/docs/page/.quarto/xref/aba5b230 +1 -0
  281. timetoalign-1.0.0/docs/page/.quarto/xref/b00f1b07 +1 -0
  282. timetoalign-1.0.0/docs/page/.quarto/xref/b0271bb6 +1 -0
  283. timetoalign-1.0.0/docs/page/.quarto/xref/b1365b68 +1 -0
  284. timetoalign-1.0.0/docs/page/.quarto/xref/b2517c31 +1 -0
  285. timetoalign-1.0.0/docs/page/.quarto/xref/be1ebd77 +1 -0
  286. timetoalign-1.0.0/docs/page/.quarto/xref/c0726fa5 +1 -0
  287. timetoalign-1.0.0/docs/page/.quarto/xref/c2f3ddba +1 -0
  288. timetoalign-1.0.0/docs/page/.quarto/xref/c342ba0e +1 -0
  289. timetoalign-1.0.0/docs/page/.quarto/xref/c36ee3be +1 -0
  290. timetoalign-1.0.0/docs/page/.quarto/xref/c39c8b98 +1 -0
  291. timetoalign-1.0.0/docs/page/.quarto/xref/c3bcbe40 +1 -0
  292. timetoalign-1.0.0/docs/page/.quarto/xref/c8731a5e +1 -0
  293. timetoalign-1.0.0/docs/page/.quarto/xref/c8e88d14 +1 -0
  294. timetoalign-1.0.0/docs/page/.quarto/xref/cc9edbbf +1 -0
  295. timetoalign-1.0.0/docs/page/.quarto/xref/ce8d9a83 +1 -0
  296. timetoalign-1.0.0/docs/page/.quarto/xref/d459da12 +1 -0
  297. timetoalign-1.0.0/docs/page/.quarto/xref/d4a27c10 +1 -0
  298. timetoalign-1.0.0/docs/page/.quarto/xref/d5d77356 +1 -0
  299. timetoalign-1.0.0/docs/page/.quarto/xref/d630df66 +1 -0
  300. timetoalign-1.0.0/docs/page/.quarto/xref/d66f3f99 +1 -0
  301. timetoalign-1.0.0/docs/page/.quarto/xref/d72bf6df +1 -0
  302. timetoalign-1.0.0/docs/page/.quarto/xref/d92852a2 +1 -0
  303. timetoalign-1.0.0/docs/page/.quarto/xref/d941f38f +1 -0
  304. timetoalign-1.0.0/docs/page/.quarto/xref/dbe52a6e +1 -0
  305. timetoalign-1.0.0/docs/page/.quarto/xref/dce1d5cc +1 -0
  306. timetoalign-1.0.0/docs/page/.quarto/xref/dee13a2e +1 -0
  307. timetoalign-1.0.0/docs/page/.quarto/xref/e7169cdb +1 -0
  308. timetoalign-1.0.0/docs/page/.quarto/xref/e7e064fe +1 -0
  309. timetoalign-1.0.0/docs/page/.quarto/xref/e8544540 +1 -0
  310. timetoalign-1.0.0/docs/page/.quarto/xref/e90db11a +1 -0
  311. timetoalign-1.0.0/docs/page/.quarto/xref/e99f9cbc +1 -0
  312. timetoalign-1.0.0/docs/page/.quarto/xref/eb848805 +1 -0
  313. timetoalign-1.0.0/docs/page/.quarto/xref/ee3a6589 +1 -0
  314. timetoalign-1.0.0/docs/page/.quarto/xref/f345a2d7 +1 -0
  315. timetoalign-1.0.0/docs/page/.quarto/xref/f6123cd4 +1 -0
  316. timetoalign-1.0.0/docs/page/.quarto/xref/f73d8aee +1 -0
  317. timetoalign-1.0.0/docs/page/.quarto/xref/f8169fc9 +1 -0
  318. timetoalign-1.0.0/docs/page/.quarto/xref/fa4f052d +1 -0
  319. timetoalign-1.0.0/docs/page/.quarto/xref/ffdf4cd1 +1 -0
  320. timetoalign-1.0.0/docs/page/.sync_state.json +29 -0
  321. timetoalign-1.0.0/docs/page/_quarto.yml +234 -0
  322. timetoalign-1.0.0/docs/page/_site/concepts.html +1341 -0
  323. timetoalign-1.0.0/docs/page/_site/contributing.html +1639 -0
  324. timetoalign-1.0.0/docs/page/_site/glossary.html +929 -0
  325. timetoalign-1.0.0/docs/page/_site/howto/how01_advanced_cmaps.html +1411 -0
  326. timetoalign-1.0.0/docs/page/_site/howto/how01_advanced_timestamps.html +1375 -0
  327. timetoalign-1.0.0/docs/page/_site/howto/how01_beat_grids.html +1742 -0
  328. timetoalign-1.0.0/docs/page/_site/howto/how01_coordinate_math.html +1123 -0
  329. timetoalign-1.0.0/docs/page/_site/howto/how01_graphical_timelines.html +956 -0
  330. timetoalign-1.0.0/docs/page/_site/howto/how01_loading_data.html +1845 -0
  331. timetoalign-1.0.0/docs/page/_site/howto/how01_manual_timeline_construction.html +1084 -0
  332. timetoalign-1.0.0/docs/page/_site/howto/how01_tabular_loaders.html +2407 -0
  333. timetoalign-1.0.0/docs/page/_site/howto/how01_thoresen_annotation_transfer.html +1782 -0
  334. timetoalign-1.0.0/docs/page/_site/howto/how02_supra_piano_roll.html +2643 -0
  335. timetoalign-1.0.0/docs/page/_site/howto/how03_beethoven_multimodal.html +3273 -0
  336. timetoalign-1.0.0/docs/page/_site/howto/how03_create_note_alignment.html +1158 -0
  337. timetoalign-1.0.0/docs/page/_site/howto/how03_loading_vienna_corpus.html +1319 -0
  338. timetoalign-1.0.0/docs/page/_site/howto/how04_hendrix_song_genesis.html +1262 -0
  339. timetoalign-1.0.0/docs/page/_site/howto.html +991 -0
  340. timetoalign-1.0.0/docs/page/_site/index.html +721 -0
  341. timetoalign-1.0.0/docs/page/_site/listings.json +32 -0
  342. timetoalign-1.0.0/docs/page/_site/reference/AlignmentAnchor.html +1049 -0
  343. timetoalign-1.0.0/docs/page/_site/reference/AlignmentBundle.html +1384 -0
  344. timetoalign-1.0.0/docs/page/_site/reference/AudioInfo.html +989 -0
  345. timetoalign-1.0.0/docs/page/_site/reference/AudioLoader.html +1080 -0
  346. timetoalign-1.0.0/docs/page/_site/reference/BeatGrid.html +1274 -0
  347. timetoalign-1.0.0/docs/page/_site/reference/ChainMap.html +1023 -0
  348. timetoalign-1.0.0/docs/page/_site/reference/ClaimFilter.html +1036 -0
  349. timetoalign-1.0.0/docs/page/_site/reference/ContinuousGraphicalTimeline.html +960 -0
  350. timetoalign-1.0.0/docs/page/_site/reference/ContinuousLogicalTimeline.html +960 -0
  351. timetoalign-1.0.0/docs/page/_site/reference/ContinuousPhysicalTimeline.html +1049 -0
  352. timetoalign-1.0.0/docs/page/_site/reference/ConversionMap.html +1080 -0
  353. timetoalign-1.0.0/docs/page/_site/reference/Coordinate.html +1094 -0
  354. timetoalign-1.0.0/docs/page/_site/reference/CoordinateSpec.html +913 -0
  355. timetoalign-1.0.0/docs/page/_site/reference/CoordinateValue.html +913 -0
  356. timetoalign-1.0.0/docs/page/_site/reference/DictStore.html +1002 -0
  357. timetoalign-1.0.0/docs/page/_site/reference/DiscreteGraphicalTimeline.html +960 -0
  358. timetoalign-1.0.0/docs/page/_site/reference/DiscreteLogicalTimeline.html +960 -0
  359. timetoalign-1.0.0/docs/page/_site/reference/DiscretePhysicalTimeline.html +960 -0
  360. timetoalign-1.0.0/docs/page/_site/reference/Domain.html +978 -0
  361. timetoalign-1.0.0/docs/page/_site/reference/EepNotesLoader.html +958 -0
  362. timetoalign-1.0.0/docs/page/_site/reference/EventData.html +1325 -0
  363. timetoalign-1.0.0/docs/page/_site/reference/EventStore.html +1084 -0
  364. timetoalign-1.0.0/docs/page/_site/reference/EventType.html +950 -0
  365. timetoalign-1.0.0/docs/page/_site/reference/GraphicalTimeline.html +960 -0
  366. timetoalign-1.0.0/docs/page/_site/reference/IdCoordinate.html +1036 -0
  367. timetoalign-1.0.0/docs/page/_site/reference/IdGenerator.html +1059 -0
  368. timetoalign-1.0.0/docs/page/_site/reference/LinearMap.html +1057 -0
  369. timetoalign-1.0.0/docs/page/_site/reference/Loader.html +1185 -0
  370. timetoalign-1.0.0/docs/page/_site/reference/LogicalTimeline.html +960 -0
  371. timetoalign-1.0.0/docs/page/_site/reference/MatchClaim.html +1192 -0
  372. timetoalign-1.0.0/docs/page/_site/reference/MatchGraph.html +1204 -0
  373. timetoalign-1.0.0/docs/page/_site/reference/MatchLine.html +1093 -0
  374. timetoalign-1.0.0/docs/page/_site/reference/MatchMetadata.html +1003 -0
  375. timetoalign-1.0.0/docs/page/_site/reference/MatchStamp.html +1067 -0
  376. timetoalign-1.0.0/docs/page/_site/reference/MatchfileLoader.html +1086 -0
  377. timetoalign-1.0.0/docs/page/_site/reference/NumberType.html +997 -0
  378. timetoalign-1.0.0/docs/page/_site/reference/PerfectAlignment.html +1005 -0
  379. timetoalign-1.0.0/docs/page/_site/reference/PhysicalTimeline.html +960 -0
  380. timetoalign-1.0.0/docs/page/_site/reference/PiecewiseMap.html +1023 -0
  381. timetoalign-1.0.0/docs/page/_site/reference/RepoVizzInfo.html +970 -0
  382. timetoalign-1.0.0/docs/page/_site/reference/RepoVizzLoader.html +1206 -0
  383. timetoalign-1.0.0/docs/page/_site/reference/ScalarMap.html +1021 -0
  384. timetoalign-1.0.0/docs/page/_site/reference/ScopedId.html +1043 -0
  385. timetoalign-1.0.0/docs/page/_site/reference/SecondsToSamples.html +1022 -0
  386. timetoalign-1.0.0/docs/page/_site/reference/ShiftMap.html +1025 -0
  387. timetoalign-1.0.0/docs/page/_site/reference/SingleStore.html +1014 -0
  388. timetoalign-1.0.0/docs/page/_site/reference/TableMap.html +1085 -0
  389. timetoalign-1.0.0/docs/page/_site/reference/TiliaDictStore.html +1020 -0
  390. timetoalign-1.0.0/docs/page/_site/reference/TiliaJsonLoader.html +1076 -0
  391. timetoalign-1.0.0/docs/page/_site/reference/TimeUnit.html +1078 -0
  392. timetoalign-1.0.0/docs/page/_site/reference/Timeline.html +2222 -0
  393. timetoalign-1.0.0/docs/page/_site/reference/TimelineGroup.html +1400 -0
  394. timetoalign-1.0.0/docs/page/_site/reference/TimelineIdGenerator.html +1037 -0
  395. timetoalign-1.0.0/docs/page/_site/reference/WarpMap.html +1122 -0
  396. timetoalign-1.0.0/docs/page/_site/reference/index.html +1175 -0
  397. timetoalign-1.0.0/docs/page/_site/reference.html +934 -0
  398. timetoalign-1.0.0/docs/page/_site/search.json +4191 -0
  399. timetoalign-1.0.0/docs/page/_site/site_libs/bootstrap/bootstrap-dd755a99c6cc9ca4e4754bbc744f4c8a.min.css +12 -0
  400. timetoalign-1.0.0/docs/page/_site/tutorials/tut00_quickstart.html +1003 -0
  401. timetoalign-1.0.0/docs/page/_site/tutorials/tut01a_timelines_events_maps.html +974 -0
  402. timetoalign-1.0.0/docs/page/_site/tutorials/tut01b_children_regions_timestamps.html +1093 -0
  403. timetoalign-1.0.0/docs/page/_site/tutorials/tut02_timeline_groups.html +905 -0
  404. timetoalign-1.0.0/docs/page/_site/tutorials/tut03_alignment_bundles.html +831 -0
  405. timetoalign-1.0.0/docs/page/_site/tutorials/tut04_flow_and_grids.html +796 -0
  406. timetoalign-1.0.0/docs/page/_site/tutorials.html +855 -0
  407. timetoalign-1.0.0/docs/page/contributing.qmd +647 -0
  408. timetoalign-1.0.0/docs/page/glossary.qmd +468 -0
  409. timetoalign-1.0.0/docs/page/glossary.yml +319 -0
  410. timetoalign-1.0.0/docs/page/howto/how01_advanced_cmaps.ipynb +1077 -0
  411. timetoalign-1.0.0/docs/page/howto/how01_advanced_timestamps.ipynb +1147 -0
  412. timetoalign-1.0.0/docs/page/howto/how01_beat_grids.ipynb +1523 -0
  413. timetoalign-1.0.0/docs/page/howto/how01_coordinate_math.ipynb +1002 -0
  414. timetoalign-1.0.0/docs/page/howto/how01_graphical_timelines.ipynb +387 -0
  415. timetoalign-1.0.0/docs/page/howto/how01_loading_data.ipynb +1732 -0
  416. timetoalign-1.0.0/docs/page/howto/how01_manual_timeline_construction.ipynb +645 -0
  417. timetoalign-1.0.0/docs/page/howto/how01_tabular_loaders.ipynb +2353 -0
  418. timetoalign-1.0.0/docs/page/howto/how01_thoresen_annotation_transfer.ipynb +1459 -0
  419. timetoalign-1.0.0/docs/page/howto/how02_supra_piano_roll.ipynb +2716 -0
  420. timetoalign-1.0.0/docs/page/howto/how03_beethoven_multimodal.ipynb +4612 -0
  421. timetoalign-1.0.0/docs/page/howto/how03_create_note_alignment.ipynb +792 -0
  422. timetoalign-1.0.0/docs/page/howto/how03_listen_here.ipynb +739 -0
  423. timetoalign-1.0.0/docs/page/howto/how03_loading_vienna_corpus.ipynb +969 -0
  424. timetoalign-1.0.0/docs/page/howto/how03_mpm_toolbox.ipynb +1501 -0
  425. timetoalign-1.0.0/docs/page/howto/how03_parangonada.ipynb +1399 -0
  426. timetoalign-1.0.0/docs/page/howto/how03_performance_precision.ipynb +2144 -0
  427. timetoalign-1.0.0/docs/page/howto/how04_hendrix_song_genesis.ipynb +803 -0
  428. timetoalign-1.0.0/docs/page/howto.qmd +86 -0
  429. timetoalign-1.0.0/docs/page/index.qmd +133 -0
  430. timetoalign-1.0.0/docs/page/notebooks.csv +28 -0
  431. timetoalign-1.0.0/docs/page/objects.json +1 -0
  432. timetoalign-1.0.0/docs/page/reference/AlignmentAnchor.qmd +107 -0
  433. timetoalign-1.0.0/docs/page/reference/AlignmentBundle.qmd +746 -0
  434. timetoalign-1.0.0/docs/page/reference/BeatGrid.qmd +449 -0
  435. timetoalign-1.0.0/docs/page/reference/Coordinate.qmd +35 -0
  436. timetoalign-1.0.0/docs/page/reference/EventData.qmd +531 -0
  437. timetoalign-1.0.0/docs/page/reference/IdCoordinate.qmd +12 -0
  438. timetoalign-1.0.0/docs/page/reference/ListenHereLoader.qmd +143 -0
  439. timetoalign-1.0.0/docs/page/reference/Loader.qmd +327 -0
  440. timetoalign-1.0.0/docs/page/reference/MatchClaim.qmd +348 -0
  441. timetoalign-1.0.0/docs/page/reference/MatchClaimField.qmd +228 -0
  442. timetoalign-1.0.0/docs/page/reference/MatchGraph.qmd +274 -0
  443. timetoalign-1.0.0/docs/page/reference/MatchMetadata.qmd +51 -0
  444. timetoalign-1.0.0/docs/page/reference/MatchfileLoader.qmd +219 -0
  445. timetoalign-1.0.0/docs/page/reference/MpmLoader.qmd +119 -0
  446. timetoalign-1.0.0/docs/page/reference/ParangonadaLoader.qmd +104 -0
  447. timetoalign-1.0.0/docs/page/reference/PerformancePrecisionLoader.qmd +118 -0
  448. timetoalign-1.0.0/docs/page/reference/TiliaJsonLoader.qmd +156 -0
  449. timetoalign-1.0.0/docs/page/reference/TimeUnit.qmd +43 -0
  450. timetoalign-1.0.0/docs/page/reference/Timeline.qmd +2094 -0
  451. timetoalign-1.0.0/docs/page/reference/TimelineGroup.qmd +648 -0
  452. timetoalign-1.0.0/docs/page/reference/_sidebar.yml +74 -0
  453. timetoalign-1.0.0/docs/page/reference/index.qmd +94 -0
  454. timetoalign-1.0.0/docs/page/tutorials/tut00_quickstart.ipynb +564 -0
  455. timetoalign-1.0.0/docs/page/tutorials/tut01a_timelines_events_maps.ipynb +482 -0
  456. timetoalign-1.0.0/docs/page/tutorials/tut01b_children_regions_timestamps.ipynb +649 -0
  457. timetoalign-1.0.0/docs/page/tutorials/tut02_timeline_groups.ipynb +325 -0
  458. timetoalign-1.0.0/docs/page/tutorials/tut03_alignment_bundles.ipynb +325 -0
  459. timetoalign-1.0.0/docs/page/tutorials/tut04_flow_and_grids.ipynb +294 -0
  460. timetoalign-1.0.0/docs/page/tutorials/tut05_datafields_and_eventdata.ipynb +1154 -0
  461. timetoalign-1.0.0/docs/page/tutorials/tut06_pitch_and_harmony.ipynb +834 -0
  462. timetoalign-1.0.0/docs/page/tutorials.qmd +63 -0
  463. timetoalign-1.0.0/docs/tuto-notebooks/tut00_quickstart.py +139 -0
  464. timetoalign-1.0.0/docs/tuto-notebooks/tut01a_timelines_events_maps.py +80 -0
  465. timetoalign-1.0.0/docs/tuto-notebooks/tut01b_children_regions_timestamps.py +72 -0
  466. timetoalign-1.0.0/docs/tuto-notebooks/tut02_timeline_groups.py +90 -0
  467. timetoalign-1.0.0/docs/tuto-notebooks/tut03_alignment_bundles.py +88 -0
  468. timetoalign-1.0.0/docs/tuto-notebooks/tut04_flow_and_grids.py +88 -0
  469. timetoalign-1.0.0/docs/tuto-notebooks/tut05_datafields_and_eventdata.py +379 -0
  470. timetoalign-1.0.0/docs/tuto-notebooks/tut06_pitch_and_harmony.py +337 -0
  471. timetoalign-1.0.0/pyproject.toml +124 -0
  472. timetoalign-1.0.0/tests/README.md +21 -0
  473. timetoalign-1.0.0/tests/alignment/README.md +966 -0
  474. timetoalign-1.0.0/tests/alignment/conftest.py +372 -0
  475. timetoalign-1.0.0/tests/alignment/test_anchors.py +1112 -0
  476. timetoalign-1.0.0/tests/alignment/test_bundle.py +1579 -0
  477. timetoalign-1.0.0/tests/alignment/test_filters.py +338 -0
  478. timetoalign-1.0.0/tests/alignment/test_graph.py +1421 -0
  479. timetoalign-1.0.0/tests/alignment/test_match_claim_field.py +487 -0
  480. timetoalign-1.0.0/tests/alignment/test_matchline.py +810 -0
  481. timetoalign-1.0.0/tests/alignment/test_matchline_save_as.py +804 -0
  482. timetoalign-1.0.0/tests/alignment/test_stamp_query_api.py +1130 -0
  483. timetoalign-1.0.0/tests/alignment/test_supra_integration.py +465 -0
  484. timetoalign-1.0.0/tests/alignment/test_thoresen_poc.py +383 -0
  485. timetoalign-1.0.0/tests/alignment/test_warpmap.py +856 -0
  486. timetoalign-1.0.0/tests/conftest.py +74 -0
  487. timetoalign-1.0.0/tests/core/README.md +558 -0
  488. timetoalign-1.0.0/tests/core/test_bulk_migration_regimes.py +547 -0
  489. timetoalign-1.0.0/tests/core/test_column_builder.py +171 -0
  490. timetoalign-1.0.0/tests/core/test_coordinate_field.py +481 -0
  491. timetoalign-1.0.0/tests/core/test_coordinate_resolution.py +241 -0
  492. timetoalign-1.0.0/tests/core/test_enums.py +267 -0
  493. timetoalign-1.0.0/tests/core/test_eventdata_repr_html.py +69 -0
  494. timetoalign-1.0.0/tests/core/test_events.py +351 -0
  495. timetoalign-1.0.0/tests/core/test_field_repr_html.py +103 -0
  496. timetoalign-1.0.0/tests/core/test_field_scalar_parity.py +823 -0
  497. timetoalign-1.0.0/tests/core/test_fields_base.py +345 -0
  498. timetoalign-1.0.0/tests/core/test_midi_event.py +305 -0
  499. timetoalign-1.0.0/tests/core/test_parquet_metadata.py +340 -0
  500. timetoalign-1.0.0/tests/core/test_pilot_round_trip.py +178 -0
  501. timetoalign-1.0.0/tests/core/test_pydantic_translator.py +189 -0
  502. timetoalign-1.0.0/tests/core/test_real_data_score.py +314 -0
  503. timetoalign-1.0.0/tests/core/test_scalar_repr.py +150 -0
  504. timetoalign-1.0.0/tests/core/test_score_scalars.py +489 -0
  505. timetoalign-1.0.0/tests/core/test_stamp_interface.py +175 -0
  506. timetoalign-1.0.0/tests/core/test_timestamp.py +644 -0
  507. timetoalign-1.0.0/tests/core/test_translator_extensions.py +349 -0
  508. timetoalign-1.0.0/tests/core/test_types.py +671 -0
  509. timetoalign-1.0.0/tests/core/test_wire_format.py +459 -0
  510. timetoalign-1.0.0/tests/display/README.md +329 -0
  511. timetoalign-1.0.0/tests/display/test_ascii.py +1424 -0
  512. timetoalign-1.0.0/tests/display/test_html.py +97 -0
  513. timetoalign-1.0.0/tests/integration/test_beethoven_woo71.py +304 -0
  514. timetoalign-1.0.0/tests/loader/README.md +846 -0
  515. timetoalign-1.0.0/tests/loader/conftest.py +168 -0
  516. timetoalign-1.0.0/tests/loader/format/README.md +79 -0
  517. timetoalign-1.0.0/tests/loader/format/test_json_loader.py +337 -0
  518. timetoalign-1.0.0/tests/loader/format/test_xml_loader.py +511 -0
  519. timetoalign-1.0.0/tests/loader/graphical/test_aton_loader.py +434 -0
  520. timetoalign-1.0.0/tests/loader/midi/README.md +140 -0
  521. timetoalign-1.0.0/tests/loader/midi/test_harmonization.py +129 -0
  522. timetoalign-1.0.0/tests/loader/midi/test_performance.py +152 -0
  523. timetoalign-1.0.0/tests/loader/midi/test_score.py +80 -0
  524. timetoalign-1.0.0/tests/loader/midi/test_store.py +118 -0
  525. timetoalign-1.0.0/tests/loader/physical/README.md +61 -0
  526. timetoalign-1.0.0/tests/loader/physical/test_repovizz_loader.py +413 -0
  527. timetoalign-1.0.0/tests/loader/profile_matchfile.py +238 -0
  528. timetoalign-1.0.0/tests/loader/score/README.md +758 -0
  529. timetoalign-1.0.0/tests/loader/score/conftest.py +429 -0
  530. timetoalign-1.0.0/tests/loader/score/profile.py +79 -0
  531. timetoalign-1.0.0/tests/loader/score/test_cross_validation.py +171 -0
  532. timetoalign-1.0.0/tests/loader/score/test_flow_control_parity.py +858 -0
  533. timetoalign-1.0.0/tests/loader/score/test_flow_csv_validation.py +270 -0
  534. timetoalign-1.0.0/tests/loader/score/test_loaders.py +543 -0
  535. timetoalign-1.0.0/tests/loader/score/test_measuremap_loader.py +388 -0
  536. timetoalign-1.0.0/tests/loader/score/test_score_parsing_matrix.py +913 -0
  537. timetoalign-1.0.0/tests/loader/tabular/PROFILING_REPORT.md +119 -0
  538. timetoalign-1.0.0/tests/loader/tabular/README.md +297 -0
  539. timetoalign-1.0.0/tests/loader/tabular/profile_vectorized.py +316 -0
  540. timetoalign-1.0.0/tests/loader/tabular/test_correctness.py +372 -0
  541. timetoalign-1.0.0/tests/loader/tabular/test_error_handling.py +349 -0
  542. timetoalign-1.0.0/tests/loader/tabular/test_lab_loader.py +326 -0
  543. timetoalign-1.0.0/tests/loader/tabular/test_solo_loader.py +204 -0
  544. timetoalign-1.0.0/tests/loader/tabular/test_struct_columns.py +278 -0
  545. timetoalign-1.0.0/tests/loader/tabular/test_tabular.py +211 -0
  546. timetoalign-1.0.0/tests/loader/tabular/test_vectorized.py +296 -0
  547. timetoalign-1.0.0/tests/loader/test_base_loaders.py +413 -0
  548. timetoalign-1.0.0/tests/loader/test_bundle.py +201 -0
  549. timetoalign-1.0.0/tests/loader/test_error_handling.py +305 -0
  550. timetoalign-1.0.0/tests/loader/test_field_parsers.py +403 -0
  551. timetoalign-1.0.0/tests/loader/test_get_events_properties.py +129 -0
  552. timetoalign-1.0.0/tests/loader/test_interval_policy.py +518 -0
  553. timetoalign-1.0.0/tests/loader/test_listen_here_loader.py +374 -0
  554. timetoalign-1.0.0/tests/loader/test_loader.py +249 -0
  555. timetoalign-1.0.0/tests/loader/test_matchfile_loader.py +1102 -0
  556. timetoalign-1.0.0/tests/loader/test_mixins.py +420 -0
  557. timetoalign-1.0.0/tests/loader/test_mixins_semantic_access.py +479 -0
  558. timetoalign-1.0.0/tests/loader/test_mpm_loader.py +695 -0
  559. timetoalign-1.0.0/tests/loader/test_parangonada_loader.py +508 -0
  560. timetoalign-1.0.0/tests/loader/test_parsing.py +566 -0
  561. timetoalign-1.0.0/tests/loader/test_performance_precision_loader.py +319 -0
  562. timetoalign-1.0.0/tests/loader/test_represent_pitch_once.py +661 -0
  563. timetoalign-1.0.0/tests/loader/test_schema.py +293 -0
  564. timetoalign-1.0.0/tests/loader/test_step2_field_specs.py +290 -0
  565. timetoalign-1.0.0/tests/loader/test_store.py +457 -0
  566. timetoalign-1.0.0/tests/loader/test_tilia_loader.py +395 -0
  567. timetoalign-1.0.0/tests/maps/README.md +245 -0
  568. timetoalign-1.0.0/tests/maps/test_interpolation.py +517 -0
  569. timetoalign-1.0.0/tests/maps/test_interval.py +509 -0
  570. timetoalign-1.0.0/tests/maps/test_linear.py +211 -0
  571. timetoalign-1.0.0/tests/maps/test_meter.py +156 -0
  572. timetoalign-1.0.0/tests/maps/test_periodic.py +327 -0
  573. timetoalign-1.0.0/tests/maps/test_table.py +169 -0
  574. timetoalign-1.0.0/tests/storage/README.md +45 -0
  575. timetoalign-1.0.0/tests/storage/test_events.py +74 -0
  576. timetoalign-1.0.0/tests/testdata/README.md +42 -0
  577. timetoalign-1.0.0/tests/testdata/test_looks_ready.py +88 -0
  578. timetoalign-1.0.0/tests/timelines/README.md +1145 -0
  579. timetoalign-1.0.0/tests/timelines/test_base.py +621 -0
  580. timetoalign-1.0.0/tests/timelines/test_beatgrid.py +1052 -0
  581. timetoalign-1.0.0/tests/timelines/test_coordinate_resolution.py +69 -0
  582. timetoalign-1.0.0/tests/timelines/test_factory.py +535 -0
  583. timetoalign-1.0.0/tests/timelines/test_flow.py +1638 -0
  584. timetoalign-1.0.0/tests/timelines/test_groups.py +1686 -0
  585. timetoalign-1.0.0/tests/timelines/test_integration.py +638 -0
  586. timetoalign-1.0.0/tests/timelines/test_maps_integration.py +166 -0
  587. timetoalign-1.0.0/tests/timelines/test_nesting.py +690 -0
  588. timetoalign-1.0.0/tests/timelines/test_segment_naming.py +177 -0
  589. timetoalign-1.0.0/tests/timelines/test_timeline_relationships.py +2127 -0
  590. timetoalign-1.0.0/tests/timelines/test_timestamps.py +766 -0
  591. timetoalign-1.0.0/tests/timelines/test_types.py +579 -0
  592. timetoalign-1.0.0/tests/timelines/test_unfolding.py +1473 -0
  593. timetoalign-1.0.0/timetoalign/__init__.py +352 -0
  594. timetoalign-1.0.0/timetoalign/alignment/__init__.py +67 -0
  595. timetoalign-1.0.0/timetoalign/alignment/bundle.py +1996 -0
  596. timetoalign-1.0.0/timetoalign/alignment/claims.py +1972 -0
  597. timetoalign-1.0.0/timetoalign/alignment/filters.py +291 -0
  598. timetoalign-1.0.0/timetoalign/alignment/graph.py +1249 -0
  599. timetoalign-1.0.0/timetoalign/alignment/matching.py +382 -0
  600. timetoalign-1.0.0/timetoalign/alignment/matchline.py +350 -0
  601. timetoalign-1.0.0/timetoalign/alignment/warpmap.py +594 -0
  602. timetoalign-1.0.0/timetoalign/core/__init__.py +282 -0
  603. timetoalign-1.0.0/timetoalign/core/enums.py +795 -0
  604. timetoalign-1.0.0/timetoalign/core/events.py +2409 -0
  605. timetoalign-1.0.0/timetoalign/core/fields.py +2615 -0
  606. timetoalign-1.0.0/timetoalign/core/protocols.py +645 -0
  607. timetoalign-1.0.0/timetoalign/core/time.py +1983 -0
  608. timetoalign-1.0.0/timetoalign/core/timestamp.py +1093 -0
  609. timetoalign-1.0.0/timetoalign/display/__init__.py +55 -0
  610. timetoalign-1.0.0/timetoalign/display/ascii.py +1998 -0
  611. timetoalign-1.0.0/timetoalign/display/html.py +106 -0
  612. timetoalign-1.0.0/timetoalign/loader/__init__.py +108 -0
  613. timetoalign-1.0.0/timetoalign/loader/alignment/__init__.py +42 -0
  614. timetoalign-1.0.0/timetoalign/loader/alignment/listen_here.py +518 -0
  615. timetoalign-1.0.0/timetoalign/loader/alignment/matchfile.py +838 -0
  616. timetoalign-1.0.0/timetoalign/loader/alignment/mpm.py +1200 -0
  617. timetoalign-1.0.0/timetoalign/loader/alignment/parangonada.py +795 -0
  618. timetoalign-1.0.0/timetoalign/loader/alignment/performance_precision.py +589 -0
  619. timetoalign-1.0.0/timetoalign/loader/alignment/tilia.py +935 -0
  620. timetoalign-1.0.0/timetoalign/loader/base.py +1364 -0
  621. timetoalign-1.0.0/timetoalign/loader/format/json.py +734 -0
  622. timetoalign-1.0.0/timetoalign/loader/format/xml.py +605 -0
  623. timetoalign-1.0.0/timetoalign/loader/graphical/aton.py +527 -0
  624. timetoalign-1.0.0/timetoalign/loader/graphical/iiif.py +451 -0
  625. timetoalign-1.0.0/timetoalign/loader/graphical/loader.py +321 -0
  626. timetoalign-1.0.0/timetoalign/loader/graphical/paths.py +509 -0
  627. timetoalign-1.0.0/timetoalign/loader/midi/__init__.py +45 -0
  628. timetoalign-1.0.0/timetoalign/loader/midi/base.py +51 -0
  629. timetoalign-1.0.0/timetoalign/loader/midi/events.py +106 -0
  630. timetoalign-1.0.0/timetoalign/loader/midi/performance.py +262 -0
  631. timetoalign-1.0.0/timetoalign/loader/midi/score.py +190 -0
  632. timetoalign-1.0.0/timetoalign/loader/midi/store.py +293 -0
  633. timetoalign-1.0.0/timetoalign/loader/physical/audio.py +639 -0
  634. timetoalign-1.0.0/timetoalign/loader/physical/eep_notes.py +130 -0
  635. timetoalign-1.0.0/timetoalign/loader/physical/repovizz.py +1076 -0
  636. timetoalign-1.0.0/timetoalign/loader/physical/repovizz_catalogue.py +312 -0
  637. timetoalign-1.0.0/timetoalign/loader/physical/repovizz_store.py +128 -0
  638. timetoalign-1.0.0/timetoalign/loader/score/__init__.py +78 -0
  639. timetoalign-1.0.0/timetoalign/loader/score/base.py +196 -0
  640. timetoalign-1.0.0/timetoalign/loader/score/events.py +41 -0
  641. timetoalign-1.0.0/timetoalign/loader/score/measuremap.py +452 -0
  642. timetoalign-1.0.0/timetoalign/loader/score/ms3.py +897 -0
  643. timetoalign-1.0.0/timetoalign/loader/score/music21.py +1009 -0
  644. timetoalign-1.0.0/timetoalign/loader/score/partitura.py +764 -0
  645. timetoalign-1.0.0/timetoalign/loader/score/store.py +496 -0
  646. timetoalign-1.0.0/timetoalign/loader/score/stores/annotations.py +109 -0
  647. timetoalign-1.0.0/timetoalign/loader/score/stores/controls.py +113 -0
  648. timetoalign-1.0.0/timetoalign/loader/score/stores/measures.py +394 -0
  649. timetoalign-1.0.0/timetoalign/loader/score/stores/notes.py +224 -0
  650. timetoalign-1.0.0/timetoalign/loader/tabular/__init__.py +46 -0
  651. timetoalign-1.0.0/timetoalign/loader/tabular/base.py +1330 -0
  652. timetoalign-1.0.0/timetoalign/loader/tabular/csv.py +162 -0
  653. timetoalign-1.0.0/timetoalign/loader/tabular/field_parsers.py +434 -0
  654. timetoalign-1.0.0/timetoalign/loader/tabular/solo.py +152 -0
  655. timetoalign-1.0.0/timetoalign/maps/base.py +419 -0
  656. timetoalign-1.0.0/timetoalign/maps/combination.py +229 -0
  657. timetoalign-1.0.0/timetoalign/maps/composite.py +389 -0
  658. timetoalign-1.0.0/timetoalign/maps/constant.py +160 -0
  659. timetoalign-1.0.0/timetoalign/maps/convenience.py +278 -0
  660. timetoalign-1.0.0/timetoalign/maps/interpolation.py +380 -0
  661. timetoalign-1.0.0/timetoalign/maps/interval.py +691 -0
  662. timetoalign-1.0.0/timetoalign/maps/linear.py +380 -0
  663. timetoalign-1.0.0/timetoalign/maps/meter.py +724 -0
  664. timetoalign-1.0.0/timetoalign/maps/periodic.py +344 -0
  665. timetoalign-1.0.0/timetoalign/maps/table.py +424 -0
  666. timetoalign-1.0.0/timetoalign/storage/__init__.py +18 -0
  667. timetoalign-1.0.0/timetoalign/storage/events.py +1897 -0
  668. timetoalign-1.0.0/timetoalign/storage/mixins.py +1241 -0
  669. timetoalign-1.0.0/timetoalign/storage/parsing.py +614 -0
  670. timetoalign-1.0.0/timetoalign/storage/schema.py +757 -0
  671. timetoalign-1.0.0/timetoalign/storage/store.py +855 -0
  672. timetoalign-1.0.0/timetoalign/testdata/__init__.py +302 -0
  673. timetoalign-1.0.0/timetoalign/timelines/__init__.py +155 -0
  674. timetoalign-1.0.0/timetoalign/timelines/base.py +1000 -0
  675. timetoalign-1.0.0/timetoalign/timelines/beatgrid.py +951 -0
  676. timetoalign-1.0.0/timetoalign/timelines/engines/__init__.py +19 -0
  677. timetoalign-1.0.0/timetoalign/timelines/engines/children.py +853 -0
  678. timetoalign-1.0.0/timetoalign/timelines/engines/conversion.py +514 -0
  679. timetoalign-1.0.0/timetoalign/timelines/engines/events.py +417 -0
  680. timetoalign-1.0.0/timetoalign/timelines/engines/regions.py +568 -0
  681. timetoalign-1.0.0/timetoalign/timelines/engines/segments.py +462 -0
  682. timetoalign-1.0.0/timetoalign/timelines/engines/tabular.py +1026 -0
  683. timetoalign-1.0.0/timetoalign/timelines/factory.py +502 -0
  684. timetoalign-1.0.0/timetoalign/timelines/flow/__init__.py +55 -0
  685. timetoalign-1.0.0/timetoalign/timelines/flow/controller.py +2361 -0
  686. timetoalign-1.0.0/timetoalign/timelines/flow/flowmap.py +286 -0
  687. timetoalign-1.0.0/timetoalign/timelines/flow/measures.py +434 -0
  688. timetoalign-1.0.0/timetoalign/timelines/flow/naming.py +114 -0
  689. timetoalign-1.0.0/timetoalign/timelines/flow/sections.py +822 -0
  690. timetoalign-1.0.0/timetoalign/timelines/flow/unfolding.py +317 -0
  691. timetoalign-1.0.0/timetoalign/timelines/flowcontrol.py +434 -0
  692. timetoalign-1.0.0/timetoalign/timelines/groups.py +2078 -0
  693. timetoalign-1.0.0/timetoalign/timelines/types.py +1521 -0
  694. timetoalign-0.2.0/.git +0 -1
  695. timetoalign-0.2.0/.gitignore +0 -24
  696. timetoalign-0.2.0/.isort.cfg +0 -2
  697. timetoalign-0.2.0/CHANGELOG.md +0 -51
  698. timetoalign-0.2.0/PKG-INFO +0 -420
  699. timetoalign-0.2.0/README.md +0 -264
  700. timetoalign-0.2.0/docs/howto-notebooks/how01_advanced_cmaps.py +0 -217
  701. timetoalign-0.2.0/docs/howto-notebooks/how01_advanced_timestamps.py +0 -167
  702. timetoalign-0.2.0/docs/howto-notebooks/how01_beat_grids.py +0 -583
  703. timetoalign-0.2.0/docs/howto-notebooks/how01_coordinate_math.py +0 -153
  704. timetoalign-0.2.0/docs/howto-notebooks/how01_flow_control.py +0 -481
  705. timetoalign-0.2.0/docs/howto-notebooks/how01_graphical_timelines.py +0 -207
  706. timetoalign-0.2.0/docs/howto-notebooks/how01_loading_data.py +0 -332
  707. timetoalign-0.2.0/docs/howto-notebooks/how01_manual_timeline_construction.py +0 -201
  708. timetoalign-0.2.0/docs/howto-notebooks/how01_tabular_loaders.py +0 -464
  709. timetoalign-0.2.0/docs/howto-notebooks/how01_thoresen_annotation_transfer.py +0 -613
  710. timetoalign-0.2.0/docs/howto-notebooks/how02_supra_piano_roll.py +0 -683
  711. timetoalign-0.2.0/docs/howto-notebooks/how03_beethoven_multimodal.py +0 -994
  712. timetoalign-0.2.0/docs/howto-notebooks/how03_create_note_alignment.py +0 -281
  713. timetoalign-0.2.0/docs/howto-notebooks/how03_loading_vienna_corpus.py +0 -309
  714. timetoalign-0.2.0/docs/howto-notebooks/how04_hendrix_song_genesis.py +0 -267
  715. timetoalign-0.2.0/docs/howto-notebooks/how04_load_anything.py +0 -1106
  716. timetoalign-0.2.0/docs/howto-notebooks/outputs/ao_c/303/251u_beats.csv +0 -745
  717. timetoalign-0.2.0/docs/howto-notebooks/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
  718. timetoalign-0.2.0/docs/howto-notebooks/outputs/bass_kick_beats.csv +0 -617
  719. timetoalign-0.2.0/docs/howto-notebooks/outputs/bass_kick_beats_tilia.csv +0 -617
  720. timetoalign-0.2.0/docs/howto-notebooks/outputs/bye_bye_beats.csv +0 -785
  721. timetoalign-0.2.0/docs/howto-notebooks/outputs/bye_bye_beats_tilia.csv +0 -785
  722. timetoalign-0.2.0/docs/page/.sync_state.json +0 -34
  723. timetoalign-0.2.0/docs/page/_quarto.yml +0 -208
  724. timetoalign-0.2.0/docs/page/_site/concepts.html +0 -1341
  725. timetoalign-0.2.0/docs/page/_site/glossary.html +0 -929
  726. timetoalign-0.2.0/docs/page/_site/howto/how01_advanced_cmaps.html +0 -1411
  727. timetoalign-0.2.0/docs/page/_site/howto/how01_advanced_timestamps.html +0 -1375
  728. timetoalign-0.2.0/docs/page/_site/howto/how01_beat_grids.html +0 -1745
  729. timetoalign-0.2.0/docs/page/_site/howto/how01_coordinate_math.html +0 -1123
  730. timetoalign-0.2.0/docs/page/_site/howto/how01_graphical_timelines.html +0 -956
  731. timetoalign-0.2.0/docs/page/_site/howto/how01_loading_data.html +0 -1849
  732. timetoalign-0.2.0/docs/page/_site/howto/how01_manual_timeline_construction.html +0 -1084
  733. timetoalign-0.2.0/docs/page/_site/howto/how01_tabular_loaders.html +0 -2410
  734. timetoalign-0.2.0/docs/page/_site/howto/how01_thoresen_annotation_transfer.html +0 -1789
  735. timetoalign-0.2.0/docs/page/_site/howto/how02_supra_piano_roll.html +0 -2645
  736. timetoalign-0.2.0/docs/page/_site/howto/how03_beethoven_multimodal.html +0 -3279
  737. timetoalign-0.2.0/docs/page/_site/howto/how03_create_note_alignment.html +0 -1165
  738. timetoalign-0.2.0/docs/page/_site/howto/how03_loading_vienna_corpus.html +0 -1318
  739. timetoalign-0.2.0/docs/page/_site/howto/how04_hendrix_song_genesis.html +0 -1264
  740. timetoalign-0.2.0/docs/page/_site/howto.html +0 -991
  741. timetoalign-0.2.0/docs/page/_site/index.html +0 -721
  742. timetoalign-0.2.0/docs/page/_site/listings.json +0 -32
  743. timetoalign-0.2.0/docs/page/_site/reference/AlignmentAnchor.html +0 -1049
  744. timetoalign-0.2.0/docs/page/_site/reference/AlignmentBundle.html +0 -1384
  745. timetoalign-0.2.0/docs/page/_site/reference/AudioInfo.html +0 -989
  746. timetoalign-0.2.0/docs/page/_site/reference/AudioLoader.html +0 -1080
  747. timetoalign-0.2.0/docs/page/_site/reference/BeatGrid.html +0 -1274
  748. timetoalign-0.2.0/docs/page/_site/reference/ChainMap.html +0 -1023
  749. timetoalign-0.2.0/docs/page/_site/reference/ClaimFilter.html +0 -1036
  750. timetoalign-0.2.0/docs/page/_site/reference/ContinuousGraphicalTimeline.html +0 -960
  751. timetoalign-0.2.0/docs/page/_site/reference/ContinuousLogicalTimeline.html +0 -960
  752. timetoalign-0.2.0/docs/page/_site/reference/ContinuousPhysicalTimeline.html +0 -1049
  753. timetoalign-0.2.0/docs/page/_site/reference/ConversionMap.html +0 -1080
  754. timetoalign-0.2.0/docs/page/_site/reference/Coordinate.html +0 -1094
  755. timetoalign-0.2.0/docs/page/_site/reference/CoordinateSpec.html +0 -913
  756. timetoalign-0.2.0/docs/page/_site/reference/CoordinateValue.html +0 -913
  757. timetoalign-0.2.0/docs/page/_site/reference/DictStore.html +0 -1002
  758. timetoalign-0.2.0/docs/page/_site/reference/DiscreteGraphicalTimeline.html +0 -960
  759. timetoalign-0.2.0/docs/page/_site/reference/DiscreteLogicalTimeline.html +0 -960
  760. timetoalign-0.2.0/docs/page/_site/reference/DiscretePhysicalTimeline.html +0 -960
  761. timetoalign-0.2.0/docs/page/_site/reference/Domain.html +0 -978
  762. timetoalign-0.2.0/docs/page/_site/reference/EepNotesLoader.html +0 -958
  763. timetoalign-0.2.0/docs/page/_site/reference/EventData.html +0 -1325
  764. timetoalign-0.2.0/docs/page/_site/reference/EventStore.html +0 -1084
  765. timetoalign-0.2.0/docs/page/_site/reference/EventType.html +0 -950
  766. timetoalign-0.2.0/docs/page/_site/reference/GraphicalTimeline.html +0 -960
  767. timetoalign-0.2.0/docs/page/_site/reference/IdCoordinate.html +0 -1036
  768. timetoalign-0.2.0/docs/page/_site/reference/IdGenerator.html +0 -1059
  769. timetoalign-0.2.0/docs/page/_site/reference/LinearMap.html +0 -1057
  770. timetoalign-0.2.0/docs/page/_site/reference/Loader.html +0 -1185
  771. timetoalign-0.2.0/docs/page/_site/reference/LogicalTimeline.html +0 -960
  772. timetoalign-0.2.0/docs/page/_site/reference/MatchClaim.html +0 -1192
  773. timetoalign-0.2.0/docs/page/_site/reference/MatchGraph.html +0 -1204
  774. timetoalign-0.2.0/docs/page/_site/reference/MatchLine.html +0 -1093
  775. timetoalign-0.2.0/docs/page/_site/reference/MatchMetadata.html +0 -1003
  776. timetoalign-0.2.0/docs/page/_site/reference/MatchStamp.html +0 -1067
  777. timetoalign-0.2.0/docs/page/_site/reference/MatchfileLoader.html +0 -1086
  778. timetoalign-0.2.0/docs/page/_site/reference/NumberType.html +0 -997
  779. timetoalign-0.2.0/docs/page/_site/reference/PerfectAlignment.html +0 -1005
  780. timetoalign-0.2.0/docs/page/_site/reference/PhysicalTimeline.html +0 -960
  781. timetoalign-0.2.0/docs/page/_site/reference/PiecewiseMap.html +0 -1023
  782. timetoalign-0.2.0/docs/page/_site/reference/RepoVizzInfo.html +0 -970
  783. timetoalign-0.2.0/docs/page/_site/reference/RepoVizzLoader.html +0 -1206
  784. timetoalign-0.2.0/docs/page/_site/reference/ScalarMap.html +0 -1021
  785. timetoalign-0.2.0/docs/page/_site/reference/ScopedId.html +0 -1043
  786. timetoalign-0.2.0/docs/page/_site/reference/SecondsToSamples.html +0 -1022
  787. timetoalign-0.2.0/docs/page/_site/reference/ShiftMap.html +0 -1025
  788. timetoalign-0.2.0/docs/page/_site/reference/SingleStore.html +0 -1014
  789. timetoalign-0.2.0/docs/page/_site/reference/TableMap.html +0 -1085
  790. timetoalign-0.2.0/docs/page/_site/reference/TiliaDictStore.html +0 -1020
  791. timetoalign-0.2.0/docs/page/_site/reference/TiliaJsonLoader.html +0 -1076
  792. timetoalign-0.2.0/docs/page/_site/reference/TimeUnit.html +0 -1078
  793. timetoalign-0.2.0/docs/page/_site/reference/Timeline.html +0 -2222
  794. timetoalign-0.2.0/docs/page/_site/reference/TimelineGroup.html +0 -1400
  795. timetoalign-0.2.0/docs/page/_site/reference/TimelineIdGenerator.html +0 -1037
  796. timetoalign-0.2.0/docs/page/_site/reference/WarpMap.html +0 -1122
  797. timetoalign-0.2.0/docs/page/_site/reference/index.html +0 -1175
  798. timetoalign-0.2.0/docs/page/_site/reference.html +0 -934
  799. timetoalign-0.2.0/docs/page/_site/search.json +0 -4070
  800. timetoalign-0.2.0/docs/page/_site/site_libs/bootstrap/bootstrap-a0f9fd0d421825b736dc1bbcbcba2219.min.css +0 -12
  801. timetoalign-0.2.0/docs/page/_site/tutorials/tut00_quickstart.html +0 -991
  802. timetoalign-0.2.0/docs/page/_site/tutorials/tut01a_timelines_events_maps.html +0 -973
  803. timetoalign-0.2.0/docs/page/_site/tutorials/tut01b_children_regions_timestamps.html +0 -1080
  804. timetoalign-0.2.0/docs/page/_site/tutorials/tut02_timeline_groups.html +0 -905
  805. timetoalign-0.2.0/docs/page/_site/tutorials/tut03_alignment_bundles.html +0 -827
  806. timetoalign-0.2.0/docs/page/_site/tutorials/tut04_flow_and_grids.html +0 -796
  807. timetoalign-0.2.0/docs/page/_site/tutorials.html +0 -855
  808. timetoalign-0.2.0/docs/page/glossary.qmd +0 -373
  809. timetoalign-0.2.0/docs/page/glossary.yml +0 -240
  810. timetoalign-0.2.0/docs/page/howto/how01_advanced_cmaps.ipynb +0 -1077
  811. timetoalign-0.2.0/docs/page/howto/how01_advanced_timestamps.ipynb +0 -1147
  812. timetoalign-0.2.0/docs/page/howto/how01_beat_grids.ipynb +0 -1526
  813. timetoalign-0.2.0/docs/page/howto/how01_coordinate_math.ipynb +0 -680
  814. timetoalign-0.2.0/docs/page/howto/how01_graphical_timelines.ipynb +0 -387
  815. timetoalign-0.2.0/docs/page/howto/how01_loading_data.ipynb +0 -1735
  816. timetoalign-0.2.0/docs/page/howto/how01_manual_timeline_construction.ipynb +0 -645
  817. timetoalign-0.2.0/docs/page/howto/how01_tabular_loaders.ipynb +0 -2507
  818. timetoalign-0.2.0/docs/page/howto/how01_thoresen_annotation_transfer.ipynb +0 -1466
  819. timetoalign-0.2.0/docs/page/howto/how02_supra_piano_roll.ipynb +0 -2718
  820. timetoalign-0.2.0/docs/page/howto/how03_beethoven_multimodal.ipynb +0 -4702
  821. timetoalign-0.2.0/docs/page/howto/how03_create_note_alignment.ipynb +0 -799
  822. timetoalign-0.2.0/docs/page/howto/how03_loading_vienna_corpus.ipynb +0 -1036
  823. timetoalign-0.2.0/docs/page/howto/how04_hendrix_song_genesis.ipynb +0 -799
  824. timetoalign-0.2.0/docs/page/howto.qmd +0 -70
  825. timetoalign-0.2.0/docs/page/index.qmd +0 -126
  826. timetoalign-0.2.0/docs/page/notebooks.csv +0 -21
  827. timetoalign-0.2.0/docs/page/objects.json +0 -1
  828. timetoalign-0.2.0/docs/page/reference/AlignmentAnchor.qmd +0 -107
  829. timetoalign-0.2.0/docs/page/reference/AlignmentBundle.qmd +0 -683
  830. timetoalign-0.2.0/docs/page/reference/BeatGrid.qmd +0 -449
  831. timetoalign-0.2.0/docs/page/reference/Coordinate.qmd +0 -144
  832. timetoalign-0.2.0/docs/page/reference/EventData.qmd +0 -508
  833. timetoalign-0.2.0/docs/page/reference/IdCoordinate.qmd +0 -102
  834. timetoalign-0.2.0/docs/page/reference/Loader.qmd +0 -297
  835. timetoalign-0.2.0/docs/page/reference/MatchClaim.qmd +0 -321
  836. timetoalign-0.2.0/docs/page/reference/MatchGraph.qmd +0 -314
  837. timetoalign-0.2.0/docs/page/reference/MatchMetadata.qmd +0 -63
  838. timetoalign-0.2.0/docs/page/reference/MatchfileLoader.qmd +0 -218
  839. timetoalign-0.2.0/docs/page/reference/PerfectAlignment.qmd +0 -71
  840. timetoalign-0.2.0/docs/page/reference/TiliaJsonLoader.qmd +0 -156
  841. timetoalign-0.2.0/docs/page/reference/TimeUnit.qmd +0 -43
  842. timetoalign-0.2.0/docs/page/reference/Timeline.qmd +0 -2094
  843. timetoalign-0.2.0/docs/page/reference/TimelineGroup.qmd +0 -725
  844. timetoalign-0.2.0/docs/page/reference/_sidebar.yml +0 -70
  845. timetoalign-0.2.0/docs/page/reference/index.qmd +0 -90
  846. timetoalign-0.2.0/docs/page/tutorials/tut00_quickstart.ipynb +0 -531
  847. timetoalign-0.2.0/docs/page/tutorials/tut01a_timelines_events_maps.ipynb +0 -481
  848. timetoalign-0.2.0/docs/page/tutorials/tut01b_children_regions_timestamps.ipynb +0 -636
  849. timetoalign-0.2.0/docs/page/tutorials/tut02_timeline_groups.ipynb +0 -325
  850. timetoalign-0.2.0/docs/page/tutorials/tut03_alignment_bundles.ipynb +0 -316
  851. timetoalign-0.2.0/docs/page/tutorials/tut04_flow_and_grids.ipynb +0 -293
  852. timetoalign-0.2.0/docs/page/tutorials.qmd +0 -54
  853. timetoalign-0.2.0/docs/tuto-notebooks/outputs/ao_c/303/251u_beats.csv +0 -745
  854. timetoalign-0.2.0/docs/tuto-notebooks/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
  855. timetoalign-0.2.0/docs/tuto-notebooks/outputs/bass_kick_beats.csv +0 -617
  856. timetoalign-0.2.0/docs/tuto-notebooks/outputs/bass_kick_beats_tilia.csv +0 -617
  857. timetoalign-0.2.0/docs/tuto-notebooks/outputs/bye_bye_beats.csv +0 -785
  858. timetoalign-0.2.0/docs/tuto-notebooks/outputs/bye_bye_beats_tilia.csv +0 -785
  859. timetoalign-0.2.0/docs/tuto-notebooks/tut00_quickstart.py +0 -140
  860. timetoalign-0.2.0/docs/tuto-notebooks/tut01a_timelines_events_maps.py +0 -80
  861. timetoalign-0.2.0/docs/tuto-notebooks/tut01b_children_regions_timestamps.py +0 -72
  862. timetoalign-0.2.0/docs/tuto-notebooks/tut02_timeline_groups.py +0 -90
  863. timetoalign-0.2.0/docs/tuto-notebooks/tut03_alignment_bundles.py +0 -75
  864. timetoalign-0.2.0/docs/tuto-notebooks/tut04_flow_and_grids.py +0 -88
  865. timetoalign-0.2.0/outputs/ao_c/303/251u_beats.csv +0 -745
  866. timetoalign-0.2.0/outputs/ao_c/303/251u_beats_tilia.csv +0 -745
  867. timetoalign-0.2.0/outputs/bass_kick_beats.csv +0 -617
  868. timetoalign-0.2.0/outputs/bass_kick_beats_tilia.csv +0 -617
  869. timetoalign-0.2.0/outputs/bye_bye_beats.csv +0 -785
  870. timetoalign-0.2.0/outputs/bye_bye_beats_tilia.csv +0 -785
  871. timetoalign-0.2.0/pyproject.toml +0 -122
  872. timetoalign-0.2.0/tests/alignment/README.md +0 -738
  873. timetoalign-0.2.0/tests/alignment/conftest.py +0 -365
  874. timetoalign-0.2.0/tests/alignment/test_anchors.py +0 -901
  875. timetoalign-0.2.0/tests/alignment/test_bundle.py +0 -1065
  876. timetoalign-0.2.0/tests/alignment/test_filters.py +0 -331
  877. timetoalign-0.2.0/tests/alignment/test_graph.py +0 -1307
  878. timetoalign-0.2.0/tests/alignment/test_groups.py +0 -1403
  879. timetoalign-0.2.0/tests/alignment/test_matchline.py +0 -806
  880. timetoalign-0.2.0/tests/alignment/test_matchline_save_as.py +0 -801
  881. timetoalign-0.2.0/tests/alignment/test_stamp_query_api.py +0 -1055
  882. timetoalign-0.2.0/tests/alignment/test_supra_integration.py +0 -446
  883. timetoalign-0.2.0/tests/alignment/test_thoresen_poc.py +0 -382
  884. timetoalign-0.2.0/tests/alignment/test_warpmap.py +0 -853
  885. timetoalign-0.2.0/tests/conftest.py +0 -47
  886. timetoalign-0.2.0/tests/core/README.md +0 -262
  887. timetoalign-0.2.0/tests/core/test_enums.py +0 -267
  888. timetoalign-0.2.0/tests/core/test_timestamp.py +0 -620
  889. timetoalign-0.2.0/tests/core/test_types.py +0 -494
  890. timetoalign-0.2.0/tests/display/README.md +0 -247
  891. timetoalign-0.2.0/tests/display/test_ascii.py +0 -1337
  892. timetoalign-0.2.0/tests/integration/test_beethoven_woo71.py +0 -304
  893. timetoalign-0.2.0/tests/loader/conftest.py +0 -175
  894. timetoalign-0.2.0/tests/loader/format/README.md +0 -79
  895. timetoalign-0.2.0/tests/loader/format/test_json_loader.py +0 -337
  896. timetoalign-0.2.0/tests/loader/format/test_xml_loader.py +0 -511
  897. timetoalign-0.2.0/tests/loader/graphical/test_aton_loader.py +0 -432
  898. timetoalign-0.2.0/tests/loader/midi/README.md +0 -101
  899. timetoalign-0.2.0/tests/loader/midi/test_harmonization.py +0 -128
  900. timetoalign-0.2.0/tests/loader/midi/test_performance.py +0 -73
  901. timetoalign-0.2.0/tests/loader/midi/test_score.py +0 -47
  902. timetoalign-0.2.0/tests/loader/midi/test_store.py +0 -59
  903. timetoalign-0.2.0/tests/loader/paths/README.md +0 -77
  904. timetoalign-0.2.0/tests/loader/paths/__init__.py +0 -1
  905. timetoalign-0.2.0/tests/loader/paths/test_paths.py +0 -344
  906. timetoalign-0.2.0/tests/loader/physical/README.md +0 -61
  907. timetoalign-0.2.0/tests/loader/physical/test_repovizz_loader.py +0 -402
  908. timetoalign-0.2.0/tests/loader/profile_matchfile.py +0 -238
  909. timetoalign-0.2.0/tests/loader/score/README.md +0 -730
  910. timetoalign-0.2.0/tests/loader/score/conftest.py +0 -429
  911. timetoalign-0.2.0/tests/loader/score/profile.py +0 -79
  912. timetoalign-0.2.0/tests/loader/score/test_cross_validation.py +0 -147
  913. timetoalign-0.2.0/tests/loader/score/test_flow_control_parity.py +0 -858
  914. timetoalign-0.2.0/tests/loader/score/test_flow_csv_validation.py +0 -269
  915. timetoalign-0.2.0/tests/loader/score/test_loaders.py +0 -520
  916. timetoalign-0.2.0/tests/loader/score/test_measuremap_loader.py +0 -388
  917. timetoalign-0.2.0/tests/loader/score/test_score_parsing_matrix.py +0 -788
  918. timetoalign-0.2.0/tests/loader/tabular/PROFILING_REPORT.md +0 -119
  919. timetoalign-0.2.0/tests/loader/tabular/README.md +0 -272
  920. timetoalign-0.2.0/tests/loader/tabular/profile_vectorized.py +0 -315
  921. timetoalign-0.2.0/tests/loader/tabular/test_correctness.py +0 -356
  922. timetoalign-0.2.0/tests/loader/tabular/test_error_handling.py +0 -335
  923. timetoalign-0.2.0/tests/loader/tabular/test_lab_loader.py +0 -325
  924. timetoalign-0.2.0/tests/loader/tabular/test_struct_columns.py +0 -437
  925. timetoalign-0.2.0/tests/loader/tabular/test_table_schema.py +0 -499
  926. timetoalign-0.2.0/tests/loader/tabular/test_tabular.py +0 -211
  927. timetoalign-0.2.0/tests/loader/tabular/test_vectorized.py +0 -296
  928. timetoalign-0.2.0/tests/loader/test_base_loaders.py +0 -403
  929. timetoalign-0.2.0/tests/loader/test_bundle.py +0 -201
  930. timetoalign-0.2.0/tests/loader/test_error_handling.py +0 -302
  931. timetoalign-0.2.0/tests/loader/test_interval_policy.py +0 -448
  932. timetoalign-0.2.0/tests/loader/test_loader.py +0 -249
  933. timetoalign-0.2.0/tests/loader/test_matchfile_loader.py +0 -1084
  934. timetoalign-0.2.0/tests/loader/test_parsing.py +0 -566
  935. timetoalign-0.2.0/tests/loader/test_schema.py +0 -293
  936. timetoalign-0.2.0/tests/loader/test_store.py +0 -457
  937. timetoalign-0.2.0/tests/loader/test_tilia_loader.py +0 -385
  938. timetoalign-0.2.0/tests/maps/README.md +0 -132
  939. timetoalign-0.2.0/tests/maps/test_interpolation.py +0 -313
  940. timetoalign-0.2.0/tests/maps/test_interval.py +0 -507
  941. timetoalign-0.2.0/tests/maps/test_linear.py +0 -211
  942. timetoalign-0.2.0/tests/maps/test_periodic.py +0 -327
  943. timetoalign-0.2.0/tests/maps/test_table.py +0 -168
  944. timetoalign-0.2.0/tests/timelines/README.md +0 -875
  945. timetoalign-0.2.0/tests/timelines/README_unfolding.md +0 -347
  946. timetoalign-0.2.0/tests/timelines/test_base.py +0 -617
  947. timetoalign-0.2.0/tests/timelines/test_beatgrid.py +0 -901
  948. timetoalign-0.2.0/tests/timelines/test_factory.py +0 -535
  949. timetoalign-0.2.0/tests/timelines/test_flow.py +0 -1552
  950. timetoalign-0.2.0/tests/timelines/test_integration.py +0 -638
  951. timetoalign-0.2.0/tests/timelines/test_maps_integration.py +0 -94
  952. timetoalign-0.2.0/tests/timelines/test_nesting.py +0 -649
  953. timetoalign-0.2.0/tests/timelines/test_timeline_relationships.py +0 -2362
  954. timetoalign-0.2.0/tests/timelines/test_timestamps.py +0 -773
  955. timetoalign-0.2.0/tests/timelines/test_types.py +0 -562
  956. timetoalign-0.2.0/tests/timelines/test_unfolding.py +0 -1358
  957. timetoalign-0.2.0/timetoalign/__init__.py +0 -275
  958. timetoalign-0.2.0/timetoalign/alignment/__init__.py +0 -65
  959. timetoalign-0.2.0/timetoalign/alignment/anchors.py +0 -1095
  960. timetoalign-0.2.0/timetoalign/alignment/bundle.py +0 -1715
  961. timetoalign-0.2.0/timetoalign/alignment/filters.py +0 -296
  962. timetoalign-0.2.0/timetoalign/alignment/graph.py +0 -1055
  963. timetoalign-0.2.0/timetoalign/alignment/groups.py +0 -2258
  964. timetoalign-0.2.0/timetoalign/alignment/matching.py +0 -365
  965. timetoalign-0.2.0/timetoalign/alignment/matchline.py +0 -332
  966. timetoalign-0.2.0/timetoalign/alignment/warpmap.py +0 -580
  967. timetoalign-0.2.0/timetoalign/core/__init__.py +0 -65
  968. timetoalign-0.2.0/timetoalign/core/enums.py +0 -589
  969. timetoalign-0.2.0/timetoalign/core/timestamp.py +0 -992
  970. timetoalign-0.2.0/timetoalign/core/types.py +0 -493
  971. timetoalign-0.2.0/timetoalign/display/__init__.py +0 -51
  972. timetoalign-0.2.0/timetoalign/display/ascii.py +0 -1796
  973. timetoalign-0.2.0/timetoalign/loader/__init__.py +0 -174
  974. timetoalign-0.2.0/timetoalign/loader/alignment/__init__.py +0 -24
  975. timetoalign-0.2.0/timetoalign/loader/alignment/matchfile.py +0 -814
  976. timetoalign-0.2.0/timetoalign/loader/alignment/tilia.py +0 -927
  977. timetoalign-0.2.0/timetoalign/loader/base.py +0 -1249
  978. timetoalign-0.2.0/timetoalign/loader/events.py +0 -1585
  979. timetoalign-0.2.0/timetoalign/loader/format/json.py +0 -736
  980. timetoalign-0.2.0/timetoalign/loader/format/xml.py +0 -605
  981. timetoalign-0.2.0/timetoalign/loader/graphical/aton.py +0 -520
  982. timetoalign-0.2.0/timetoalign/loader/graphical/iiif.py +0 -447
  983. timetoalign-0.2.0/timetoalign/loader/graphical/loader.py +0 -302
  984. timetoalign-0.2.0/timetoalign/loader/graphical/paths.py +0 -514
  985. timetoalign-0.2.0/timetoalign/loader/midi/__init__.py +0 -44
  986. timetoalign-0.2.0/timetoalign/loader/midi/base.py +0 -51
  987. timetoalign-0.2.0/timetoalign/loader/midi/events.py +0 -36
  988. timetoalign-0.2.0/timetoalign/loader/midi/performance.py +0 -242
  989. timetoalign-0.2.0/timetoalign/loader/midi/score.py +0 -175
  990. timetoalign-0.2.0/timetoalign/loader/midi/store.py +0 -289
  991. timetoalign-0.2.0/timetoalign/loader/parsing.py +0 -614
  992. timetoalign-0.2.0/timetoalign/loader/paths/__init__.py +0 -48
  993. timetoalign-0.2.0/timetoalign/loader/paths/base.py +0 -147
  994. timetoalign-0.2.0/timetoalign/loader/paths/linear.py +0 -209
  995. timetoalign-0.2.0/timetoalign/loader/paths/polyline.py +0 -252
  996. timetoalign-0.2.0/timetoalign/loader/paths/rect.py +0 -277
  997. timetoalign-0.2.0/timetoalign/loader/physical/audio.py +0 -632
  998. timetoalign-0.2.0/timetoalign/loader/physical/eep_notes.py +0 -127
  999. timetoalign-0.2.0/timetoalign/loader/physical/repovizz.py +0 -1544
  1000. timetoalign-0.2.0/timetoalign/loader/schema.py +0 -1261
  1001. timetoalign-0.2.0/timetoalign/loader/score/__init__.py +0 -53
  1002. timetoalign-0.2.0/timetoalign/loader/score/base.py +0 -168
  1003. timetoalign-0.2.0/timetoalign/loader/score/events.py +0 -241
  1004. timetoalign-0.2.0/timetoalign/loader/score/measuremap.py +0 -452
  1005. timetoalign-0.2.0/timetoalign/loader/score/music21.py +0 -1001
  1006. timetoalign-0.2.0/timetoalign/loader/score/partitura.py +0 -714
  1007. timetoalign-0.2.0/timetoalign/loader/score/store.py +0 -496
  1008. timetoalign-0.2.0/timetoalign/loader/score/stores/annotations.py +0 -112
  1009. timetoalign-0.2.0/timetoalign/loader/score/stores/controls.py +0 -117
  1010. timetoalign-0.2.0/timetoalign/loader/score/stores/measures.py +0 -368
  1011. timetoalign-0.2.0/timetoalign/loader/score/stores/notes.py +0 -196
  1012. timetoalign-0.2.0/timetoalign/loader/score/tsv.py +0 -914
  1013. timetoalign-0.2.0/timetoalign/loader/store.py +0 -845
  1014. timetoalign-0.2.0/timetoalign/loader/table_schema.py +0 -1425
  1015. timetoalign-0.2.0/timetoalign/loader/tabular/__init__.py +0 -24
  1016. timetoalign-0.2.0/timetoalign/loader/tabular/base.py +0 -861
  1017. timetoalign-0.2.0/timetoalign/loader/tabular/csv.py +0 -233
  1018. timetoalign-0.2.0/timetoalign/maps/base.py +0 -410
  1019. timetoalign-0.2.0/timetoalign/maps/combination.py +0 -225
  1020. timetoalign-0.2.0/timetoalign/maps/composite.py +0 -383
  1021. timetoalign-0.2.0/timetoalign/maps/constant.py +0 -148
  1022. timetoalign-0.2.0/timetoalign/maps/convenience.py +0 -274
  1023. timetoalign-0.2.0/timetoalign/maps/interpolation.py +0 -307
  1024. timetoalign-0.2.0/timetoalign/maps/interval.py +0 -724
  1025. timetoalign-0.2.0/timetoalign/maps/linear.py +0 -410
  1026. timetoalign-0.2.0/timetoalign/maps/meter.py +0 -632
  1027. timetoalign-0.2.0/timetoalign/maps/periodic.py +0 -336
  1028. timetoalign-0.2.0/timetoalign/maps/table.py +0 -469
  1029. timetoalign-0.2.0/timetoalign/testdata/__init__.py +0 -272
  1030. timetoalign-0.2.0/timetoalign/timelines/__init__.py +0 -155
  1031. timetoalign-0.2.0/timetoalign/timelines/base.py +0 -5055
  1032. timetoalign-0.2.0/timetoalign/timelines/beatgrid.py +0 -845
  1033. timetoalign-0.2.0/timetoalign/timelines/factory.py +0 -446
  1034. timetoalign-0.2.0/timetoalign/timelines/flow.py +0 -3581
  1035. timetoalign-0.2.0/timetoalign/timelines/flowcontrol.py +0 -447
  1036. timetoalign-0.2.0/timetoalign/timelines/types.py +0 -1518
  1037. timetoalign-0.2.0/verify.log +0 -73
  1038. {timetoalign-0.2.0 → timetoalign-1.0.0}/.github/workflows/release-please.yml +0 -0
  1039. {timetoalign-0.2.0 → timetoalign-1.0.0}/.pre-commit-config.yaml +0 -0
  1040. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/.gitignore +0 -0
  1041. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/.nojekyll +0 -0
  1042. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/README.md +0 -0
  1043. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/index.html +0 -0
  1044. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/.gitignore +0 -0
  1045. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/_extension.yml +0 -0
  1046. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/glossary.css +0 -0
  1047. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/debruine/glossary/glossary.lua +0 -0
  1048. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/.gitignore +0 -0
  1049. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/_extension.yml +0 -0
  1050. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/interlinks.lua +0 -0
  1051. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/objects.txt +0 -0
  1052. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_extensions/machow/interlinks/test.qmd +0 -0
  1053. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-Segments.png +0 -0
  1054. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-cmaps.png +0 -0
  1055. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-instants.png +0 -0
  1056. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-tables.png +0 -0
  1057. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/figs/TTA_modelling-timelines.png +0 -0
  1058. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/reference/_styles-quartodoc.css +0 -0
  1059. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap-icons.css +0 -0
  1060. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap-icons.woff +0 -0
  1061. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/bootstrap/bootstrap.min.js +0 -0
  1062. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/clipboard/clipboard.min.js +0 -0
  1063. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-contrib/glossary/glossary.css +0 -0
  1064. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/anchor.min.js +0 -0
  1065. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/popper.min.js +0 -0
  1066. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/quarto-syntax-highlighting-7f8f88aac4f3542376d5c11b86a4c14d.css +0 -0
  1067. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/quarto.js +0 -0
  1068. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tabsets/tabsets.js +0 -0
  1069. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tippy.css +0 -0
  1070. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-html/tippy.umd.min.js +0 -0
  1071. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-listing/list.min.js +0 -0
  1072. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-listing/quarto-listing.js +0 -0
  1073. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-nav/headroom.min.js +0 -0
  1074. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-nav/quarto-nav.js +0 -0
  1075. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/autocomplete.umd.js +0 -0
  1076. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/fuse.min.js +0 -0
  1077. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/site_libs/quarto-search/quarto-search.js +0 -0
  1078. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/_site/styles.css +0 -0
  1079. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/concepts.qmd +0 -0
  1080. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-Chorissimo.png +0 -0
  1081. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-SUPRA.png +0 -0
  1082. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-Segments.png +0 -0
  1083. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-arrow.png +0 -0
  1084. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-beethoven.png +0 -0
  1085. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-cmaps.png +0 -0
  1086. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-hendrix_poc.png +0 -0
  1087. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-instants.png +0 -0
  1088. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-tables.png +0 -0
  1089. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-thoresen_poc.png +0 -0
  1090. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/figs/TTA_modelling-timelines.png +0 -0
  1091. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/AudioInfo.qmd +0 -0
  1092. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/AudioLoader.qmd +0 -0
  1093. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ChainMap.qmd +0 -0
  1094. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ClaimFilter.qmd +0 -0
  1095. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousGraphicalTimeline.qmd +0 -0
  1096. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousLogicalTimeline.qmd +0 -0
  1097. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ContinuousPhysicalTimeline.qmd +0 -0
  1098. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ConversionMap.qmd +0 -0
  1099. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/CoordinateSpec.qmd +0 -0
  1100. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/CoordinateValue.qmd +0 -0
  1101. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DictStore.qmd +0 -0
  1102. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscreteGraphicalTimeline.qmd +0 -0
  1103. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscreteLogicalTimeline.qmd +0 -0
  1104. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/DiscretePhysicalTimeline.qmd +0 -0
  1105. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/Domain.qmd +0 -0
  1106. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EepNotesLoader.qmd +0 -0
  1107. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EventStore.qmd +0 -0
  1108. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/EventType.qmd +0 -0
  1109. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/GraphicalTimeline.qmd +0 -0
  1110. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/IdGenerator.qmd +0 -0
  1111. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/LinearMap.qmd +0 -0
  1112. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/LogicalTimeline.qmd +0 -0
  1113. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/MatchLine.qmd +0 -0
  1114. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/MatchStamp.qmd +0 -0
  1115. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/NumberType.qmd +0 -0
  1116. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/PhysicalTimeline.qmd +0 -0
  1117. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/PiecewiseMap.qmd +0 -0
  1118. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/RepoVizzInfo.qmd +0 -0
  1119. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/RepoVizzLoader.qmd +0 -0
  1120. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ScalarMap.qmd +0 -0
  1121. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ScopedId.qmd +0 -0
  1122. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/SecondsToSamples.qmd +0 -0
  1123. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/ShiftMap.qmd +0 -0
  1124. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/SingleStore.qmd +0 -0
  1125. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TableMap.qmd +0 -0
  1126. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TiliaDictStore.qmd +0 -0
  1127. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/TimelineIdGenerator.qmd +0 -0
  1128. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/WarpMap.qmd +0 -0
  1129. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference/_styles-quartodoc.css +0 -0
  1130. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/reference.qmd +0 -0
  1131. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/styles.css +0 -0
  1132. {timetoalign-0.2.0 → timetoalign-1.0.0}/docs/page/sync_notebooks.py +0 -0
  1133. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/__init__.py +0 -0
  1134. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/alignment/__init__.py +0 -0
  1135. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/alignment/test_graphical_loader.py +0 -0
  1136. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/core/__init__.py +0 -0
  1137. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/core/test_ids.py +0 -0
  1138. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/data/README.md +0 -0
  1139. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/display/__init__.py +0 -0
  1140. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/README.md +0 -0
  1141. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/__init__.py +0 -0
  1142. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/conftest.py +0 -0
  1143. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/integration/test_loader_to_timeline.py +0 -0
  1144. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/__init__.py +0 -0
  1145. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/format/__init__.py +0 -0
  1146. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/format/conftest.py +0 -0
  1147. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/graphical/conftest.py +0 -0
  1148. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/graphical/test_iiif_loader.py +0 -0
  1149. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/conftest.py +0 -0
  1150. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/profile.py +0 -0
  1151. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/midi/test_bundle.py +0 -0
  1152. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/__init__.py +0 -0
  1153. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/conftest.py +0 -0
  1154. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/physical/test_audio.py +0 -0
  1155. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/score/__init__.py +0 -0
  1156. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/tabular/__init__.py +0 -0
  1157. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/loader/tabular/conftest.py +0 -0
  1158. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/__init__.py +0 -0
  1159. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_combination.py +0 -0
  1160. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_composite.py +0 -0
  1161. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_constant.py +0 -0
  1162. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_convenience.py +0 -0
  1163. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/maps/test_properties.py +0 -0
  1164. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/__init__.py +0 -0
  1165. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/conftest.py +0 -0
  1166. {timetoalign-0.2.0 → timetoalign-1.0.0}/tests/timelines/test_offset_arithmetic.py +0 -0
  1167. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/alignment/match_format.py +0 -0
  1168. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/core/ids.py +0 -0
  1169. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/format/__init__.py +0 -0
  1170. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/__init__.py +0 -0
  1171. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/segment.py +0 -0
  1172. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/source.py +0 -0
  1173. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/graphical/store.py +0 -0
  1174. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/midi/constants.py +0 -0
  1175. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/physical/__init__.py +0 -0
  1176. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/loader/score/stores/__init__.py +0 -0
  1177. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/maps/__init__.py +0 -0
  1178. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/py.typed +0 -0
  1179. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/timelines/mixins.py +0 -0
  1180. {timetoalign-0.2.0 → timetoalign-1.0.0}/timetoalign/timelines/regions.py +0 -0
  1181. {timetoalign-0.2.0 → timetoalign-1.0.0}/tox.ini +0 -0
@@ -0,0 +1,28 @@
1
+ # Ignore all Jupyter Notebooks
2
+ *.ipynb
3
+
4
+ # But track the Quarto notebooks (synced + executed, with outputs)
5
+ !docs/page/tutorials/*.ipynb
6
+ !docs/page/howto/*.ipynb
7
+
8
+ # Ignore Jupyter checkpoint folders
9
+ .ipynb_checkpoints/
10
+
11
+ # Ignore pycache files
12
+ __pycache__
13
+
14
+ # Ignore files generated by hypothesis
15
+ .hypothesis
16
+
17
+ # Ignore coverage files
18
+ .coverage
19
+ .coverage.*
20
+
21
+ # Test-data corpora are fetched on demand via timetoalign.testdata (pooch).
22
+ # Keep only the README, never the actual corpora.
23
+ tests/data/*
24
+ !tests/data/README.md
25
+
26
+ # Generated CSV files are regenerated by notebooks
27
+ outputs/
28
+ verify.log
@@ -0,0 +1,2 @@
1
+ [settings]
2
+ known_third_party = PIL,hypothesis,lxml,mido,music21,networkx,numpy,pandas,partitura,pyarrow,pydantic,pytest,typing_extensions
@@ -0,0 +1,171 @@
1
+ # Changelog
2
+
3
+ ## [1.0.0](https://github.com/TimeToAlign/timetoalign/compare/v0.2.0...v1.0.0) (2026-07-24)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * renames measures (m) => floating_measures (fm)
9
+ * **core:** flatten core/ to four modules and unify the TimeScalar hierarchy
10
+ * `extra_columns` will be removed from TabularLoader in the next WP (A5.1); migrate callers to `field_specs`. `loader.events` is preserved during the migration window but will be replaced by `loader.get_events()`.
11
+ * any code using the now deprecated (uppercase) names of the rogue enums may fail
12
+
13
+ ### Features
14
+
15
+ * **alignment:** add MatchClaimField columnar claim store ([f9dbf60](https://github.com/TimeToAlign/timetoalign/commit/f9dbf60c634ac2f46e28e91444ebb37da6051a94))
16
+ * **alignment:** add MatchClaimField columnar claim store ([3520bbb](https://github.com/TimeToAlign/timetoalign/commit/3520bbb629f28624a6a3bbc37cd8278bd6b4b9c7))
17
+ * **alignment:** affordance "Try" footer on timestamp and claim displays ([2e9cf57](https://github.com/TimeToAlign/timetoalign/commit/2e9cf57d346a162c025d9bfc07bf8c1eea575196))
18
+ * **alignment:** affordance "Try" footer on timestamp and claim displays ([426c03b](https://github.com/TimeToAlign/timetoalign/commit/426c03b28a432dca9183fe945854925f0afee882))
19
+ * **alignment:** conform GroupTimestamp to the Stamp contract ([9d4d76a](https://github.com/TimeToAlign/timetoalign/commit/9d4d76adca76a42b030cac5051dd2a163b9f7135))
20
+ * **alignment:** unify MatchStamp with the Stamp contract and single cross-group resolution API ([90dfad4](https://github.com/TimeToAlign/timetoalign/commit/90dfad4e8d44fc5e4cc944bd51dd82d07ce07568))
21
+ * **alignment:** unit-aware coordinate inputs and canonical claim filters ([4d51481](https://github.com/TimeToAlign/timetoalign/commit/4d51481eeb85b495b3f3370752cee29b56de45ca))
22
+ * **alignment:** unit-bearing Coordinate anchors through claims and columnar storage ([93e734a](https://github.com/TimeToAlign/timetoalign/commit/93e734afec70ef1503b06a4271d908e3f096c43b))
23
+ * computation of default flow based on flow-control elements rather than the "next" field ([31eaa33](https://github.com/TimeToAlign/timetoalign/commit/31eaa333ff9df03b8c9c8fce41774cbbbf1a1510))
24
+ * CoordinateField, PitchField, HarmonyField, DurationField, schemas ([936d379](https://github.com/TimeToAlign/timetoalign/commit/936d379afdc836d212d157fb1dd7692a21c21270))
25
+ * **core,loader,timelines,alignment:** type-based IDs, curated facade, timeline registry, WarpMap family API ([827a34f](https://github.com/TimeToAlign/timetoalign/commit/827a34f0f638bcfd51719409397fd34fa5ccdb06))
26
+ * **core,loader:** enforce scalar/field mirror parity, type-based field dispatch, and vectorised convert_to mirrors ([80e2f81](https://github.com/TimeToAlign/timetoalign/commit/80e2f81cfbed1ea1548af009e242ced11e106a2a))
27
+ * **core:** introduce Stamp base class unifying the timestamp family ([3c1ee8b](https://github.com/TimeToAlign/timetoalign/commit/3c1ee8b982630f341d344e16fa75cba4961510c8))
28
+ * **core:** one coordinate-resolution canon with a strict unit policy ([ffae3d9](https://github.com/TimeToAlign/timetoalign/commit/ffae3d9b7f21851cb9f023bb9bcf53ab0e8c7532))
29
+ * customizable atomic-section naming with volta-suffix labels ([db2ea7e](https://github.com/TimeToAlign/timetoalign/commit/db2ea7e43d810a36e567413891a6acec79c50760))
30
+ * **display:** shared affordance-card _repr_html_ for loaders, EventData, fields ([115f6d7](https://github.com/TimeToAlign/timetoalign/commit/115f6d72a843b59a409b47149bea2444cb17a864))
31
+ * **display:** shared affordance-card _repr_html_ for loaders, EventData, fields ([7f73a94](https://github.com/TimeToAlign/timetoalign/commit/7f73a94ec3c059679274b0239c9b193272b315ed))
32
+ * **flow:** add structural-invariant diagnostics to FlowController ([c8b609d](https://github.com/TimeToAlign/timetoalign/commit/c8b609d197c1fbed71b69f587221877a638bae73))
33
+ * improves loading and displaying flow elements from ms3-generated measures TSV ([dedfadb](https://github.com/TimeToAlign/timetoalign/commit/dedfadbb52a28aff0a6416a4853e52c21decd558))
34
+ * introduce Protocol hierarchy and core scalars (pitch, note, measure, harmony) ([2c1e98a](https://github.com/TimeToAlign/timetoalign/commit/2c1e98a82fa8c7263f8ae86d32e67983395ea375))
35
+ * layered EventData, get_events(properties=), _CANONICAL_FIELD_ORDER, field_specs, Ms3Loader DataField integration ([e2b3363](https://github.com/TimeToAlign/timetoalign/commit/e2b336360cfbe696ac08cd381d78cbfc755e5f4d))
36
+ * **loader/tabular:** two-step column_specs + field_specs pipeline ([71113a3](https://github.com/TimeToAlign/timetoalign/commit/71113a33d4f3559787383afe1cd53c138c2f0131))
37
+ * **loader:** add ListenHereLoader for audio-to-audio alignment ([decc57c](https://github.com/TimeToAlign/timetoalign/commit/decc57cdf44478f6d3d575e572e875a2579bcf80))
38
+ * **loader:** add ListenHereLoader for audio-to-audio alignment ([aecb453](https://github.com/TimeToAlign/timetoalign/commit/aecb4533c43c48b84412d9be9dbe806e71438922))
39
+ * **loader:** add PerformancePrecisionLoader for audio-to-score alignment corpora ([5bf4bb7](https://github.com/TimeToAlign/timetoalign/commit/5bf4bb7ab5e86c9ec23a1c4305b071eddf15c685))
40
+ * **loader:** afford EnharmonicPitch pitch view across every loader ([7123ea0](https://github.com/TimeToAlign/timetoalign/commit/7123ea0b38f704975a369d0900c9b3f4bf641942))
41
+ * **loader:** measured beat features as Beat/Dynamics events ([b19c618](https://github.com/TimeToAlign/timetoalign/commit/b19c6188e81a01badebe0568ebac490dcfbea6d1))
42
+ * **loader:** MpmLoader for MPM-Toolbox MSM+MPM+MPR projects ([182f782](https://github.com/TimeToAlign/timetoalign/commit/182f782c8ee45f593876fd03ff3f6560133abad4))
43
+ * **loader:** ParangonadaLoader for parangonada CSV exports ([7689cd1](https://github.com/TimeToAlign/timetoalign/commit/7689cd1b99405d66a628ab107d3082608e29a367))
44
+ * **loader:** reach ListenHere claims via get_field and query them columnar ([f637004](https://github.com/TimeToAlign/timetoalign/commit/f637004163a3759afa1f322555c65fbd801de6ae))
45
+ * **loader:** reach ListenHere claims via get_field and query them columnar ([1ff11e3](https://github.com/TimeToAlign/timetoalign/commit/1ff11e35b098e6ba443ba6adb6bd9a0cee30ab23))
46
+ * **loader:** represent note pitch exactly once ([4d66ce7](https://github.com/TimeToAlign/timetoalign/commit/4d66ce7c622b7629bca64a5ccccfadd6dff4e130))
47
+ * **loader:** spectrogram graphical timeline completes MpmLoader's domain span ([f019caf](https://github.com/TimeToAlign/timetoalign/commit/f019caff57b82b78f1ffbd00ff7576789d0a62b9))
48
+ * **loader:** uid as the one timeline-identifier name; live id_pattern ([c494328](https://github.com/TimeToAlign/timetoalign/commit/c4943280c21da9645910a503856acf1f3040c795))
49
+ * **midi:** split MidiEvent into base + ScoreMidiEvent and shrink performance-MIDI schema ([06196fd](https://github.com/TimeToAlign/timetoalign/commit/06196fd2eb9cd75b17d3bcec6409c4ba17cbbd7d))
50
+ * raw DataField hierarchy and SemanticField[R] composition ([4d52397](https://github.com/TimeToAlign/timetoalign/commit/4d52397265267abf92dcf47a2bcbbbb62d6709ff))
51
+ * **schemas:** migrate Coordinate and SpecificPitch to pydantic v2 with pa.Schema bridge ([a2fd2f4](https://github.com/TimeToAlign/timetoalign/commit/a2fd2f423580ab88d336abccb4bd1bf84d486f5a))
52
+ * **schemas:** migrate twelve scalars to pydantic v2 and add the new Duration scalar ([1e6c525](https://github.com/TimeToAlign/timetoalign/commit/1e6c52533808153e7eae78a3d9bc28e39c56e5d6))
53
+ * **timelines:** promote BeatGrid with faithful serialization and beat-unit-aware queries ([1d27d02](https://github.com/TimeToAlign/timetoalign/commit/1d27d02b007b8de0edab66ac67b4d1b0a79243b7))
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * **alignment:** deepen MatchStamp guarantees and widen claim-factory coordinate inputs ([5b16e20](https://github.com/TimeToAlign/timetoalign/commit/5b16e20275990ef9267d3413a7a9c5bfbb5784f2))
59
+ * coerce Fraction timeline length to float at PyArrow boundary ([2354242](https://github.com/TimeToAlign/timetoalign/commit/2354242efcb5849a74b34d2e4dd3099f4e0c34ba))
60
+ * coerce Fraction timeline length to float at PyArrow boundary ([6eb05db](https://github.com/TimeToAlign/timetoalign/commit/6eb05dbfb23e948c78f82d3ea623f59976a4ed42))
61
+ * **core,alignment,loader:** close review findings on the input canon ([6fa672f](https://github.com/TimeToAlign/timetoalign/commit/6fa672fad3d9c0edb23892d5cb56617a8e0db707))
62
+ * **core:** surface metadata version errors in field shape matching ([d287562](https://github.com/TimeToAlign/timetoalign/commit/d2875622c9bbb26fa3f4fa08411869da051fa68a))
63
+ * corrects the diagram line displaying the IDs ([41f624f](https://github.com/TimeToAlign/timetoalign/commit/41f624f0d90e00ad6abeb0c912bc9981aae40719))
64
+ * FlowControlElement now includes all flow-control elements ([c36ef20](https://github.com/TimeToAlign/timetoalign/commit/c36ef20a905e8f1afb1aaba92cb90ee9b3c18e5b))
65
+ * **flow:** repair default traversal for implicit, nested, and final-measure flow control ([4bf5dd3](https://github.com/TimeToAlign/timetoalign/commit/4bf5dd33055e93dc1d2c49dad24e682b7e22d370))
66
+ * **flow:** show every flow-control element in the score-map diagram ([a8fb41a](https://github.com/TimeToAlign/timetoalign/commit/a8fb41a4bdc3b84e0e924d21e90ade950ae42721))
67
+ * **flow:** show every flow-control element in the score-map diagram ([b08ca1f](https://github.com/TimeToAlign/timetoalign/commit/b08ca1f47331d077c2d7259d0aaa85fd95cc977e))
68
+ * improves AtomicSection.__repr__() ([49b72d3](https://github.com/TimeToAlign/timetoalign/commit/49b72d3ceb9cc6c8199ec62dd596589c453b9d90))
69
+ * improves ScoreFlowController.diagram() ([9acfb92](https://github.com/TimeToAlign/timetoalign/commit/9acfb922fe38deed4172f392b6e5f6ae37d86011))
70
+ * **loader,storage,timelines:** harden the consolidated boundaries after review ([c484eda](https://github.com/TimeToAlign/timetoalign/commit/c484eda5710bc753e1f30fa5cee020962a86da1d))
71
+ * **loader:** class-based get_field discovers any PitchField column regardless of blueprint (INC-3) ([9227455](https://github.com/TimeToAlign/timetoalign/commit/922745519987e5c33fb5e83a9de5e6b221da94ac))
72
+ * **loader:** keep carried volta columns int64 across group unfolding ([632a76a](https://github.com/TimeToAlign/timetoalign/commit/632a76a532a05ae6c731705d1387aca5291b822b))
73
+ * **loader:** recover MEI repeat metadata from unnumbered measures ([0f739d7](https://github.com/TimeToAlign/timetoalign/commit/0f739d742b50368833817b67eafec6f4f45a00d5))
74
+ * **loader:** translate partitura navigation markers instead of dropping repeats ([3caa7bf](https://github.com/TimeToAlign/timetoalign/commit/3caa7bff2f6b2fb303dbd3bed30df03166ddeef3))
75
+ * **maps,timelines:** harden the unified map family after review ([9b222a2](https://github.com/TimeToAlign/timetoalign/commit/9b222a2bce761b4a5d77b6010fd98c8500b646eb))
76
+ * **notebook:** use ensure_data() in how01_score_types (INC-4) ([7ef249b](https://github.com/TimeToAlign/timetoalign/commit/7ef249b093de0b78c0efc9627de303a16b5a7f8b))
77
+ * **storage:** blueprint field resolution shares the class-path raw-column promotion ([04ad56f](https://github.com/TimeToAlign/timetoalign/commit/04ad56ff21528f5f8b8908ec8e852983de1a76b6))
78
+ * **testdata:** _looks_ready() now verifies non-marker content alongside sentinel (INC-5) ([dd5d55b](https://github.com/TimeToAlign/timetoalign/commit/dd5d55b8070ed022092a4e87b45de0e8fa9d7a66))
79
+ * **timelines:** honour conversion_maps on every stamp producer and make row stamps round-trip ([1000577](https://github.com/TimeToAlign/timetoalign/commit/10005772247e0ab7cb3106be2002c0ab7be38291))
80
+ * **time:** propagate TimeScalarField outer-struct nulls through every data-shaped mirror ([2b9b3de](https://github.com/TimeToAlign/timetoalign/commit/2b9b3deafedc04f30e371d3f4b66ad26897072c3))
81
+ * widen coordinate-accepting alignment APIs to the full coordinate type ([859e27a](https://github.com/TimeToAlign/timetoalign/commit/859e27ac2e2c94903c46202c59bfbad6ecb53fce))
82
+
83
+
84
+ ### Documentation
85
+
86
+ * adds how01_brazilian_flows.py ([2fd39d8](https://github.com/TimeToAlign/timetoalign/commit/2fd39d86d523f6f7be491b646344b44c7377d750))
87
+ * adds ToDo ([8c59929](https://github.com/TimeToAlign/timetoalign/commit/8c59929a2ac03f2958586819a8a284a0a0e5d35f))
88
+ * **benchmarks:** add vectorized-compute benchmark and split into per-row vs bulk regimes ([75cab53](https://github.com/TimeToAlign/timetoalign/commit/75cab535e4885a2d5ab85e4956a06210ee159594))
89
+ * clarify MidiPitch vs EnharmonicPitch are distinct (INC-1) ([474b1c3](https://github.com/TimeToAlign/timetoalign/commit/474b1c3e6840a2f34651a885c81a71de0a90935a))
90
+ * condenses 4 notebooks into 2 and integrates them in the homepage ([35a8bed](https://github.com/TimeToAlign/timetoalign/commit/35a8bedf57429fcaa4b140cae825d95e7085fb1b))
91
+ * correct stored-uid queries, import homes, and the architecture page ([f33f018](https://github.com/TimeToAlign/timetoalign/commit/f33f0188b19e73ea3f0745b0bc6d64517fb87599))
92
+ * drops the redundant calls to .diagram() ([b927a26](https://github.com/TimeToAlign/timetoalign/commit/b927a2649d5ba05b25a705331650559ea042b434))
93
+ * how to contribute ([55af161](https://github.com/TimeToAlign/timetoalign/commit/55af161317f9af86190f537188ad0c1000a1f023))
94
+ * **howto:** demonstrate one schema-mechanism across fifteen scalars ([6ced737](https://github.com/TimeToAlign/timetoalign/commit/6ced737ccc0925e2a23f28b9e07cad44ea745433))
95
+ * **howto:** rewrite the schema-mechanism demo around the internal storage round-trip ([83ec29a](https://github.com/TimeToAlign/timetoalign/commit/83ec29ac2dacd7d838a44c0991507b81441ec552))
96
+ * migrate notebooks and pages to the consolidated loader, ID, and map APIs ([4961ce6](https://github.com/TimeToAlign/timetoalign/commit/4961ce6d9135b48b651706bc698eb8751b9137b9))
97
+ * migrate notebooks to the consolidated query and loader API ([e8a8062](https://github.com/TimeToAlign/timetoalign/commit/e8a8062445db75d7d16d93c9647b93305153081f))
98
+ * modifies notebook for producing the flow diagrams for the three scores of Beethoven op. 35 (Eroica variations) ([d1aa553](https://github.com/TimeToAlign/timetoalign/commit/d1aa5532b5e81bffc3cb848ef90d9393c9c92b95))
99
+ * promote DataFields and EventData to a foundational tutorial ([825c272](https://github.com/TimeToAlign/timetoalign/commit/825c272815731852e7ba468d6a12d57e4aaaf2e4))
100
+ * promote DataFields and EventData to a foundational tutorial ([79182ff](https://github.com/TimeToAlign/timetoalign/commit/79182ff8b84e23e62c27109586ec38dc32f11bd4))
101
+ * promote Pitch and Harmony to a cross-format tutorial ([35aa953](https://github.com/TimeToAlign/timetoalign/commit/35aa953779c2967c9bfe8991abbfe4ac63f9975a))
102
+ * promote Pitch and Harmony to a cross-format tutorial ([31b9908](https://github.com/TimeToAlign/timetoalign/commit/31b99083a0a075e2cc3cbd88c0f10530ef838559))
103
+ * reference the real midi column in the DataFields tutorial ([9be45f1](https://github.com/TimeToAlign/timetoalign/commit/9be45f1eb6e0be5a564a225f5d463bc67c496175))
104
+ * regenerate API reference and MPM how-to for the merged library ([9eed89a](https://github.com/TimeToAlign/timetoalign/commit/9eed89ab422cfa5b1c5d379c455ad9995528ab6f))
105
+ * regenerate MPM how-to outputs for the represent-once pitch surface ([4c49df6](https://github.com/TimeToAlign/timetoalign/commit/4c49df6297038b7d0bdcb065693b6f22b168955c))
106
+ * remove orphaned PerfectAlignment API-reference stub ([17fb417](https://github.com/TimeToAlign/timetoalign/commit/17fb417caef43bb15cae63427d10af33047a3736))
107
+ * remove orphaned PerfectAlignment API-reference stub ([7f59751](https://github.com/TimeToAlign/timetoalign/commit/7f5975140310c636d40256b4a9ebd86ace328e0e))
108
+ * renames notebooks to fit the categories ([c45e0e7](https://github.com/TimeToAlign/timetoalign/commit/c45e0e7b5f65843968f2fa9eb4fcdb803616a615))
109
+ * replaces invariants table with CSV export ([a096ae4](https://github.com/TimeToAlign/timetoalign/commit/a096ae4adf4464898918eb7e3a1113c4ec55370c))
110
+ * replaces invariants table with CSV export ([93af713](https://github.com/TimeToAlign/timetoalign/commit/93af713751f6538387f45aa278c81bd93e71d4a4))
111
+ * route cross-group queries through get_matchstamp_at and provision tutorial data on demand ([466e098](https://github.com/TimeToAlign/timetoalign/commit/466e09822ce20d83fe9457a231d498480addd808))
112
+ * teach the position/span operator rules in the coordinate how-to ([a4be4bd](https://github.com/TimeToAlign/timetoalign/commit/a4be4bdeaf581b8637c14b6d6066e87a41c78d9f))
113
+ * teach the position/span operator rules in the coordinate how-to ([9fae258](https://github.com/TimeToAlign/timetoalign/commit/9fae258b5c1f7c163aafa51a1078db8767aa7de0))
114
+ * updates page ([3b27c54](https://github.com/TimeToAlign/timetoalign/commit/3b27c5444dc094e0723468f7fa73023b8fcf78e9))
115
+
116
+
117
+ ### Code Refactoring
118
+
119
+ * **core:** flatten core/ to four modules and unify the TimeScalar hierarchy ([fdf5812](https://github.com/TimeToAlign/timetoalign/commit/fdf5812fb0ead6c825a4db3c6b590f3cdd0d3b91))
120
+ * moves enums to core/enums.py and renames members ([b412353](https://github.com/TimeToAlign/timetoalign/commit/b412353bd1da1ab2b71ddad167c1c86fb4bcf307))
121
+ * renames measures (m) => floating_measures (fm) ([50e2194](https://github.com/TimeToAlign/timetoalign/commit/50e2194abb4de8c4dc2cba2f37cce11fefcc5076))
122
+
123
+ ## [0.2.0](https://github.com/TimeToAlign/timetoalign/compare/v0.1.0...v0.2.0) (2026-05-13)
124
+
125
+
126
+ ### Features
127
+
128
+ * fetch test data on demand via pooch + timetoalign.testdata ([a334d43](https://github.com/TimeToAlign/timetoalign/commit/a334d4330e3bcfa0463fd40bf8599f15980217f1))
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * **bundle:** resolve internal IDs and interval components in matchstamp lookup ([f1b0546](https://github.com/TimeToAlign/timetoalign/commit/f1b05467233bdb67ba5e686f85cd54767d175fd7))
134
+
135
+
136
+ ### Documentation
137
+
138
+ * adds how01_flow_control.py ([95290d7](https://github.com/TimeToAlign/timetoalign/commit/95290d74420655e0ea46aa6e1de7780b01c960cd))
139
+
140
+ ## 0.1.0 (2026-05-13)
141
+
142
+
143
+ ### Features
144
+
145
+ * uniform units display across all timestamp APIs ([220c6a5](https://github.com/TimeToAlign/timetoalign/commit/220c6a5cc0aa49f0ee7df757da755189a99c9e7e))
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * populate start/end/duration temporal fields in NoteEventData (fixes [#9](https://github.com/TimeToAlign/timetoalign/issues/9), fixes [#10](https://github.com/TimeToAlign/timetoalign/issues/10)) ([00c3734](https://github.com/TimeToAlign/timetoalign/commit/00c3734f492b10dbc12bef76489743b2edd46194))
151
+ * populate temporal coordinates in MeasureData, ControlEventData, and AnnotationEventData (fixes [#7](https://github.com/TimeToAlign/timetoalign/issues/7)) ([c6b2eb3](https://github.com/TimeToAlign/timetoalign/commit/c6b2eb36cf2499d32e35ddd835d8da6b13f71540))
152
+ * report consistent unit/number_type in ScoreLoader metadata (fixes [#8](https://github.com/TimeToAlign/timetoalign/issues/8)) ([786b65c](https://github.com/TimeToAlign/timetoalign/commit/786b65c790a4ae14530c86cdd4d2c0f3b3e31e9c))
153
+ * use quarter_map instead of beat_map in PartituraLoader (fixes [#12](https://github.com/TimeToAlign/timetoalign/issues/12)) ([dcf23c0](https://github.com/TimeToAlign/timetoalign/commit/dcf23c055f5a51774c82fb1dd730f0bba2c5ecd4))
154
+
155
+
156
+ ### Documentation
157
+
158
+ * add redirect index.html and disable Jekyll ([bc71e64](https://github.com/TimeToAlign/timetoalign/commit/bc71e64d7969bc5b8f420c364b1d68d4cd59d2f0))
159
+ * add redirect index.html and disable Jekyll ([cb80dd5](https://github.com/TimeToAlign/timetoalign/commit/cb80dd5f1798f7f763eacffd4d2f951b1653234c))
160
+ * broaden 'Voice and Staff Information' beyond piano music (fixes [#16](https://github.com/TimeToAlign/timetoalign/issues/16)) ([b918686](https://github.com/TimeToAlign/timetoalign/commit/b918686d6782cd1aadbf69ae93ccc2cf8bd1d88f))
161
+ * clarify interpolation methods with distinct y-values and 'next' strategy (fixes [#19](https://github.com/TimeToAlign/timetoalign/issues/19)) ([145a7af](https://github.com/TimeToAlign/timetoalign/commit/145a7afca4638533adde1d9ba04b35a2eff28e93))
162
+ * correct path ([7eeecb9](https://github.com/TimeToAlign/timetoalign/commit/7eeecb92cc9c8d4944b187774d98d6e29265544d))
163
+ * document large file timeout handling in test README ([fd545a2](https://github.com/TimeToAlign/timetoalign/commit/fd545a2290808950749b96536a4c4efd7891c50b))
164
+ * replace deprecated 'bundle' wording with 'store' (fixes [#17](https://github.com/TimeToAlign/timetoalign/issues/17)) ([7ed2ffc](https://github.com/TimeToAlign/timetoalign/commit/7ed2ffc36643254da941f5f4dca53bc42fc029ac))
165
+ * replace unreliable septuplet float example with 0.1*10 (fixes [#3](https://github.com/TimeToAlign/timetoalign/issues/3)) ([13f8567](https://github.com/TimeToAlign/timetoalign/commit/13f8567c3d47e4e1b4ae7c33a79abe89e50030fa))
166
+ * split notebooks into tuto-notebooks and howto-notebooks (Diátaxis) ([b1dc9e6](https://github.com/TimeToAlign/timetoalign/commit/b1dc9e6d3e58cd3cc4367a09b013ec362c4d300e))
167
+ * update test READMEs to reflect cleanup changes ([c481aca](https://github.com/TimeToAlign/timetoalign/commit/c481aca47e55617095bb2741c6db7c1d94b7996f))
168
+ * updates autodocs ([592fbdc](https://github.com/TimeToAlign/timetoalign/commit/592fbdc8d094b10f5982f4ae44303bc02da4f406))
169
+ * updates homepage ([4402640](https://github.com/TimeToAlign/timetoalign/commit/44026408749517d527008b363d6ca7c881e3d937))
170
+ * updates tutorial page ([3d5aa5f](https://github.com/TimeToAlign/timetoalign/commit/3d5aa5faab5cdf04afea0fc48169e01f5a660601))
171
+ * writes reduced tutorial notebooks, factoring out older content to how-to notebooks ([faa3fbf](https://github.com/TimeToAlign/timetoalign/commit/faa3fbf7f797ae73bcc573785273f82acea9b1f7))
@@ -0,0 +1,33 @@
1
+ # Contributing to Time To Align!
2
+
3
+ The full **Developers' Reference** lives on the documentation site at
4
+ `docs/page/contributing.qmd`. It covers:
5
+
6
+ - Repository layout and the seven-subpackage architecture (with the
7
+ layered import-direction rules).
8
+ - Environment setup, `pip install -e ".[dev]"`, pre-commit registration.
9
+ - The canonical build/test/publish flow via `tox` (envs: default, `lint`,
10
+ `build`, `clean`, `publish`).
11
+ - Coding standards (style, typing, Google-style docstrings, error
12
+ handling, pitch spelling).
13
+ - The Quarto + quartodoc documentation pipeline, including how to add a
14
+ new tutorial or how-to notebook (jupytext source → `notebooks.csv` →
15
+ sidebar entry → glossary update).
16
+ - The hard rule that **jupytext and quarto versions may only ever be
17
+ upgraded, never downgraded**.
18
+ - Conventional Commits and how `release-please` (running on every push to
19
+ `main`) computes the next version. Breaking changes use both `!` *and*
20
+ a `BREAKING CHANGE:` footer.
21
+ - IDE guidance (PyCharm preferred).
22
+
23
+ To preview the developers' reference locally:
24
+
25
+ ```bash
26
+ cd timetoalign/docs/page
27
+ quartodoc build
28
+ quarto render
29
+ # open _site/contributing.html
30
+ ```
31
+
32
+ Or read the rendered version on the public site:
33
+ <https://timetoalign.github.io/contributing.html>.