Skip to content

Commit 87f7447

Browse files
authored
[Bitshuffle] Initial release (#71)
1 parent 53400c3 commit 87f7447

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Bitshuffle/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## [v0.1.1](https://github.com/JuliaIO/ChunkCodecs.jl/tree/Bitshuffle-v0.1.1) - 2025-08-09
10+
911
### Added
1012

1113
- Initial release

Bitshuffle/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ChunkCodecBitshuffle"
22
uuid = "1d859bbf-6282-4c80-a370-34c59bf7ec11"
33
authors = ["nhz2 <nhz2@cornell.edu>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ A consistent Julia interface for lossless encoding and decoding of bytes in memo
2323
| Gzip | .gz RFC1952 | ChunkCodecLibZlib |||
2424
| Deflate | RFC1951 | ChunkCodecLibZlib |||
2525
| BZ2 | .bz2 bzip2 | ChunkCodecLibBzip2 |||
26+
| BShufLZ | | ChunkCodecBitshuffle |||
27+
| BShuf | | ChunkCodecBitshuffle |||
2628
| Brotli | .br RFC7932 | ChunkCodecLibBrotli |||
2729
| Blosc | | ChunkCodecLibBlosc |||
2830

0 commit comments

Comments
 (0)