Skip to content
Commits on Source (5)
Metadata-Version: 1.2
Name: PDAL
Version: 2.1.0rc3
Version: 2.1.0
Summary: Point cloud data processing
Home-page: http://pdal.io
Author: Howard Butler
......
2.1.0rc3
\ No newline at end of file
2.1.0
\ No newline at end of file
python-pdal (2.1.0~rc3+ds-1) UNRELEASED; urgency=medium
python-pdal (2.1.0+ds-1~exp1) experimental; urgency=medium
* New upstream release candidate.
* New upstream release.
* Bump Standards-Version to 4.2.1, no changes.
* Drop autopkgtests to test installability & module import.
* Add lintian override for testsuite-autopkgtest-missing.
* Update copyright years for Howard Butler.
* Remove package name from lintian overrides.
* Require at least libpdal-dev 1.8~ and its python plugin.
* Require at least libpdal-dev 1.8.0 and its python plugin.
-- Bas Couwenberg <sebastic@debian.org> Thu, 01 Nov 2018 14:23:07 +0100
-- Bas Couwenberg <sebastic@debian.org> Tue, 06 Nov 2018 15:49:19 +0100
python-pdal (2.0.0+ds-2) unstable; urgency=medium
......
......@@ -6,8 +6,8 @@ Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
cython,
libpdal-dev (>= 1.8~),
libpdal-plugin-python (>= 1.8~),
libpdal-dev (>= 1.8.0),
libpdal-plugin-python (>= 1.8.0),
python-all-dev,
python-numpy,
python-packaging,
......
__version__='2.1.0rc3'
__version__='2.1.0'
from .pipeline import Pipeline
from .array import Array
......