Skip to content

Latest commit

 

History

History
244 lines (145 loc) · 14 KB

CHANGELOG.md

File metadata and controls

244 lines (145 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file.

0.7.0 - 2024-09-02

⛰️ Features

  • Add custom las Version struct - (196a581)
  • Add support for LAS version 1.0 to 1.4 - (e0eff4e)

🐛 Bug Fixes

  • Support version in cli args parsing - (4dcdfe5)
  • Prevent unnecessary creation of new global ThreadPoolBuilder - (025f723)

🚜 Refactor

⚙️ Miscellaneous Tasks

0.6.1 - 2024-08-28

⛰️ Features

⚙️ Miscellaneous Tasks

0.6.0 - 2024-08-26

🐛 Bug Fixes

  • Add support for no-color las writer - (9f55016)

⚙️ Miscellaneous Tasks

0.5.0 - 2024-08-26

⛰️ Features

⚙️ Miscellaneous Tasks

0.4.7 - 2024-06-13

⛰️ Features

⛰️ Features

⚙️ Miscellaneous Tasks

0.4.6 - 2024-04-17

⛰️ Features

⚙️ Miscellaneous Tasks

Deps

  • Bump e57 crate version - (9a9843d)

0.4.5 - 2023-10-27

⚙️ Miscellaneous Tasks

  • Remove stations feature from release workflow - (6217b09)

Deps

0.4.4 - 2023-09-29

⚙️ Miscellaneous Tasks

0.4.3 - 2023-09-27

Bug Fixes

  • fix inverse transform error on points with big coordinates by playing with scale

0.4.2 - 2023-09-05

0.4.1 - 2023-09-05

⛰️ Features

  • Bump e57 crate version - (8eac110)

0.4.0 - 2023-08-25

⛰️ Features

  • Make stations output file optional - (aa620c9)

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.4.0 - (0b1215a)
  • Go back to hashmap of stations - (d0128ae)
  • Cleanup - (f77be3f)
  • Move to vec stations and refactor - (53ad789)

0.3.1 - 2023-08-23

⛰️ Features

  • Improve station points calculation - (aa58476)

📚 Documentation

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)

0.2.1 - 2023-08-22

⛰️ Features

  • Improve color and intensity calculations - (aa6f164)

📚 Documentation

⚙️ Miscellaneous Tasks

0.2.0 - 2023-08-21

⛰️ Features

🚜 Refactor

  • Improve error logging - (238ffbf)

📚 Documentation

  • Add git cliff to generate changelog - (8d6e59e)

⚙️ Miscellaneous Tasks

  • Add a way to specifiy the number of threads wanted to avoid full cpu usage - (81ae675)
  • Cleanup xml header testing - (1e3a8a4)
  • Remove uncessary point rotation and translation - (20dbf80)

0.1.1 - 2023-08-16

⚙️ Miscellaneous Tasks

0.1.0 - 2023-08-16

🚜 Refactor

  • Remove unused mutex and pointcloud center slow processing - (3e1bb64)

⚙️ Miscellaneous Tasks