Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@schroedtert schroedtert released this 27 Sep 14:03
· 9 commits to main since this release
1a67375

New features:

  • New speed profile method: Gauss
  • New spatial analysis method: Pair distribution function
  • New core measurement method: Acceleration
  • Improve plotting:
    • In distance-line plots, the line can be colored in the speed of the pedestrian

What's changed:

  • Improve plotting:
  • Column identifiers are now exposed at top-level, e.g., can be imported with from pedpy import *

Fixes:

  • Fix bug in compute_crossing_frames, returning the frame a pedestrian may stand on line
  • Improve documentation:
    • Fix in developer guide
    • Fix data types not displayed correctly in some parts of documentation
    • Restructure methods page and add new category names
    • Add details about the Well-Known-Text (WKT) format
    • General minor documentation fixes and improvements
    • Show BibTeX for citation from Zenodo metadata (also for stable)
  • Distance to time plot, now show the correct time
  • Improve plotting of polygons:
    • Fill color of polygons does not show outside the borders when using narrow line_width
    • No gaps at the last point of the polygon boundary
  • Improve documentation: Show BibTeX for citation from Zenodo metadata

New Contributors