Skip to content

[RFC]: Add/Update package of ndarray namespace for BooleanArray support (tracking issue) #2547

Closed

Description

Description

This RFC proposes add or update all packages of ndarray namespace that needs to be changed in order to add BooleanArray support to Stdlib. The purpose of this issue is to serve as a tracking issue for update or add packages.

Packages need to be added:

  • @stdlib/ndarray/base/assert/is-boolean-data-type

Packages need to be updated:

  • @stdlib/ndarray/base/assign
  • @stdlib/ndarray/base/buffer-ctors
  • @stdlib/ndarray/base/buffer-dtype
  • @stdlib/ndarray/base/buffer -> update docs
  • @stdlib/ndarray/base/nullary
  • @stdlib/ndarray/base/unary
  • @stdlib/ndarray/dtypes
  • @stdlib/ndarray/defaults
  • @stdlib/ndarray/from-scalar
  • @stdlib/ndarray/min-dtype
  • @stdlib/ndarray/mostly-safe-casts
  • @stdlib/ndarray/next-dtype
  • @stdlib/ndarray/same-kind-casts
  • @stdlib/ndarray/base/zeros, @stdlib/ndarray/base/empty, @stdlib/ndarray/base/zeros-like, @stdlib/ndarray/base/empty-like -> update tests
  • @stdlib/ndarray/zeros, @stdlib/ndarray/empty, @stdlib/ndarray/zeros-like, @stdlib/ndarray/empty-like -> update tests

Related Issues

None

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions