python-blosc icon indicating copy to clipboard operation
python-blosc copied to clipboard

A Python wrapper for the extremely fast Blosc compression library

Results 37 python-blosc issues
Sort by recently updated
recently updated
newest added

If I give `blosc.compress` a `memoryview` object it would be possible to learn the typesize automatically. ``` python In [1]: import numpy as np In [2]: x = np.ones(5, dtype='i4')...

LGTM.com is being deprecated and replaced by GitHub code analysis: [The next step for LGTM.com: GitHub code scanning!](https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/) * Remove the deprecated `.lgtm.yml` configuration file. * Initialize a configuration file...

This is flagged as a security issue by code analysis tools such as DeepSource.io: > Spawning of a subprocess using a command shell is dangerous as > it is vulnerable...

Hi, my CI job with Python 3.12 fails because of: > Caused by: Failed to fetch wheel: blosc==1.11.1 > Caused by: Failed to build: blosc==1.11.1 > Caused by: Build backend...

This looks like a great project! After investigating for a while I realised there's actually a python -blosc2 which is largely a drop in replacement for python -blosc: https://github.com/Blosc/python-blosc2 To...

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-qemu-action#102 Bump @​actions/core...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Can I transfer the compressed data to the fore-end and decompress it before using it.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies