Releases: monzelr/ndsharray
Releases · monzelr/ndsharray
Support numpy 2.x.x
Support numpy 2.x.x
- added support for numpy 2.x.x
- no change in API
v1.1.1
v1.1.0
v1.0.1
v1.0.0
First stable release
- changes API including the class name from
ndsharray
toNdShArray
- added unit tests
- added documentation on readthedocs
- it is now possible to change shape/dimension/dtype of a numpy array after creation of the ndsharray instance: this will lead to a silently re-creation of the shared memory using mmap. a re-creation can be checked with the property
ndarray_mmap_name
v0.2.0
Features:
- now supporting Linux/MacOS
- no restrictions on machines (ARM and AMD 32bit/64bit support)
- small change in API: for Linux/MacOS operation systems information about read ('r') or write ('w') is needed before sharing the array
- more precise timer used to detect write/read time