Skip to content

Commit fd03098

Browse files
committed
Prepare for 0.7 release
1 parent fe3e8af commit fd03098

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
0.7 (2025-01-08)
5+
----------------
6+
7+
- Replace median with mean for computing the displacement of points for unipolar distance cartogram (from a layer of points and a duration matrix).
8+
9+
- Enable the deformation of multiple background layers (previously only one background layer was allowed).
10+
11+
- Improve wording in the README and in the documentation.
12+
413
0.6 (2024-12-09)
514
----------------
615

help/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = "0.6"
51+
version = "0.7"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "0.6"
53+
release = "0.7"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=DistanceCartogram
1111
qgisMinimumVersion=3.0
1212
description=Compute distance cartogram
13-
version=0.6
13+
version=0.7
1414
author=Matthieu Viry
1515
email=matthieu.viry@cnrs.fr
1616

0 commit comments

Comments
 (0)