Bdot

Latest version: v0.1.7

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

Scan your dependencies

0.1.7

The release fixes a bug with small carrays.

Running bdot on a carray whose length was smaller than it's chunklen caused a segfault :hankey:. This release fixes this bug.

0.1.4beta

This release should have enough features to be useful, and few enough issues to be worth it.

Enjoy!

Features
- speed on par with `numpy.dot`
- input and output can be bigger than memory (via compression)
- input and output directly (and automatically) to and from disk

Details
- `dot` for `bcolz.carray`
- `matrix . vector`
- `matrix . matrix`
- `out` parameter
- write results to `bcolz.carray`
- write results directly to disk

Issues
- precision on `float32` could be better
- balancing compression ratio and compute performance is still very manual

0.0.3alpha

Usable but likely to have issues in some important areas, including:
- space and time characteristics based on:
- `chunklen`
- `clevel`
- precision on `float32`

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.