Skip to content

Releases: ai4trees/pointtorch

v1.0.3

19 Apr 19:28

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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


Detailed Changes: v0.2.0...v1.0.0

v0.2.0

26 Feb 17:11

Choose a tag to compare

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

Choose a tag to compare

v0.1.0 (2024-12-14)

Continuous Integration

Documentation

Features

Refactoring

Testing

  • Add tests for PointCloud.to() method (#8, b5825cb)

  • Adds tests for pointtorch.read (#7, 354a51e)

  • Extend tests for pointtorch.io.LasWriter (#9, 7fc1429)