Skip to content

Releases: movingpandas/movingpandas

v0.17.2

03 Nov 16:56
Compare
Choose a tag to compare

This minor release adds further improvements for MovingFeatures support by adding a function allowing one to parse the data from a dictionary directly (instead of having to read from a file):

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

26 Aug 08:04
b85e397
Compare
Choose a tag to compare

This minor release returns support for Python 3.9,

What's Changed

Full Changelog: v0.17...v0.17.1

v0.17

05 Aug 18:43
Compare
Choose a tag to compare

New Features

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17

v0.16.1

09 Jul 08:44
0494080
Compare
Choose a tag to compare

This minor release improves time zone handling and stop detection performance

What's Changed

Full Changelog: v0.16...v0.16.1

v0.16

07 May 10:20
c2d9fed
Compare
Choose a tag to compare

New Features

  • fb1174b New arrow markers to indicate trajectory direction in plots
  • #234 New custom distance, speed, and acceleration unit support

image
image

What's Changed

New Contributors

Full Changelog: v.0.15...v0.16

Behind the scenes

v0.15

29 Jan 13:14
Compare
Choose a tag to compare

New features:

  • 5745068 New aggregation parameter (agg) for to_traj_gdf()
  • #287 New get_segments_between function for TrajectoryCollection

Includes fixes and enhancements for:

  • #280 Fixed error in docstring of TrajectoryCollectionAggregator
  • #286 get_position_at now raises an error when the timestamp is outside the time range between the trajectory's start and end time
  • #289 Addressed GeoPandas UserWarnings
  • #290 Addressed FutureWarning in TrajectoryCollection and TrajectoryStopDetector
  • #291 Addressed misleading MissingCRSWarnings

Behind the scenes:

  • #282 More fixes for read the docs

v0.14.rc1

20 Dec 01:57
6338da5
Compare
Choose a tag to compare

New features:

  • #268 New add_angular_difference method

Includes fixes and enhancements for:

  • #267 Note that direction values are [0, 360) in documentation

Behind the scenes:

  • #269 Fixed python dependencies
  • #269 Fixed read the docs build

v0.13

02 Dec 12:31
Compare
Choose a tag to compare
v0.13 Pre-release
Pre-release

Behind the scenes:

v0.12

15 Nov 20:39
Compare
Choose a tag to compare
v0.12 Pre-release
Pre-release

New features:

  • #253 New add_acceleration method

Includes fixes and enhancements for:

Behind the scenes:

v0.11

12 Aug 12:02
Compare
Choose a tag to compare
v0.11 Pre-release
Pre-release

Published at https://anaconda.org/conda-forge/movingpandas

New features:

  • #37 New minimum and Hausdorff distance measures
  • #233 New functions to add a timedelta column and get the trajectory sampling interval

Includes fixes and enhancements for:

Behind the scenes: