You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/upgrading.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@ Upgrading
3
3
4
4
.. warning:: A reminder that compatibility for Kart 0.x releases (software or repositories) isn't guaranteed, Kart is evolving quickly and things will change. However, we aim to provide the means to upgrade existing repositories between 0.x versions and to 1.0.*
5
5
6
+
v0.15 - Linked datasets added
7
+
-----------------------------
8
+
Repositories created with Kart 0.15 are compatible with earlier
9
+
Kart versions, unless they include "linked" datasets (which is a
10
+
different way of structuring point cloud and raster datasets).
11
+
Kart 0.14 and earlier cannot checkout, display or commit changes
12
+
to linked datasets.
13
+
14
+
If you encounter linked datasets, simply install the latest
15
+
version of Kart. You don't need to upgrade any repositories.
16
+
17
+
v0.14 - Raster datasets added
18
+
-----------------------------
19
+
Repositories created with Kart 0.12 are compatible with earlier
20
+
Kart versions, unless they include raster datasets. Kart 0.13 and
21
+
earlier cannot checkout, display or commit changes to point cloud datasets.
22
+
23
+
If you encounter raster datasets, simply install the latest
24
+
version of Kart. You don't need to upgrade any repositories.
25
+
26
+
v0.12 - Point cloud datasets added
27
+
----------------------------------
28
+
Repositories created with Kart 0.12 are compatible with earlier Kart
29
+
versions, unless they include point cloud datasets. Kart 0.11
30
+
and earlier cannot checkout, display or commit changes to point cloud datasets.
31
+
32
+
If you encounter point cloud datasets, simply install the latest
33
+
version of Kart. You don't need to upgrade any repositories.
0 commit comments