-
Notifications
You must be signed in to change notification settings - Fork 9
/
version.py
30 lines (27 loc) · 1.37 KB
/
version.py
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
# vim: set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
# KappaMask predictor version and changelog.
#
# Copyright 2021 - 2022 KappaZeta Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '2.3.0'
min_cm_vsm_version = '0.2.6'
# 2.3.0 - Support band offsets in S2 product metadata. km_s3.sh moves results to data/.
# 2.2.0 - Bump km_predict version to make it compatible with Docker image version numbers.
# 1.1.0 - Docker image no longer relies on Conda.
# 1.0.5 - Calls to cm_vsm now less dependent on platform. Switch from miniconda to micromamba.
# 1.0.4 - Support processing withing polygon-limited area of interest. Sub-tiles no longer flipped.
# 1.0.3 - Mosaic performance optimization.
# 1.0.2 - Mosaic function is unified.
# 1.0.1 - L1C support, new weights files.
# 1.0.0 - km_predict version implementation, logger implementation, image rotating on re-creation fix.