Changelog#

Version 1.1.0 (2024-03-13)#

New features:

  • Add loading functions for different datatypes:
  • Improve profile computations:
    • Introduce separate function to compute speed and density profiles

    • Add classic and Gaussian density profile computation

    • Add mean speed profile computation

  • Improve trajectory data:
    • Make trajectory data sliceable by frames: trajectory[0:100]

    • Expose metadata as bounds, number pedestrians and frame range

What’s changed:

  • Nightly builds will no longer be uploaded to test-PyPI

  • kwagrs how passed from plotting functions to matplotlib backend

  • Support GeometryCollection as base for geometries

  • Add support for Python 3.12

  • Functions are now exposed at top-level, e.g., can be imported with from pedpy import *

Fixes:

  • Correct automatic computation of vmin and vmax when plotting profiles

  • Use correct escape depending in plot label

  • Improve documentation

Version 1.0.2 (2023-10-12)#

What’s changed:

  • Make color map in plot_voronoi_cells adjustable

Fixes:

  • Fix future warnings from Pandas

  • Fix bug, when plotting multiple density distributions in subplots

Version 1.0.1 (2023-10-04)#

Fixes:

  • Add correct doi badge to documentation and readme

Version 1.0.0 (2023-09-22)#

First release of PedPy.