-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |