Changelog
0.15 (released January 2023)
Version 0.15 includes, amongst other improvements, the following new algorithms:
- New aggregation parameter for TrajectoryCollection.to_traj_gdf function
For full details, see the commit history.
0.14 (released December 2022)
Version 0.14 includes, amongst other improvements, the following new algorithms:
- New add_angular_difference method
For full details, see the commit history.
0.13 (released December 2022)
Version 0.13 focuses on behind-the-scenes improvements. We’ve made interactive plotting dependencies optional to simplify installation in environments that don’t need visualizations.
For full details, see the commit history.
0.12 (released November 2022)
Version 0.12 includes, amongst other improvements, the following new algorithms:
- New add_acceleration method
For full details, see the commit history.
0.11 (released August 2022)
Version 0.11 includes, amongst other improvements, the following new algorithms:
- New minimum and Hausdorff distance measures
- New functions to add a timedelta column and get the trajectory sampling interval
For full details, see the commit history.
0.10 (released June 2022)
Version 0.10 includes, amongst other improvements, the following new algorithms:
- First initial MovingFeatures JSON (MF-JSON) support
- New tutorial on local non-geographic coordinates
For full details, see the commit history.
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.