Skip to content

Commit 1a67375

Browse files
authored
Update changelog for 1.2.0 (#379)
1 parent 9c526d8 commit 1a67375

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

docs/source/changelog.rst

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22
Changelog
33
*********
44

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+
538
Version 1.1.2 (2024-06-16)
639
==========================
740

@@ -42,7 +75,7 @@ Version 1.1.0 (2024-03-13)
4275
**What's changed:**
4376

4477
* 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
4679
* Support :class:`~shapely.GeometryCollection` as base for geometries
4780
* Add support for Python 3.12
4881
* Functions are now exposed at top-level, e.g., can be imported with :code:`from pedpy import *`

0 commit comments

Comments
 (0)