Bed-reader

Latest version: v1.0.3

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

Scan your dependencies

1.0.2

- On the Python file, add `create-bed`, a method for writing large
bed files SNP-by-SNP (or individual-by-individual).
Also, add full support for the less common individual-major files.

1.0.1

- Add support for cloud files to both Rust and Python.

1.0.0

Changed

- (Python) Core project now depends only on `numpy`.
If you want to download samples files or create
sparse matrices, say `pip install bed-reader[samples,sparse]`.

- (Python) Added new `read_sparse()` method for creating
`sympy.sparse.csc_matrix` and `sympy.sparse.csr_matrix`. This
method can save memory when a *.bed file contains mostly zeros.

- (Rust) Rust methods that returned `Result` now return
`Result<_,Box<BedErrorPlus>>`. Before, they returned
`Result<_, BedErrorPlus>`. This saves memory.

0.2.27

- (Python) Add support for Python 3.12.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.