bitshuffle binary package in Ubuntu Noble armhf

 Bitshuffle is an algorithm that rearranges typed, binary data for
 improving compression, as well as a python/C package that implements
 this algorithm within the Numpy framework.
 .
 The library can be used along side HDF5 to compress and decompress
 datasets and is integrated through the dynamically loaded filters
 framework. Bitshuffle is HDF5 filter number 32008.
 .
 Algorithmically, Bitshuffle is closely related to HDF5's Shuffle
 filter except it operates at the bit level instead of the byte level.
 Arranging a typed data array in to a matrix with the elements as the
 rows and the bits within the elements as the columns, Bitshuffle
 "transposes" the matrix, such that all the least-significant-bits
 are in a row, etc. This transpose is performed within blocks of
 data roughly 8kB long.
 .
 This does not in itself compress data, only rearranges it for more
 efficient compression. To perform the actual compression you will
 need a compression library. Bitshuffle has been designed to be well
 matched Marc Lehmann's LZF as well as LZ4. Note that because
 Bitshuffle modifies the data at the bit level, sophisticated entropy
 reducing compression libraries such as GZIP and BZIP are unlikely to
 achieve significantly better compression than simpler and faster
 duplicate-string-elimination algorithms such as LZF and LZ4.
 Bitshuffle thus includes routines (and HDF5 filter options) to apply
 LZ4 compression to each block after shuffling.
 .
 The Bitshuffle algorithm relies on neighbouring elements of a dataset
 being highly correlated to improve data compression. Any correlations
 that span at least 24 elements of the dataset may be exploited to
 improve compression.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2024-04-07 04:38:07 UTC Published Ubuntu Noble armhf release universe libs Optional 0.5.1-1.2build2
  • Published
  • Copied from ubuntu noble-proposed armhf in Primary Archive for Ubuntu
  Deleted Ubuntu Noble armhf proposed universe libs Optional 0.5.1-1.2build2
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2024-04-08 18:10:16 UTC Deleted Ubuntu Noble armhf updates universe libs Optional 0.5.1-1.2
  • Removed from disk .
  • Removal requested .
  • Deleted by Steve Langasek

    superseded by release

  • Published
  • Copied from ubuntu noble-proposed armhf in Primary Archive for Ubuntu
  2024-04-07 04:39:33 UTC Superseded Ubuntu Noble armhf release universe libs Optional 0.5.1-1.2build1
  • Removed from disk .
  • Removal requested .
  • Superseded by armhf build of bitshuffle 0.5.1-1.2build2 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed armhf in Primary Archive for Ubuntu
  2024-04-08 06:10:15 UTC Deleted Ubuntu Noble armhf proposed universe libs Optional 0.5.1-1.2build1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2024-03-29 03:56:46 UTC Superseded Ubuntu Noble armhf release universe libs Optional 0.5.1-1.2
  • Removed from disk .
  • Removal requested .
  • Superseded by armhf build of bitshuffle 0.5.1-1.2build1 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed armhf in Primary Archive for Ubuntu
  2024-04-08 18:10:16 UTC Deleted Ubuntu Noble armhf proposed universe libs Optional 0.5.1-1.2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2023-12-23 03:06:49 UTC Superseded Ubuntu Noble armhf release universe libs Optional 0.3.5-4build3
  • Removal requested .
  • Superseded by armhf build of bitshuffle 0.5.1-1.2 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed armhf in Primary Archive for Ubuntu