Skip to content

Commit 57a09cf

Browse files
Prepare release 0.0.1a13
1 parent 478c43e commit 57a09cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.0.1a13 (2026-01-21)
6+
7+
- Added `default_index_dtype` property to the ComputeBackend interface to specify the default dtype for indexing operations.
8+
- Make `extrinsic_matrix` parameters optional in the pointcloud transformation functions, defaulting to identity matrices when not provided.
9+
- Minor documentation improvements and bugfixes.
10+
511
## 0.0.1a12 (2025-12-17)
612

713
- For pointcloud-based transformations, fixed a few bugs that caused the depth unprojection to output flipped x and y coordinates in the produced pointcloud

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "xbarray"
33
description = "Cross-backend Python array library based on the Array API Standard."
4-
version = "0.0.1a12"
4+
version = "0.0.1a13"
55
requires-python = ">= 3.10"
66
dependencies = [
77
"typing_extensions>=4.5",

0 commit comments

Comments
 (0)