Skip to content

Commit

Permalink
Update changelog (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored Mar 13, 2024
1 parent db3f9af commit c7d06c2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,42 @@
Changelog
*********

Version 1.1.0 (2024-03-13)
==========================

**New features:**

* Add loading functions for different datatypes:
* `JuPedSim <https://jupedsim.org/>`__ trajectory file
* `Viswalk <https://www.ptvgroup.com/en-us/products/pedestrian-simulation-software-ptv-viswalk>`__ trajectory file
* `Pedestrian Dynamics Data Archive <https://ped.fz-juelich.de/da/doku.php>`__ HDF5 file

* 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: :code:`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
* kwagrs how passed from plotting functions to matplotlib backend
* Support :class:`~shapely.GeometryCollection` as base for geometries
* Add support for Python 3.12
* Functions are now exposed at top-level, e.g., can be imported with :code:`from pedpy import *`

**Fixes:**

* Correct automatic computation of vmin and vmax when plotting profiles
* Use correct escape depending in plot label
* Improve documentation

Version 1.0.2 (2023-10-12)
==========================

**What's changed:**

* Make color map in plot_voronoi_cells adjustable
Expand Down

0 comments on commit c7d06c2

Please sign in to comment.