Skip to content

Commit aa4fe8b

Browse files
committed
Update metadata and readme & prepare for release 0.4
1 parent 3d4bbda commit aa4fe8b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Changes
22
=======
33

4-
0.4 (unrealeased)
4+
0.4 (2022-12-29)
55
-----------------
66

77
- Fixes the displacement of source point when the image point is very distant.
88

99
- Fix some numpy deprecation warning.
1010

11-
- Slightly change strategy for activating the OK button in the Dialog.
11+
- Slightly change strategy for activating the OK button in the dialog.
1212

1313
- Use __geo_interface__ instead of asJson when extracting coordinates of source / image points.
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deformations (calculated using Waldo Tobler's bidimensional regression) to fit i
88

99
The relation between the source points and the image points must depend on the studied theme: positions in access time or estimated positions in spatial cognition for example.
1010

11-
**DistanceCartogram QGIS plugin** is currently available in two languages (english and french) and allows to create distance cartograms in two ways:
11+
**DistanceCartogram QGIS plugin** is currently available in two languages (English and French) and allows you to create distance cartograms in two ways:
1212

1313
* by providing a **layer of points** and a **time matrix between them** (used to create the image points layer)
1414
* by providing **2 layers of related points** : the source points and the image points.

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.3'
51+
version = '0.4'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.3'
53+
release = '0.4'
5454

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

i18n/DistanceCartogram_fr.qm

-9.28 KB
Binary file not shown.

metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
name=DistanceCartogram
1111
qgisMinimumVersion=3.0
1212
description=Compute distance cartogram
13-
version=0.3
13+
version=0.4
1414
author=Matthieu Viry
1515
email=matthieu.viry@cnrs.fr
1616

17-
about=DistanceCartogram QGIS plugin allows to create distance cartogram. This is done by showing (on background(s) layer(s), such as the territorial divisions of the study zone) the local deformations (calculated using Waldo Tobler's bidimensional regression) to fit image points to source points. DistanceCartogram allows to create distance cartograms in two ways: from two layers of points (source points and image points) or from a layer of points and a time matrix between them.
17+
about=DistanceCartogram QGIS plugin allows you to create distance cartogram. This is done by showing (on background(s) layer(s), such as the territorial divisions of the study zone) the local deformations (calculated using Waldo Tobler's bidimensional regression) to fit image points to source points. DistanceCartogram allows to create distance cartograms in two ways: from two layers of points (source points and image points) or from a layer of points and a time matrix between them.
1818

1919
tracker=https://github.com/mthh/QgisDistanceCartogramPlugin/issues
2020
repository=https://github.com/mthh/QgisDistanceCartogramPlugin

0 commit comments

Comments
 (0)