File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Changes
22--------------------------------------------------------------------------------
33
4+ 2.3.5
5+ ................................................................................
6+
7+ * Fix memory leak https://github.com/PDAL/python/pull/74
8+ * Handle metadata with invalid unicode by erroring https://github.com/PDAL/python/pull/74
9+
4102.3.0
511................................................................................
612
Original file line number Diff line number Diff line change @@ -154,15 +154,13 @@ PDAL and Python:
154154.. _`schema` : http://www.pdal.io/dimensions.html
155155.. _`metadata` : http://www.pdal.io/development/metadata.html
156156
157- 
158-
159157.. image :: https://github.com/PDAL/python/workflows/Build/badge.svg
160158 :target: https://github.com/PDAL/python/actions?query=workflow%3ABuild
161159
162160Requirements
163161================================================================================
164162
165- * PDAL 2.1 +
163+ * PDAL 2.2 +
166164* Python >=3.6
167165* Cython (eg :code: `pip install cython `)
168166* Packaging (eg :code: `pip install packaging `)
Original file line number Diff line number Diff line change 1- __version__ = '2.3.4 '
1+ __version__ = '2.3.5 '
22
33from .pipeline import Pipeline
44from .array import Array
You can’t perform that action at this time.
0 commit comments