Releases: ai4trees/pointtorch
Releases · ai4trees/pointtorch
v1.0.3
19 Apr 19:28
Compare
Sorry, something went wrong.
No results found
v1.0.3 (2026-04-19)
Bug Fixes
Chores
Fix build of Docker images in CI pipeline (#91 , bbba18a )
Detailed Changes : v1.0.2...v1.0.3
v1.0.2
09 Apr 15:32
Compare
Sorry, something went wrong.
No results found
v1.0.2 (2026-04-09)
Bug Fixes
Continuous Integration
Move Docker build to self-hosted runner (#89 , 2cf7519 )
Detailed Changes : v1.0.1...v1.0.2
v1.0.1
31 Mar 15:30
Compare
Sorry, something went wrong.
No results found
v1.0.1 (2026-03-31)
Bug Fixes
Trigger new release with updated unzip dependencies (#90 , 0da044d )
Refactoring
Detailed Changes : v1.0.0...v1.0.1
v1.0.0
29 Mar 12:22
Compare
Sorry, something went wrong.
No results found
v1.0.0 (2026-03-29)
Bug Fixes
Dockerfiles (#86 , 23a9563 )
Float precision errors in unravel_flat_index (#80 , 344b26d )
Handling of empty inputs in resolve_instance_overlaps (#58 , f5153ca )
Chores
Drop support for Python 3.9 and 3.10 and upgrade to numpy >= 2.3 (#85 , 9ddfee5 )
Pin numpy version to < 2.3 to avoid conflicts with cuml / numba (#79 , e643e1d )
Update docker image (#78 , f4222b3 )
Continuous Integration
Features
Refactoring
Adjust unzipping progress bar total value (#68 , 226a35d )
Change data type of pcd files (#53 , 0cf30d6 )
CI pipeline (#81 , 63ca3fe )
CI pipeline (#60 , c45db9d )
Data PCD reader and writer (#54 , 1aadb2b )
Dependency installation in CI pipeline (#71 , 8f52f7d )
Download_file (#65 , 88e5b88 )
Instance matching metrics (#74 , 2fd722f )
Introduce type aliases (#59 , b0d8a71 )
Make_labels_consecutive (#61 , 061d7f1 )
Migrate PCD reader and writer to pypcd4 (#63 , 371d481 )
Resolve_instance_overlaps (#77 , cadbfbd )
Support uppercase file endings in file readers and writers (#73 , c8d6e07 )
Total size in progress bar for file unzipping (#70 , 9fbb523 )
Type hints in PCD writer (#66 , 5480ac8 )
Unzip (#67 , 8f5e22e )
Update type hints (#52 , 91c3a30 )
Detailed Changes : v0.2.0...v1.0.0
v0.2.0
26 Feb 17:11
Compare
Sorry, something went wrong.
No results found
v0.2.0 (2025-02-26)
Bug Fixes
Load specified number of rows from point cloud file (#29 , d5c79c9 )
Return type of make_labels_consecutive (#25 , bdfea64 )
Continuous Integration
Documentation
Features
Refactoring
Detailed Changes : v0.1.0...v0.2.0
v0.1.0
14 Dec 15:27
Compare
Sorry, something went wrong.
No results found
v0.1.0 (2024-12-14)
Continuous Integration
Documentation
Features
Refactoring
Error message in PointCloud class (#21 , f8a1d39 )
Fix pytyped marker (#2 , d849582 )
Fix warnings in tests (#13 , 03541c0 )
Hdf reader (#18 , 5174bb5 )
Make_labels_consecutive operation (#23 , bde3a1a )
Numpy type annotations (#20 , 390892f )
Package imports (#22 , dc60b4d )
Reading and writing of point cloud identifiers in HDF files (#15 , 0047612 )
Reformat package imports (#4 , c3b90c6 )
Voxel downsampling (#17 , b430358 )
Testing
Add tests for PointCloud.to() method (#8 , b5825cb )
Adds tests for pointtorch.read (#7 , 354a51e )
Extend tests for pointtorch.io.LasWriter (#9 , 7fc1429 )