aletrn commited on
Commit
1016de6
·
1 Parent(s): 1559948

chore: bump to version 1.6.6

Browse files
Files changed (2) hide show
  1. docs/Changelog.md +5 -0
  2. pyproject.toml +2 -2
docs/Changelog.md CHANGED
@@ -1,10 +1,15 @@
1
  # Changelog
2
 
 
 
 
 
3
  ## Version 1.6.5
4
 
5
  - add missing files needed for HuggingFace ci
6
  - using samgis-core = 3.0.6, samgis-web = 1.0.8
7
  - updated sam-quantized submodule because of updated decoder model
 
8
 
9
  ## Version 1.6.0
10
 
 
1
  # Changelog
2
 
3
+ ## Version 1.6.6
4
+
5
+ - Adopt again docker SDK (we'll try Gradio SDK on duplicated HuggingFace space)
6
+
7
  ## Version 1.6.5
8
 
9
  - add missing files needed for HuggingFace ci
10
  - using samgis-core = 3.0.6, samgis-web = 1.0.8
11
  - updated sam-quantized submodule because of updated decoder model
12
+ - trying to adopt Gradio SDK
13
 
14
  ## Version 1.6.0
15
 
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "samgis"
3
- version = "1.6.5"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "MIT license"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "samgis"
11
- version = "1.6.5"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
 
1
  [tool.poetry]
2
  name = "samgis"
3
+ version = "1.6.6"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "MIT license"
 
8
 
9
  [metadata]
10
  name = "samgis"
11
+ version = "1.6.6"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"