This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aed7284
commit 581c4ad
Showing
4 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,12 @@ | |
|
||
## What is new? | ||
|
||
Big code and API refactorization. As result, the API is more consistent and hopefully more intuitive to use. For more info on the new API, see https://caterva.readthedocs.io. | ||
An API renaming has been done to adapt some Caterva variable names to those | ||
used by the general community. | ||
|
||
Also, a new level of multi-dimensionality has been introduced. As a result, | ||
unlike other libraries, Caterva supports two levels of multi-dimensional | ||
chunking (chunks and blocks). | ||
|
||
For more info, please see the release notes in: | ||
|
||
|
@@ -12,11 +17,12 @@ https://github.com/Blosc/Caterva/blob/master/RELEASE_NOTES.md | |
|
||
## What is it? | ||
|
||
Caterva is an open source C library and a format that allows to store large multidimensional, | ||
chunked, compressed datasets. | ||
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. | ||
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. | ||
|
||
## Download sources | ||
|
||
|
@@ -29,7 +35,8 @@ Caterva is distributed using the BSD license, see | |
|
||
## Mailing list | ||
|
||
There is an official Blosc mailing list where discussions about Caterva are welcome: | ||
There is an official Blosc mailing list where discussions about Caterva are | ||
welcome: | ||
|
||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters