Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Mar 9, 2020
1 parent 90997b6 commit 3439539
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 0.4.0

- Add support for compressing & decompressing with laz-rs (supports parallel processing)
- Add support for compressing using laszip.exe
- Add Overflow & Underflow checks to the scaled x, y,z setters
2 changes: 1 addition & 1 deletion pylas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.4"
__version__ = "0.4.0"

from . import errors, vlrs
from .headers import HeaderFactory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pylas",
version="0.3.4",
version="0.4.0",
description="Las/Laz reading and writing in python",
long_description=readme,
url="https://github.com/tmontaigu/pylas",
Expand Down

0 comments on commit 3439539

Please sign in to comment.