File size: 1,499 Bytes
0914710
 
bb5a051
 
 
 
 
 
 
0914710
bb5a051
0914710
 
 
bb5a051
0914710
 
 
bb5a051
0914710
 
 
 
bb5a051
0914710
 
 
 
 
 
 
bb5a051
0914710
 
 
 
 
 
bb5a051
0914710
 
 
bb5a051
0914710
bb5a051
0914710
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Changelog

## Version 1.3.3

- refactor UI
- switch to base docker image pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
- now LISA+SamGIS demo is the default demo
- lock map on inference to take advantage of image embedding re-use

## Version 1.2.2

- update dependencies version

## Version 1.2.1

- update dependencies version

## Version 1.2.0

- code refactor to separate core functionality (instance segmentation) from other code
- updated test coverage

## Version 1.1.0

- Added this changelog
- specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
- update test coverage
- update python dependencies versions
- update node dependencies versions

## Version 1.0.2

- HuggingFace frontend demo: update the navbar url to SamGIS docs
- add two openapi docs builder scripts
- update samgis version within docs
- remove unused package.json

## Version 1.0.1

- fixed zlib1g security vulnerability in python:3.11-slim-bookworm docker image, see https://security-tracker.debian.org/tracker/CVE-2023-45853

## Version 1.0.0

First release:

- user onboarding tour with driver.js
- code decoupling between the AWS lambda wrapper and the backend...
- ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)
- request input validation using Pydantic
- support for array prompts (both rectangle and point types)
- tiles download/merge/crop steps uses contextily by geopandas
- CSS frontend style with Tailwind