Skip to content

Comments

v2.1.0 - Support for boolean tensors#42

Merged
matajoh merged 1 commit intomainfrom
v2.1.0
Feb 11, 2026
Merged

v2.1.0 - Support for boolean tensors#42
matajoh merged 1 commit intomainfrom
v2.1.0

Conversation

@matajoh
Copy link
Owner

@matajoh matajoh commented Feb 11, 2026

Minor version adding support for boolean tensors.

Improvements

  • New boolean type which acts like a bool but is stored in vectors as a byte
    (instead of a bitmask, see https://cppreference.net/cpp/container/vector_bool.html)
  • Support for numpy boolean tensors (using the above boolean type)
  • Updating CI to deal with intermittent failures on Github Actions

Thanks!!

Signed-off-by: Matthew A Johnson <matjoh@microsoft.com>
@matajoh matajoh merged commit 36df41b into main Feb 11, 2026
15 checks passed
@matajoh matajoh deleted the v2.1.0 branch February 11, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant