Skip to content

Commit

Permalink
Add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Apr 27, 2024
1 parent 680913d commit 5b224f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions xnd/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Overview
--------

The ``xnd`` module implements a container type that maps most Python values
relevant for scientific computing directly to typed memory.

Whenever possible, a single, pointer-free memory block is used.

``xnd`` supports ragged arrays, categorical types, indexing, slicing, aligned
memory blocks and type inference.

Operations like indexing and slicing return zero-copy typed views on the data.

Importing PEP-3118 buffers is supported.

Links
-----

* https://github.com/xnd-project/

0 comments on commit 5b224f9

Please sign in to comment.