Skip to content

Releases: PedestrianDynamics/PedPy

v1.2.0

27 Sep 14:03
1a67375
Compare
Choose a tag to compare

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

v1.1.3

30 Aug 18:14
e5c5d59
Compare
Choose a tag to compare

Fixes:

  • Distance to time plots now show the correct time

v1.1.2

16 Jun 08:02
303e3c9
Compare
Choose a tag to compare

Fixes:

  • Improve documentation: Show BibTeX for citation from Zenodo metadata (now also for stable)

v1.1.1

12 Jun 17:00
c7ee313
Compare
Choose a tag to compare

Fixes:

  • Improve plotting of polygons:
    - Fill color of polygons does not show outside of the borders when using narraw line_width
    - No gaps at the last point of the polygon boundary
  • Improve documentation: Show BibTeX for citation from Zenodo metadata

v1.1.0

13 Mar 15:50
c7d06c2
Compare
Choose a tag to compare

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
  • kwargs 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

v1.0.2

13 Oct 08:38
f1e0e35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Oct 12:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Sep 11:59
cbc685a
Compare
Choose a tag to compare

First release of PedPy.

v1.0.0rc5

19 Sep 07:05
cbc685a
Compare
Choose a tag to compare
v1.0.0rc5 Pre-release
Pre-release
Remove pytable import from pedpy requirements (#221)

v1.0.0rc4

12 Sep 11:28
8641d92
Compare
Choose a tag to compare
v1.0.0rc4 Pre-release
Pre-release
Add contribution guide