Skip to content

Commit

Permalink
Prepare for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jan 8, 2025
1 parent fe3e8af commit fd03098
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

0.7 (2025-01-08)
----------------

- Replace median with mean for computing the displacement of points for unipolar distance cartogram (from a layer of points and a duration matrix).

- Enable the deformation of multiple background layers (previously only one background layer was allowed).

- Improve wording in the README and in the documentation.

0.6 (2024-12-09)
----------------

Expand Down
4 changes: 2 additions & 2 deletions help/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = "0.6"
version = "0.7"
# The full version, including alpha/beta/rc tags.
release = "0.6"
release = "0.7"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=DistanceCartogram
qgisMinimumVersion=3.0
description=Compute distance cartogram
version=0.6
version=0.7
author=Matthieu Viry
[email protected]

Expand Down

0 comments on commit fd03098

Please sign in to comment.