Skip to content

Commit a9c0dc3

Browse files
committed
bump 3.5.3 for dist issues
1 parent d0d3782 commit a9c0dc3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ To enable this mode, you just need to include the python populate function along
254254
The following snippet provides a simple example of how to use a Numpy array as buffer to support writing through PDAL
255255
with total control over the maximum amount of memory to use.
256256

257-
.. raw:: html
257+
Example: Streaming the read and write of a very large LAZ file with low memory footprint
258+
.........................................................................................
259+
258260

259-
<details>
260-
<summary>Example: Streaming the read and write of a very large LAZ file with low memory footprint</summary>
261261

262262
.. code-block:: python
263263
@@ -302,9 +302,7 @@ with total control over the maximum amount of memory to use.
302302
303303
print(f"\nWROTE - {count}")
304304
305-
.. raw:: html
306305
307-
</details>
308306
309307
Executing Streamable Pipelines
310308
................................................................................

src/pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["Pipeline", "Stage", "Reader", "Filter", "Writer", "dimensions", "info"]
2-
__version__ = '3.5.2'
2+
__version__ = '3.5.3'
33

44
from . import libpdalpython
55
from .drivers import inject_pdal_drivers

0 commit comments

Comments
 (0)