Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (25 loc) · 1.19 KB

ANNOUNCE.rst

File metadata and controls

48 lines (25 loc) · 1.19 KB

# Announcing python-caterva 0.7.3

## What is new?

In this release, support for Python 3.7 has been droped and replaced to 3.10 and 3.11.

For more info, you can have a look at the release notes in:

https://github.com/Blosc/python-caterva/releases

More docs and examples are available in the documentation site:

https://python-caterva.readthedocs.io

## What is it?

Caterva is an open source C library and a format that allows to store large multidimensional, chunked, compressed datasets. Data can be stored either in-memory or on-disk, but the API to handle both versions is the same. Compression is handled transparently for the user by adopting the Blosc2 library.

python-caterva is a pythonic wrapper for the Caterva library.

## Sources repository

The sources and documentation are managed through github services at:

http://github.com/Blosc/python-caterva

Caterva is distributed using the BSD license, see [LICENSE](https://github.com/Blosc/python-caterva/blob/master/LICENSE) for details.

## Mailing list

There is an official Blosc mailing list where discussions about Caterva are welcome:

[email protected]

http://groups.google.es/group/blosc

Enjoy Data! - The Blosc Development Team