Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 2.59 KB

Change Log

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.

[Unreleased]

[0.6.0] - 2024-04-26

Update to new 'mutwo.core' version, see here.

[0.5.0] - 2023-10-19

Added

  • is_conflict keyword argument to timeline_interfaces.TimeLine.resolve_conflicts, see here

Changed

  • Order of 'TaggedSimultaneousEvent' in 'SimultaneousEvent' returned by 'TimeLineToSimultaneousEvent' is always the same now, see here

Fixed

  • TimeLine.resolve_conflicts: Fix for inbetween event, see here
  • TagCountStrategy: it returns results in correct order now, see here
  • TimeLineToSimultaneousEvent: Fix conversion of empty EventPlacement, see here

[0.4.0] - 2023-05-13

Added

[0.3.0] - 2022-11-08

Added

  • timeline_converters.EventPlacementTupleToGaplessEventPlacementTuple
  • timeline_converters.EventPlacementTupleToSplitEventPlacementDict
  • timeline_converters.TimeLineToEventPlacementTuple

[0.2.0] - 2022-11-07

Changed

  • timeline_events to timeline_interfaces see here
    • timeline_events.TimeLine to timeline_interfaces.TimeLine
    • timeline_events.EventPlacement to timeline_interfaces.EventPlacement
  • EventPlacement to support multiple tagged events in the same EventPlacement

Removed

  • overlap checks in TimeLine.register
  • timeline_converters.EventPlacementTupleToSequentialEvent: replaced by more powerful timeline_converters.TimeLineToSimultaneousEvent

[0.1.0] - 2022-11-06

Initial release of mutwo.timeline.