Skip to content

Releases: movingpandas/movingpandas

v0.23.0

Choose a tag to compare

@anitagraser anitagraser released this 09 Aug 10:53

This release brings a set of new trajectory distance measures (Frechet distance, Dynamic Time Warping, and Longest Common Subsequence) and other improvements.

What's Changed

  • Trajectory distance measures:
    • Add Trajectory.frechet_distance by @steps-re in #500
    • Add Trajectory.dtw_distance (Dynamic Time Warping) by @steps-re in #502
    • Add Trajectory.lcss_distance (Longest Common Subsequence) by @steps-re in #503
  • Add time zone handling to line and traj gdf output, fixes #487 by @yvaishalirao in #504
  • Fix TypeError when n_processes is None by @tim-fin in #506
  • Add nice html representations for Trajectory and TrajectoryCollection objects to improve the data analytics experience, particularly in notebook environments by @anitagraser in #494
image

Other improvements

New Contributors

Full Changelog: v0.22.4...v0.23.0

v0.22.4

Choose a tag to compare

@anitagraser anitagraser released this 16 Jul 18:15

This is a minor bug fix release

What's Changed

  • Avoid ValueError on copy by including x, y by @minrk in #471
  • Improve performance by removing redundant decorators by @tanoc in #475
  • Fix the accumulating ids in ValueChangeSplitter by @diego-vicente in #482

New Contributors

Full Changelog: v0.22.3...v0.22.4

v0.22.3

Choose a tag to compare

@anitagraser anitagraser released this 12 May 20:56

This is a minor bug fix release

Full Changelog: v0.22.2...v0.22.3

v0.22.2

Choose a tag to compare

@anitagraser anitagraser released this 11 May 20:08

This is a minor bug fix release

Full Changelog: v0.22.1...v0.22.2

v0.22.1

Choose a tag to compare

@anitagraser anitagraser released this 10 May 17:22

This is a minor bug fix release

Full Changelog: v0.22...v0.22.1

v0.22

Choose a tag to compare

@anitagraser anitagraser released this 07 May 15:53

This release brings significant performance improvements to many workflows by leveraging lazy geometry column generation and improved parallel processing.

What's Changed

New Functionality

Figures 1 & 2 give an impression of the performance improvements:

image
Figure 1: ValueChangeSplitter runtime experiments for lazy geometry column

image
Figure 2: ValueChangeSplitter runtime experiments for parallel processing (comparing 1 vs 16 processes)

Other Improvements

New Contributors

Full Changelog: v0.21.3...v0.22

v0.21.3

Choose a tag to compare

@anitagraser anitagraser released this 05 Apr 08:22

This is a minor release that fixes missing CRS information in ValueChangeSplitter results.

What's Changed

New Contributors

Full Changelog: v0.21.2...v0.21.3

v0.21.2

Choose a tag to compare

@anitagraser anitagraser released this 08 Jan 21:45

This is a minor release that fixes a bug in splitting results:

What's Changed

Full Changelog: v0.21.1...v0.21.2

v0.21.1

Choose a tag to compare

@anitagraser anitagraser released this 08 Jan 15:45

This is a minor bug fix release

Full Changelog: v0.21...v0.21.1

v0.21

Choose a tag to compare

@anitagraser anitagraser released this 08 Jan 14:26

What's Changed

New functionality

Improved functionality

Other improvements

New Contributors

Full Changelog: v0.20...v0.21