Changelog
0.9 (released January 2022)
Version 0.9 includes, amongst other improvements, the following new algorithms:
- A Kalman filter for trajectory smoothing,
- Top-Down Time Ratio algorithm for spatiotemporal trajectory generalization,
- A cleaning algorithm that removes statistical outliers in numerical columns
For full details, see the commit history.
0.8 (released October 2021)
Version 0.8 makes it more convenient to create Trajectory/TrajectoryCollection objects from (Geo)DataFrames without existing DatetimeIndex and/or geometry.
For full details, see the commit history.
0.7 (released June 2021)
Version 0.7 adds functionality to convert Trajectory and TrajectoryCollection objects back to GeoDataFrames.
For full details, see the commit history.
0.6 (released May 2021)
Version 0.6 focuses on bug fixes and improvements to stop detection usability.
For full details, see the commit history.
0.5 (released September 2020)
Version 0.5 adds stop detection and stop-based trajectory splitting.
For full details, see the commit history.
0.4 (released August 2020)
Version 0.4 focuses on support for updated dependencies, including GeoPandas, Shapely, and Bokeh.
For full details, see the commit history.
0.3 (released March 2020)
Version 0.3 is the first release after MovingPandas passed peer review and was approved for pyOpenSci.
New features include:
- Support for GeoPandas 0.7
- Trajectory collection aggregation functions to generate flow maps
For full details, see the commit history.