Skip to content

Releases: PedestrianDynamics/PedPy

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

v1.0.0rc3

17 Aug 07:20
Compare
Choose a tag to compare
v1.0.0rc3 Pre-release
Pre-release
Use speed instead of velocity in functions, as we compute the scalar …

…speed

v1.0.0rc2

21 Mar 14:07
cd7f47d
Compare
Choose a tag to compare
v1.0.0rc2 Pre-release
Pre-release
Update some dependencies for conda-forge (#175)