Skip to content

Releases: gadomski/las-rs

v0.9.2

06 Nov 11:50
v0.9.2
0f0cffc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

22 Aug 12:33
v0.9.1
96ef6ed
Compare
Choose a tag to compare

Small PATCH release to fix the version numbers in documentation.

v0.9.0

22 Aug 12:29
v0.9.0
Compare
Choose a tag to compare

⚠️ This breaking release includes a pretty significant refactor around reading and writing. I did my best to deprecate stuff (instead of removing) but there will likely be breaks. See the changelog for a full listing of the added and deprecated functions.

Migrating to v0.9.0 and removing all deprecated things will include, at least:

  • Removing any imports of the Read and Write traits (they're not used anymore)
  • Switching any Error handling to use the consolidated las::Error (previously, there were Error enums in several modules)
  • Switching to read_point and write_point instead of read and write

What's Changed

Full Changelog: v0.8.8...v0.9.0

v0.9.0-beta.0

15 Aug 15:27
v0.9.0-beta.0
Compare
Choose a tag to compare
v0.9.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.8...v0.9.0-beta.0

v0.8.8

30 May 15:14
v0.8.8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.7...v0.8.8