All notable changes to this project will be documented in this file.
0.7.0 - 2024-09-02
- Support version in cli args parsing - (4dcdfe5)
- Prevent unnecessary creation of new global ThreadPoolBuilder - (025f723)
- Remove unused import - (ca9233e)
- Bump version - (63af7e8)
- Update clippy rules - (af3ee97)
- Update README - (5400678)
- Rename LasVersion struct and fix doc - (0c2f05c)
- Use lfs in ci - (e16bb12)
- Update README - (dee1b21)
0.6.1 - 2024-08-28
- Update crate e57 - (e8cd453)
- Update changelog - (1fd1570)
0.6.0 - 2024-08-26
- Add support for no-color las writer - (9f55016)
- Bump version - (f358569)
- Add bunny example data - (9e16a6c)
- Exclude examples files from crate - (ae723cd)
- Update changelog - (2eca699)
0.5.0 - 2024-08-26
- Bump version - (0003b6f)
- Add example data - (524e5eb)
- Bump cliff config - (e8d7975)
- Bump changelog - (3288b26)
0.4.7 - 2024-06-13
- Bump dependencies - (906f187)
- Bump dependencies - (906f187)
- Update README - (5430f44)
0.4.6 - 2024-04-17
- Bump dependencies - (c7c13b7)
- Bump e57 crate version - (9a9843d)
0.4.5 - 2023-10-27
- Remove stations feature from release workflow - (6217b09)
- Bump e57rs - (24463d3)
0.4.4 - 2023-09-29
0.4.3 - 2023-09-27
- 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
- Bump e57 crate version - (8eac110)
0.4.0 - 2023-08-25
- Make stations output file optional - (aa620c9)
- (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
- Improve station points calculation - (aa58476)
0.3.0 - 2023-08-22
- Extract
get_las_writer
fn - (2bfe276) - Extract
create_station_file
function - (24378fe) - Add convert file fn - (ccf390e)
- Create lib - (2da027f)
- Clean up lib exports - (a88686a)
- Replace matches with error propagation - (711fd2d)
- Adopt a more modular approach - (108ee47)
- (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)
0.2.1 - 2023-08-22
- Improve color and intensity calculations - (aa6f164)
- Add badges to README - (242950b)
- (release) V0.2.1 - (870565c)
- Update repo and bin name - (321a55a)
- Bump e57 crate to v0.7.0 - (cb7f9e9)
0.2.0 - 2023-08-21
- Improve error logging - (238ffbf)
- Add git cliff to generate changelog - (8d6e59e)
- 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
- Add metadata - (0160da8)
0.1.0 - 2023-08-16
- Remove unused mutex and pointcloud center slow processing - (3e1bb64)
- Add LICENSE - ([a55fa40](https://github.com/nivalis-studio/e57_t