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

Update 2 files

- /pyotb/__init__.py
- /RELEASE_NOTES.txt
parent ffcfe570
No related branches found
No related tags found
Loading
Pipeline #186709 passed
---------------------------------------------------------------------
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