File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Unreleased
8
8
9
+ ## [ v0.1.1] ( https://github.com/JuliaIO/ChunkCodecs.jl/tree/Bitshuffle-v0.1.1 ) - 2025-08-09
10
+
9
11
### Added
10
12
11
13
- Initial release
Original file line number Diff line number Diff line change 1
1
name = " ChunkCodecBitshuffle"
2
2
uuid = " 1d859bbf-6282-4c80-a370-34c59bf7ec11"
3
3
authors = [" nhz2 <nhz2@cornell.edu>" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
ChunkCodecCore = " 0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ A consistent Julia interface for lossless encoding and decoding of bytes in memo
23
23
| Gzip | .gz RFC1952 | ChunkCodecLibZlib | ✅ | ✅ |
24
24
| Deflate | RFC1951 | ChunkCodecLibZlib | ✅ | ✅ |
25
25
| BZ2 | .bz2 bzip2 | ChunkCodecLibBzip2 | ✅ | ✅ |
26
+ | BShufLZ | | ChunkCodecBitshuffle | ✅ | ✅ |
27
+ | BShuf | | ChunkCodecBitshuffle | ✅ | ✅ |
26
28
| Brotli | .br RFC7932 | ChunkCodecLibBrotli | ✅ | ✅ |
27
29
| Blosc | | ChunkCodecLibBlosc | ✅ | ✅ |
28
30
You can’t perform that action at this time.
0 commit comments