Skip to content

Releases: nivalis-studio/e57-to-las

v0.4.1

05 Sep 15:20
c5c7ef3
Compare
Choose a tag to compare

0.4.1 - 2023-09-05

⛰️ Features

  • Bump e57 crate version - (8eac110)

v0.4.0

25 Aug 16:32
87569ed
Compare
Choose a tag to compare

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)

v0.3.1

23 Aug 10:19
9d15647
Compare
Choose a tag to compare

0.3.1 - 2023-08-23

⛰️ Features

  • Improve station points calculation - (aa58476)

📚 Documentation

v0.3.0

22 Aug 18:13
3fb7c08
Compare
Choose a tag to compare

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)

v0.2.1

22 Aug 07:51
870565c
Compare
Choose a tag to compare
chore(release): v0.2.1

v0.2.0

21 Aug 18:06
8ee090d
Compare
Choose a tag to compare

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)

v0.1.1

16 Aug 22:31
0160da8
Compare
Choose a tag to compare

0.1.1 - 2023-08-16

🚜 Refactor

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

⚙️ Miscellaneous Tasks

  • Add LICENSE - (a55fa40)
  • Update output hierarchy to be uuid/las/*.las - (a9675c1)
  • Calculate pointclouds centers and write in json - (245340b)

⚙️ Miscellaneous Tasks

v0.1.0

22 Aug 18:13
a55fa40
Compare
Choose a tag to compare
chore: add LICENSE

v0.0.6

16 Aug 17:20
Compare
Choose a tag to compare

0.0.6 - 2023-08-16

⛰️ Features

  • ParallelIterator to process each point cloud - (7eda28f)

⚙️ Miscellaneous Tasks

  • Skip invalid point and refactor - (f1a1ad1)
  • Bump to e57 0.6.0 - (8cff01a)
  • Small refactor - (1d14a99)
  • Inside pointcloud multi-threading - (48e046a)

v0.0.5

11 Aug 22:58
46ebb96
Compare
Choose a tag to compare

0.0.5 - 2023-08-11

⚙️ Miscellaneous Tasks

  • Remove duplicate gh workflows - (dd1a88f)