chore: bump to version 1.6.9, update Changelog.md, update Dockerfile
Browse files- Dockerfile +1 -1
- docs/Changelog.md +5 -0
- poetry.lock +8 -8
- pyproject.toml +4 -4
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.6.
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
|
|
1 |
+
FROM registry.gitlab.com/aletrn/gis-prediction:1.6.9
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
docs/Changelog.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
# Changelog
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
## Version 1.6.8
|
4 |
|
5 |
- Update samgis-core = 3.0.9, samgis-web = 1.0.10
|
|
|
1 |
# Changelog
|
2 |
|
3 |
+
|
4 |
+
## Version 1.6.9
|
5 |
+
|
6 |
+
- Update samgis-core = 3.0.12, samgis-web = 1.0.13
|
7 |
+
|
8 |
## Version 1.6.8
|
9 |
|
10 |
- Update samgis-core = 3.0.9, samgis-web = 1.0.10
|
poetry.lock
CHANGED
@@ -2543,13 +2543,13 @@ files = [
|
|
2543 |
|
2544 |
[[package]]
|
2545 |
name = "samgis-core"
|
2546 |
-
version = "3.0.
|
2547 |
description = "SamGIS CORE"
|
2548 |
optional = false
|
2549 |
python-versions = "<3.12,>=3.10"
|
2550 |
files = [
|
2551 |
-
{file = "samgis_core-3.0.
|
2552 |
-
{file = "samgis_core-3.0.
|
2553 |
]
|
2554 |
|
2555 |
[package.dependencies]
|
@@ -2564,13 +2564,13 @@ structlog = ">=24.4.0,<25.0.0"
|
|
2564 |
|
2565 |
[[package]]
|
2566 |
name = "samgis-web"
|
2567 |
-
version = "1.0.
|
2568 |
description = "SamGIS WEB"
|
2569 |
optional = false
|
2570 |
python-versions = "<3.12,>=3.10"
|
2571 |
files = [
|
2572 |
-
{file = "samgis_web-1.0.
|
2573 |
-
{file = "samgis_web-1.0.
|
2574 |
]
|
2575 |
|
2576 |
[package.dependencies]
|
@@ -2580,7 +2580,7 @@ fastapi = ">=0.111.1,<0.112.0"
|
|
2580 |
geopandas = ">=1.0.1,<2.0.0"
|
2581 |
rasterio = ">=1.3.10,<2.0.0"
|
2582 |
requests = ">=2.32.3,<3.0.0"
|
2583 |
-
samgis-core = "3.0.
|
2584 |
shapely = ">=2.0.5,<3.0.0"
|
2585 |
uvicorn = ">=0.30.1,<0.31.0"
|
2586 |
|
@@ -3351,4 +3351,4 @@ files = [
|
|
3351 |
[metadata]
|
3352 |
lock-version = "2.0"
|
3353 |
python-versions = ">=3.10, <3.12"
|
3354 |
-
content-hash = "
|
|
|
2543 |
|
2544 |
[[package]]
|
2545 |
name = "samgis-core"
|
2546 |
+
version = "3.0.12"
|
2547 |
description = "SamGIS CORE"
|
2548 |
optional = false
|
2549 |
python-versions = "<3.12,>=3.10"
|
2550 |
files = [
|
2551 |
+
{file = "samgis_core-3.0.12-py3-none-any.whl", hash = "sha256:d03fcd178711e3f894363e74180d1c42b472e6c3d9872d618fb29ca211cc6c47"},
|
2552 |
+
{file = "samgis_core-3.0.12.tar.gz", hash = "sha256:77d4b809e1574919ffc25a679124b026c841a491bf99775f073d6c944de1ca93"},
|
2553 |
]
|
2554 |
|
2555 |
[package.dependencies]
|
|
|
2564 |
|
2565 |
[[package]]
|
2566 |
name = "samgis-web"
|
2567 |
+
version = "1.0.13"
|
2568 |
description = "SamGIS WEB"
|
2569 |
optional = false
|
2570 |
python-versions = "<3.12,>=3.10"
|
2571 |
files = [
|
2572 |
+
{file = "samgis_web-1.0.13-py3-none-any.whl", hash = "sha256:b5e24774f34d78e08d1dc85afdadad4205c755d91ee270d07eb7fb3fa2213538"},
|
2573 |
+
{file = "samgis_web-1.0.13.tar.gz", hash = "sha256:0a650ed134c335059d9ecc37d215f022a5d351b3508df16a998e809e88cc08a4"},
|
2574 |
]
|
2575 |
|
2576 |
[package.dependencies]
|
|
|
2580 |
geopandas = ">=1.0.1,<2.0.0"
|
2581 |
rasterio = ">=1.3.10,<2.0.0"
|
2582 |
requests = ">=2.32.3,<3.0.0"
|
2583 |
+
samgis-core = "3.0.12"
|
2584 |
shapely = ">=2.0.5,<3.0.0"
|
2585 |
uvicorn = ">=0.30.1,<0.31.0"
|
2586 |
|
|
|
3351 |
[metadata]
|
3352 |
lock-version = "2.0"
|
3353 |
python-versions = ">=3.10, <3.12"
|
3354 |
+
content-hash = "1b79a65edd71014c2036ba863d75a7fa49595ac6ed7df85efeaaf318f2ffa2d4"
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
-
version = "1.6.
|
4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "MIT license"
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis"
|
11 |
-
version = "1.6.
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
@@ -28,8 +28,8 @@ python-dotenv = "^1.0.1"
|
|
28 |
onnxruntime = "^1.18.1"
|
29 |
rasterio = "^1.3.10"
|
30 |
requests = "^2.32.3"
|
31 |
-
samgis-core = "3.0.
|
32 |
-
samgis-web = "1.0.
|
33 |
|
34 |
[tool.poetry.group.gradio]
|
35 |
optional = true
|
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
+
version = "1.6.9"
|
4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "MIT license"
|
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis"
|
11 |
+
version = "1.6.9"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
|
|
28 |
onnxruntime = "^1.18.1"
|
29 |
rasterio = "^1.3.10"
|
30 |
requests = "^2.32.3"
|
31 |
+
samgis-core = "3.0.12"
|
32 |
+
samgis-web = "1.0.13"
|
33 |
|
34 |
[tool.poetry.group.gradio]
|
35 |
optional = true
|