Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
0c9ece4a
Commit
0c9ece4a
authored
Nov 27, 2020
by
Daniel Scheffler
Browse files
Updated HISTORY.rst and version info.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
ea6bf250
Pipeline
#16101
failed with stages
in 71 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
0c9ece4a
...
...
@@ -2,8 +2,8 @@
History
=======
0.18.12 (
coming soon
)
--------------------
-
0.18.12 (
2020-11-17
)
--------------------
* The clean-test rule no longer needs coverage as a requirement since this is a test requirement.
* Fixed error while dumping AC inputs (due to logger).
...
...
@@ -14,6 +14,13 @@ History
parallel database accesses) by adding a database lock that blocks parallel database queries.
* Fixed exception while closing AtmCorr.logger.
* Fixed issue #104 (FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple.).
* Fixed some type hinting issues.
* GMS_object.get_subset_obj() now returns None in case the subset contains no data at all.
* Added missing MemoryReserver.logger.close() call.
* Fixed an issue causing the L2B/L2C output to contain wrong spectral bands in case the spectral homogenization is
executed and sort_by_cwl is set to True (due to a wrong wavelength order if no_pan=False).
* SpatialIndexMediator.getFullSceneDataForDataset() now retries the query 10 times in case of a struct.error
(relates to issue #103).
0.18.11 (2020-11-03)
...
...
gms_preprocessing/version.py
View file @
0c9ece4a
...
...
@@ -24,5 +24,5 @@
# You should have received a copy of the GNU Lesser General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.18.1
1
'
__versionalias__
=
'202011
03
.01'
__version__
=
'0.18.1
2
'
__versionalias__
=
'202011
27
.01'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment