seqpro 0.8.1__tar.gz → 0.8.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {seqpro-0.8.1 → seqpro-0.8.2}/CHANGELOG.md +6 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/PKG-INFO +1 -1
- {seqpro-0.8.1 → seqpro-0.8.2}/pyproject.toml +1 -1
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/rag/_array.py +1 -1
- {seqpro-0.8.1 → seqpro-0.8.2}/.gitattributes +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.github/workflows/bump.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.github/workflows/merge.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.github/workflows/publish.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.github/workflows/test.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.gitignore +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/.pre-commit-config.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/Cargo.lock +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/Cargo.toml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/LICENSE +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/README.md +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/meta.yaml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/pixi.lock +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/pixi.toml +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/__init__.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_analyzers.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_cleaners.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_encoders.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_modifiers.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_numba.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_types.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/_utils.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/alphabets/__init__.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/alphabets/_alphabets.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/bed.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/experimental/_experimental.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/experimental/_visualizers.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/gtf.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/py.typed +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/rag/__init__.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/rag/_gufuncs.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/rag/_types.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/rag/_utils.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/transforms/__init__.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/transforms/augmentation.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/transforms/tmm.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/python/seqpro/xr/__init__.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/src/kshuffle.rs +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/src/lib.rs +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/bed/test_pyranges.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/bed/test_read.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/bed/test_sort.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/bed/test_with_length.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_analyzers.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_modifiers.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_ohe.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_ragged.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_tokenize.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_transforms.py +0 -0
- {seqpro-0.8.1 → seqpro-0.8.2}/tests/test_translate.py +0 -0
|
@@ -223,7 +223,7 @@ class Ragged(ak.Array, Generic[RDTYPE]):
|
|
|
223
223
|
"""Note: not zero-copy if offsets or data are non-contiguous."""
|
|
224
224
|
arr = super().to_numpy(allow_missing=allow_missing)
|
|
225
225
|
if self.dtype.type == np.bytes_:
|
|
226
|
-
arr = arr[
|
|
226
|
+
arr = arr[..., None].view("S1")
|
|
227
227
|
return arr
|
|
228
228
|
|
|
229
229
|
def __getitem__(self, where):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|