Skip to content

Commit c7d06c2

Browse files
authored
Update changelog (#297)
1 parent db3f9af commit c7d06c2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/source/changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,42 @@
22
Changelog
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+
538
Version 1.0.2 (2023-10-12)
639
==========================
40+
741
**What's changed:**
842

943
* Make color map in plot_voronoi_cells adjustable

0 commit comments

Comments
 (0)