|
2 | 2 | Changelog |
3 | 3 | ********* |
4 | 4 |
|
| 5 | +Version 1.2.0 (2024-09-27) |
| 6 | +========================== |
| 7 | + |
| 8 | +**New features:** |
| 9 | + |
| 10 | +- New speed profile method: Gauss |
| 11 | +- New spatial analysis method: Pair distribution function |
| 12 | +- New core measurement method: Acceleration |
| 13 | +- Improve plotting: |
| 14 | + * In distance-line plots, the line can be colored in the speed of the pedestrian |
| 15 | + |
| 16 | +**What's changed:** |
| 17 | + |
| 18 | +- Improve plotting: |
| 19 | +- Column identifiers are now exposed at top-level, e.g., can be imported with :code:`from pedpy import *` |
| 20 | + |
| 21 | +**Fixes:** |
| 22 | + |
| 23 | +- Fix bug in :code:`compute_crossing_frames`, returning the frame a pedestrian may stand on line |
| 24 | +- Improve documentation: |
| 25 | + * Fix in developer guide |
| 26 | + * Fix data types not displayed correctly in some parts of documentation |
| 27 | + * Restructure methods page and add new category names |
| 28 | + * Add details about the Well-Known-Text (WKT) format |
| 29 | + * General minor documentation fixes and improvements |
| 30 | + |
| 31 | +Version 1.1.3 (2024-08-30) |
| 32 | +========================== |
| 33 | + |
| 34 | +**Fixes:** |
| 35 | + |
| 36 | +- Distance to time plot, now show the correct time |
| 37 | + |
5 | 38 | Version 1.1.2 (2024-06-16) |
6 | 39 | ========================== |
7 | 40 |
|
@@ -42,7 +75,7 @@ Version 1.1.0 (2024-03-13) |
42 | 75 | **What's changed:** |
43 | 76 |
|
44 | 77 | * Nightly builds will no longer be uploaded to test-PyPI |
45 | | -* kwagrs how passed from plotting functions to matplotlib backend |
| 78 | +* kwagrs now passed from plotting functions to matplotlib backend |
46 | 79 | * Support :class:`~shapely.GeometryCollection` as base for geometries |
47 | 80 | * Add support for Python 3.12 |
48 | 81 | * Functions are now exposed at top-level, e.g., can be imported with :code:`from pedpy import *` |
|
0 commit comments