Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 18:13
· 67 commits to main since this release
3fb7c08

0.3.0 - 2023-08-22

⛰️ Features

  • Extract get_las_writer fn - (2bfe276)
  • Extract create_station_file function - (24378fe)
  • Add convert file fn - (ccf390e)
  • Create lib - (2da027f)

🚜 Refactor

  • Clean up lib exports - (a88686a)
  • Replace matches with error propagation - (711fd2d)
  • Adopt a more modular approach - (108ee47)

📚 Documentation

  • Add rustdoc for the exported functions - (227ff45)
  • Update CHANGELOG - (32e979e)

⚙️ Miscellaneous Tasks

  • (release) V0.2.1 - (3df9268)
  • Refactor point conversion in separate mod - (d400f96)
  • Remove potentially unused functions - (950c663)
  • Update point conversion to e57 version and example - (a8b6a29)
  • Remove deprecated pointcloud reader method - (364aa6b)
  • Update sum_coordinates to check the validity of current coordinates - (465c958)
  • Replace eventual invalid guid by random uuid - (1b6f8f4)
  • Refactor stations from vec to hashmap - (101ec94)
  • Move thread pool builder in convert_file mod - (c1cb0e4)
  • Update README - (55f8200)
  • Cleanup unusued crates deps - (9a242f3)
  • Rename get_sum_coordinates - (8fa134a)

Deps

  • Bump e57 to 0.8.0 - (c17f576)
  • Add v4 feature to uuid crate - (8d6afc9)