Skip to content

Releases: UniEnvOrg/XBArray

Release Version 0.0.1a15

08 Feb 01:49

Choose a tag to compare

Pre-release

What's New:

  • Added xbarray.backends.get_backend_from_tensor utility function to infer the appropriate ComputeBackend from a given tensor, improving interoperability with user code.

Release Version 0.0.1a14

05 Feb 15:39

Choose a tag to compare

Pre-release

What's new:

  • Added xbarray.transformations.pointcloud.pointcloud_jitter function to apply jitter noise to pointclouds for data augmentation.
  • Rename PytorchComputeBackend to PyTorchComputeBackend for consistent capitalization with UniEnv.

Release Version 0.0.1a13

21 Jan 18:35

Choose a tag to compare

Pre-release

Changes:

  • Added default_index_dtype property to the ComputeBackend interface to specify the default dtype for indexing operations.
  • Make extrinsic_matrix parameters optional in the pointcloud transformation functions, defaulting to identity matrices when not provided.
  • Minor documentation improvements and bugfixes.

Release Version 0.0.1a12

18 Dec 03:31

Choose a tag to compare

Pre-release

What's new:

  • For pointcloud-based transformations, fixed a few bugs that caused the depth unprojection to output flipped x and y coordinates in the produced pointcloud
  • Fix special case max recursion error when a string or byte data is inside a backend PyTree

Release Version 0.0.1a11

02 Nov 22:51

Choose a tag to compare

Pre-release
  • Added point cloud sampling methods

Release Version 0.0.1a10

27 Oct 01:25

Choose a tag to compare

Pre-release

First release under the UniEnvOrg organization!