File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
33*********
44
5+ Version 1.1.0 (2024-03-13)
6+ ==========================
7+
8+ **New features: **
9+
10+ * Add loading functions for different datatypes:
11+ * `JuPedSim <https://jupedsim.org/ >`__ trajectory file
12+ * `Viswalk <https://www.ptvgroup.com/en-us/products/pedestrian-simulation-software-ptv-viswalk >`__ trajectory file
13+ * `Pedestrian Dynamics Data Archive <https://ped.fz-juelich.de/da/doku.php >`__ HDF5 file
14+
15+ * Improve profile computations:
16+ * Introduce separate function to compute speed and density profiles
17+ * Add classic and Gaussian density profile computation
18+ * Add mean speed profile computation
19+
20+ * Improve trajectory data:
21+ * Make trajectory data sliceable by frames: :code: `trajectory[0:100] `
22+ * Expose metadata as bounds, number pedestrians and frame range
23+
24+ **What's changed: **
25+
26+ * Nightly builds will no longer be uploaded to test-PyPI
27+ * kwagrs how passed from plotting functions to matplotlib backend
28+ * Support :class: `~shapely.GeometryCollection ` as base for geometries
29+ * Add support for Python 3.12
30+ * Functions are now exposed at top-level, e.g., can be imported with :code: `from pedpy import * `
31+
32+ **Fixes: **
33+
34+ * Correct automatic computation of vmin and vmax when plotting profiles
35+ * Use correct escape depending in plot label
36+ * Improve documentation
37+
538Version 1.0.2 (2023-10-12)
639==========================
40+
741**What's changed: **
842
943* Make color map in plot_voronoi_cells adjustable
You can’t perform that action at this time.
0 commit comments