All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Update to new 'mutwo.core' version, see here.
is_conflict
keyword argument totimeline_interfaces.TimeLine.resolve_conflicts
, see here
- Order of 'TaggedSimultaneousEvent' in 'SimultaneousEvent' returned by 'TimeLineToSimultaneousEvent' is always the same now, see here
TimeLine.resolve_conflicts
: Fix for inbetween event, see hereTagCountStrategy
: it returns results in correct order now, see hereTimeLineToSimultaneousEvent
: Fix conversion of emptyEventPlacement
, see here
timeline_interfaces.TimeLine.resolve_conflicts
to fix overlapping conflictstimeline_interfaces.TimeLine.unregister
to unregisterEventPlacement
from a time line
timeline_converters.EventPlacementTupleToGaplessEventPlacementTuple
timeline_converters.EventPlacementTupleToSplitEventPlacementDict
timeline_converters.TimeLineToEventPlacementTuple
timeline_events
totimeline_interfaces
see heretimeline_events.TimeLine
totimeline_interfaces.TimeLine
timeline_events.EventPlacement
totimeline_interfaces.EventPlacement
EventPlacement
to support multiple tagged events in the sameEventPlacement
- overlap checks in
TimeLine.register
timeline_converters.EventPlacementTupleToSequentialEvent
: replaced by more powerfultimeline_converters.TimeLineToSimultaneousEvent
Initial release of mutwo.timeline
.