Darr icon indicating copy to clipboard operation
Darr copied to clipboard

A Python library for numpy arrays that persist on disk in a format that is simple, self-documented and tool-independent, and maximizes universal readability.

Results 5 Darr issues
Sort by recently updated
recently updated
newest added

### Update [numpy](https://pypi.org/project/numpy) from **1.23.1** to **1.23.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/numpy - Homepage: https://www.numpy.org ### Update...

Investigate and implement if possible read code in other languages (at least R and hopefully Matlab and Julia) based on a memory mapped file.

enhancement

Although it would be short, it would be good to have a description in the documentation what the specification of a Darr Array (and RaggedArray) is.

enhancement

Enable the setting of values in RaggedArrays, like a[5,:3] = 2.0 . Now only creating, appending and reading ragged arrays is supported.

enhancement