Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyotb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Nicolas Narçon
pyotb
Commits
9b9b2960
Commit
9b9b2960
authored
2 years ago
by
Rémi Cresson
Browse files
Options
Downloads
Patches
Plain Diff
COMP: version 1.5.2 --> 1.5.3
parent
4f68873e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!46
Publish release 1.5.3
,
!45
Release 1.5.3
Pipeline
#11643
passed
2 years ago
Stage: Static Analysis
Stage: Documentation test
Stage: Tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyotb/__init__.py
+1
-1
1 addition, 1 deletion
pyotb/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
pyotb/__init__.py
+
1
−
1
View file @
9b9b2960
# -*- coding: utf-8 -*-
"""
This module provides convenient python wrapping of otbApplications.
"""
__version__
=
"
1.5.
2
"
__version__
=
"
1.5.
3
"
from
.apps
import
*
from
.core
import
App
,
Output
,
Input
,
get_nbchannels
,
get_pixel_type
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9b9b2960
...
...
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools
.
setup
(
name
=
"
pyotb
"
,
version
=
"
1.5.
2
"
,
version
=
"
1.5.
3
"
,
author
=
"
Nicolas Narçon
"
,
author_email
=
"
nicolas.narcon@gmail.com
"
,
description
=
"
Library to enable easy use of the Orfeo Tool Box (OTB) in Python
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment