File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- 0.8 (unreleased )
4
+ 0.8 (2025-01-20 )
5
5
----------------
6
6
7
7
- Fix the reading of the CSV durations matrix when the first cell isn't empty.
8
8
9
9
- Fix the listening of changes in the QlistWidget that allows the user to select the layer to deform.
10
10
11
+ - Improve progression of the progress bar during the cartogram creation.
12
+
13
+ - Make the main QDialog non-resizable (since the content does not resize according to the size of the QDialog).
14
+
15
+
11
16
0.7 (2025-01-08)
12
17
----------------
13
18
@@ -17,6 +22,7 @@ Changes
17
22
18
23
- Improve wording in the README and in the documentation.
19
24
25
+
20
26
0.6 (2024-12-09)
21
27
----------------
22
28
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = "0.7 "
51
+ version = "0.8 "
52
52
# The full version, including alpha/beta/rc tags.
53
- release = "0.7 "
53
+ release = "0.8 "
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
name=DistanceCartogram
11
11
qgisMinimumVersion=3.0
12
12
description=Compute distance cartogram
13
- version=0.7
13
+ version=0.8
14
14
author=Matthieu Viry
15
15
email=matthieu.viry@cnrs.fr
16
16
You can’t perform that action at this time.
0 commit comments