alessandro trinca tornidor commited on
Commit
bb5a051
1 Parent(s): c75f9b4

[doc] update Changelog.md

Browse files
Files changed (1) hide show
  1. docs/Changelog.md +15 -0
docs/Changelog.md CHANGED
@@ -1,16 +1,27 @@
1
  # Changelog
2
 
 
 
 
 
 
 
 
3
  ## Version 1.2.2
 
4
  - update dependencies version
5
 
6
  ## Version 1.2.1
 
7
  - update dependencies version
8
 
9
  ## Version 1.2.0
 
10
  - code refactor to separate core functionality (instance segmentation) from other code
11
  - updated test coverage
12
 
13
  ## Version 1.1.0
 
14
  - Added this changelog
15
  - specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
16
  - update test coverage
@@ -18,16 +29,20 @@
18
  - update node dependencies versions
19
 
20
  ## Version 1.0.2
 
21
  - HuggingFace frontend demo: update the navbar url to SamGIS docs
22
  - add two openapi docs builder scripts
23
  - update samgis version within docs
24
  - remove unused package.json
25
 
26
  ## Version 1.0.1
 
27
  - fixed zlib1g security vulnerability in python:3.11-slim-bookworm docker image, see https://security-tracker.debian.org/tracker/CVE-2023-45853
28
 
29
  ## Version 1.0.0
 
30
  First release:
 
31
  - user onboarding tour with driver.js
32
  - code decoupling between the AWS lambda wrapper and the backend...
33
  - ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)
 
1
  # Changelog
2
 
3
+ ## Version 1.3.3
4
+
5
+ - refactor UI
6
+ - switch to base docker image pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
7
+ - now LISA+SamGIS demo is the default demo
8
+ - lock map on inference to take advantage of image embedding re-use
9
+
10
  ## Version 1.2.2
11
+
12
  - update dependencies version
13
 
14
  ## Version 1.2.1
15
+
16
  - update dependencies version
17
 
18
  ## Version 1.2.0
19
+
20
  - code refactor to separate core functionality (instance segmentation) from other code
21
  - updated test coverage
22
 
23
  ## Version 1.1.0
24
+
25
  - Added this changelog
26
  - specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
27
  - update test coverage
 
29
  - update node dependencies versions
30
 
31
  ## Version 1.0.2
32
+
33
  - HuggingFace frontend demo: update the navbar url to SamGIS docs
34
  - add two openapi docs builder scripts
35
  - update samgis version within docs
36
  - remove unused package.json
37
 
38
  ## Version 1.0.1
39
+
40
  - fixed zlib1g security vulnerability in python:3.11-slim-bookworm docker image, see https://security-tracker.debian.org/tracker/CVE-2023-45853
41
 
42
  ## Version 1.0.0
43
+
44
  First release:
45
+
46
  - user onboarding tour with driver.js
47
  - code decoupling between the AWS lambda wrapper and the backend...
48
  - ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)