Skip to content

v0.9.0

Compare
Choose a tag to compare
@gadomski gadomski released this 22 Aug 12:29
· 8 commits to main since this release
v0.9.0

⚠️ 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