Loompy

Latest version: v3.0.7

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

Scan your dependencies

Page 1 of 4

3.0.7

3.0.6

We had acquired a dependency on `h5py>=2.10.0` when we introduced variable-length UTF8 string attributes (specifically, we used `h5py.string_dtype`). This was sad, because [scanpy](https://github.com/theislab/scanpy/blob/master/requirements.txt) has a dependency `h5py!=2.10.0` which makes loompy and scanpy strictly incompatible. However, it turns out there's a way to describe the same thing that works in older versions of h5py (specifically, using `special_dtype(vlen=str)`). This release uses the old way, and removes the dependency on h5py 2.10.0.

3.0.5

Validator now automatically validates against the spec version that the file itself declares (rather than a spec version requested by the caller). This can be overridden by specifying a specific version for validation.

3.0.4

The validator was upgraded to conform to the 3.0.0 spec.

3.0.3

Fixes a couple of minor bugs

* Missing dependency added: numpy_groupies
* Accidental Python 3.7 dependency removed

Updates the Loom v3.0.0 file format specification

3.0.1

Minor release mainly with updated docs and tutorials for `loompy fromfq` command-line tool.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.