All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Relax string parsing (#98)
0.9.1 - 2024-08-22
- Version numbers in documentation
0.9.0 - 2024-08-22
- Several methods in
Reader
(#89)Reader::read_point
, which returns aResult<Option<Point>>
Reader::read_points
Reader::read_points_into
Reader::read_all_points_into
Writer::write_point
,Header::write_to
,laz
module, a few laz-specific methods onHeader
(#90)
- Reorganize reading, including removing the lifetime specifier on
Reader
(#89) - Conslidate errors to a single enum (#87)
- Start of first EVLR (#91)
Read
trait (#88)Write
trait (#90)- Many methods on
Reader
(#89)read
in favor ofread_point
read_n
in favor ofread_points
read_n_into
in favor ofread_points_into
read_all_points
in favor ofread_all_points_into
Writer::write
(#90)
0.8.8 - 2024-05-30
Builder::minimum_supported_version
(#83)
Reader
now upgrades the las version rather than erroring when a certain feature or format is not supported (#83)
0.8.7 - 2024-05-13
0.8.6 - 2024-05-06
- EVLR offset for laz (#76)
0.8.5 - 2024-04-07
- Allow zero GPS Time values (#75)
0.8.4 - 2024-04-04
laz-parallel
feature (#70)
0.8.3 - 2024-03-25
- Interface for reading many points (#68)
0.8.2 - 2024-03-12
- WKT CRSes for all point formats (#67)
0.8.1 - 2023-03-14
- Possible panic when reading invalid laz files (#58)
0.8.0 - 2022-11-30
- This CHANGELOG (#53)