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

Merge branch '109-update-release-notes1' into 'develop'

Update release notes

Closes #109

See merge request !103
parents b00cebb0 8ca3c107
No related branches found
No related tags found
2 merge requests!108Release 2.0.0,!103Update release notes
Pipeline #14337 passed
......@@ -119,6 +119,8 @@ docs:
stage: Documentation
rules:
- changes:
- "*.txt"
- "*.md"
- mkdocs.yml
- doc/*
- pyotb/*.py
......
---------------------------------------------------------------------
2.00 (Nov 23, 2023) - Changes since version 1.5.4
- Major refactoring (see troubleshooting/migration)
- Pythonic extended filenames (can use dict, etc)
- Easy access to image metadata
- CI improvements (tests, coverage, doc, etc)
- Documentation improvement
- Code format
- Allow OTB dotted parameters in kwargs
- Easy access to pixel coordinates
- Add function to transform x,y coordinates into row, col
- Native support of vsicurl inputs
- Fixes and enhancements in `summarize()`
- Fixes in `shape`
- Add typing to function defs to enhance documentation
---------------------------------------------------------------------
1.5.4 (Oct 01, 2022) - Changes since version 1.5.3
- Fix slicer wrong end of slicing
---------------------------------------------------------------------
1.5.3 (Sep 29, 2022) - Changes since version 1.5.2
......
# -*- coding: utf-8 -*-
"""This module provides convenient python wrapping of otbApplications."""
__version__ = "2.0.0.dev8"
__version__ = "2.0.0"
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