The new MovingPandas release 0.23 has just landed in pypi and conda-forge and I want to share with you two highlights: New HTML representations The new HTML representations for Trajectory & TrajectoryCollection objects aim to make interactive data exploration in notebooks more convenient by providing commonly required descriptive data summaries and data previews in a structured way. Before 0.23New in 0.23 Trajectory distance measuresThe second highlight of this release are three new trajectory distance measure functions, covering:Frechet distance, Dynamic Time Warping (DTW), and Longest Common Subsequence (LCSS) These are in addition to the already existing minimum distance and Hausdorff distance. You can see them in action in the updated Measuring distances tutorial.