Arrex

Latest version: v0.5.2

Safety actively analyzes 688634 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.1

- bug fixes in unsigned comparisons in some methods
- fixed missing cython file in the package, causing the compilation to fail if cython were present

0.3

This update brings many fixes:

- fixed memleak in item access (`typedlist.__getitem__`)
- fixed memleaks in `typedlist.index`, `typedlist.reverse`
- fixed concatenation with buffers with a size not multiple of `dtype.size` that could lead to ambiguous behaviors

0.2

This release is much more usable than the previous one. It brings the following:

- a complete rework of the concept of dtype
- a dtype system allowing pretty much anything to be a dtype, declared through a ddtype (see documentation coming)
- a native way to use python ints/floats in `typedlist`
- stronger tests
- few bug fixes

0.1

That first version provides an overview of the module functions:

**typedarray** a dynamically sized array
- ref-counted internal buffer
- flexible dtype, not known by advance
- copyless views and slices

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.