Skip to content
Snippets Groups Projects
Commit cb37312e authored by Rémi Cresson's avatar Rémi Cresson
Browse files

Merge branch 'release-2.0.1' into 'develop'

Release 2.0.1

See merge request !110
parents ffcfe570 295d89d4
Branches develop
Tags 2.0.1
1 merge request!110Release 2.0.1
Pipeline #15157 canceled
---------------------------------------------------------------------
develop - Changes since version 2.0.0
2.0.1 (Dec 18, 2023) - Changes since version 2.0.0
- Fix a bug when writing outputs in uint8
---------------------------------------------------------------------
2.00 (Nov 23, 2023) - Changes since version 1.5.4
2.0.0 (Nov 23, 2023) - Changes since version 1.5.4
- Major refactoring (see troubleshooting/migration)
- Pythonic extended filenames (can use dict, etc)
......
# -*- coding: utf-8 -*-
"""This module provides convenient python wrapping of otbApplications."""
__version__ = "2.0.0"
__version__ = "2.0.1"
from .install import install_otb
from .helpers import logger, set_logger_level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment