Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Blosc/python-blosc2-c

A Python wrapper for the extremely fast Blosc2 compression library http://python-blosc2.blosc.org
https://github.com/Blosc/python-blosc2-c

Sync with c-blosc2 master

9b80f699f364013b235b2472977b355fceb53acb authored over 7 years ago
Added support for lizard

99123bab000ec77af882433df71f75fe716158fe authored over 7 years ago
Updated version number

6186c7b757ec2bf39c2ad88be3b397d8a37ad16c authored over 7 years ago
Reactivated the gil tests

897bc0abd049eba2766f1bb2f77976728255fd9d authored over 7 years ago
Fixed gil tests

751daf01040ebbc65114dcd450d9cc2352c21ef8 authored over 7 years ago
Updated to latest c-blosc2 release

bd8a195d3fe81aaa790e21d951ab31aafc60ca6d authored over 7 years ago
Update README.rst

570922b947609f50f09524814af74bb6f4185106 authored over 7 years ago
First version using c-blosc2

d8bc6fcd88b44f1a190f1130a25e017feebf6b66 authored over 7 years ago
Merge pull request #130 from newt0311/dmesg_boot

Updated cpuinfo.py so that it can use the saved dmesg.boot informatio

71b2a22f9caa7794b81ccdc1cbc7b23a863bb738 authored over 7 years ago
Updated cpuinfo.py so that it can use the saved dmesg.boot information as well. This is important for long-running systems.

ded150e1180527089fba0ff246ebf2974a3860fa authored over 7 years ago
Merge pull request #129 from robbmcleod/master

Separate compilation of codecs

48c8830a9ff8cd6f6de452621603581b273d367b authored over 7 years ago
Change docs to indicate Snappy-disabled on all platforms

1a84f55fd94c52f836306ac71ef099d90324ad0c authored over 7 years ago
Add os.environ checks for codec inclusion

1d17314d6c18db2e672542eab0261893c6377b19 authored over 7 years ago
Remove NumPy depends

1289881b5044d43b22fc7c3186649f554f31d8f2 authored over 7 years ago
Seperate compilation of codecs

05b106ddedb1650571f95b77ef9579f28f3124f1 authored over 7 years ago
Merge pull request #126 from albertosm27/blocksize

Blocksize info support

0df2035ae05530cc8c09688e56cf1e073c48e605 authored over 7 years ago
TST: fixed blocksize tests

03e1df90234c5b1b90c7cce3e052954dce63e04b authored over 7 years ago
Implemented method get_cbuffer_sizes()

f5d91bc12645e713963bda8ddd1fd80c011549b8 authored over 7 years ago
Implemented get_blocksize() method

2f8a6581aa8ee16d9c16dd989a5fc094c891a453 authored over 7 years ago
Adding support for aarch64. Fixes #123.

bf2f418616c751dd2de090cd11cb49fbf5a7676c authored over 7 years ago
Removed the .idea database

6398c7cef8789f5519097f8a87d45ed3b6a9e218 authored almost 8 years ago
Added benchamrks for ARM platform

4609f980eaaac10e4d8f251e3d84951aab253c06 authored almost 8 years ago
Post 1.5.1 release actions done

223acbb6d3b611c640fa8e8099353b1d36a52ea5 authored almost 8 years ago
Getting ready for release 1.5.1

937988626b62c0e879eb2a99e6923e2b7181f094 authored almost 8 years ago
C-Blosc updated to 1.11.3

1f414f08c519da7e1170914195e2c2c655cc38bc authored almost 8 years ago
License updated to BSD

3810bac8096716244acc1e9d35139098625b4ad0 authored almost 8 years ago
Updated benchmarks for jelly

530810f73edd6c793fe520254d2c914750dfe2f2 authored almost 8 years ago
Post 1.5.0 release actions done

71285ab9e95240b7699996381cedcfc26577dc66 authored almost 8 years ago
Getting ready for release 1.5.0

3a65963201984b8beea043849bdb2ea078f7d218 authored almost 8 years ago
Overhead facgor reduced to 0.01 (should be more than enough)

7087741f287b3000a0de76367e04ed33a438fab2 authored almost 8 years ago
C-Blosc updated to 1.11.2

2ec2790adfc6bd71da0a7cfe153b1d98216edebf authored almost 8 years ago
Merge pull request #120 from esc/fix_dos_endings

revert file type introduced by 1150a9660e46da281f6233b1e3c9b9493dae6d75

daee806a1c8d084c1abfca5ab0a251884c6d98e7 authored about 8 years ago
revert file type introduced by 1150a9660e46da281f6233b1e3c9b9493dae6d75

87b0f0ae0b91ce3a48af940e4dabe0b519150ec9 authored about 8 years ago
Merge pull request #119 from robbmcleod/nogil

Fix to sphinx autodoc, and tutorial update.

a3bd4344e5813446cf41381553bf5e3cbd0781a3 authored about 8 years ago
Tweak to seperate public and utility funcs in doc/reference.html

425957abd1604496dd8a02e8b37873f00529240d authored about 8 years ago
Fix to sphinx autodoc, and tutorial update.

1150a9660e46da281f6233b1e3c9b9493dae6d75 authored about 8 years ago
Merge pull request #116 from robbmcleod/nogil

Nogil

78a55cd3db48b2f36c0139f8492de49f38c714ec authored about 8 years ago
Fix for C99 compilation issues

45c3ce5a714f15ca0977fc20a71746acd2589f24 authored about 8 years ago
Fixed: NoGIL with blosc.set_releasegil(True/False)

9fb4377ce46b74ea6f1aab4d7e276dce693d158a authored about 8 years ago
GIL optionally released with blosc.set_releasegil(True/False)

5be587cd6c02c9fceed873fe5e98e4e93841ddb2 authored about 8 years ago
Getting ready for release 1.4.3

b9446b4b802655a464c48ecdd36c539588f20d06 authored over 8 years ago
Updated to C-Blosc 1.11.1. Fixes #115.

8dc7628deacfa26c81ea7d6172e937267a4e76fa authored over 8 years ago
Post 1.4.3 release actions done

d787d5d13800b03272e73991a926b4cd036b3278 authored over 8 years ago
Getting ready for release 1.4.3

f0dee5fc008048e4dab90f45f8b03f9695aad5b7 authored over 8 years ago
Making upload python3 compatible

0a043a696097864c013cfd66588d815fe0e2e2ef authored over 8 years ago
Getting ready for release 1.4.2

85aa1ec589b044974aa4aceae6527b393a7ea594 authored over 8 years ago
Updated benchmarks in the readme

acbdc5f3ef28e163bdad1b7202bad7f940972855 authored over 8 years ago
Internal C-Blosc sources updated to 1.11.0

1713e78dc6dcd484189d6b3e23cbaa9123e30fa4 authored over 8 years ago
Post 1.4.1 release actions done

d579b382061325b14dc741abe14655a3c993e9a5 authored over 8 years ago
Getting ready for release 1.4.1

cc8200548b0761e07371cc0e60aa523143cf19eb authored over 8 years ago
Updated the link to the EP14 slides

a27ebebde54e1beb24d67fb6d74ebbce3979a54e authored over 8 years ago
Merge pull request #113 from Blosc/zstd

Support for Zstd codec

c8c4b01310d068ae991b04354b419db99b977940 authored over 8 years ago
Getting ready for release 1.4.0

d98b4e1f62ef94d931be19e0915a74ce8d45cf02 authored over 8 years ago
Updated benchmarks for ztsd and E3-1245 v5 CPU

e336b4462b7d845f424a7478db6654ae1ed12eeb authored over 8 years ago
Print versions for benchmarks

54d254ac3be1ca1926e1b0ad3a67606b5d6e5f81 authored over 8 years ago
Added support for Zstd in setup.py

05489c9ca3317cf786c16af45ac8620544affdb0 authored over 8 years ago
C-Blosc sources updated to 1.10.0

8c7bec98c7761b1d1f7b5a111da6c4468169935b authored over 8 years ago
Post 1.3.3 release actions done

db754f22f8735a7f856a946e7a35a3886fe8856b authored over 8 years ago
Wrestling with RTFD with C extensions

a24db613b6012e14bdb50bb4ae53f305f14af395 authored over 8 years ago
Wrestling with RTFD with C extensions

0eed8dd4589883b49769468de4a7e3a3d7a7b4bb authored over 8 years ago
Wrestling with RTFD with C extensions

22005044810630acca95c9c476cd6250f6fb8150 authored over 8 years ago
Wrestling with RTFD with C extensions

8fb555b77b3c7d3101b52da7856c7bd0da6be733 authored over 8 years ago
Adding cython to RTFD dependencies for automodule

8b44bc36b31871d51de57ca4d7be4a8da4ae7cda authored over 8 years ago
Added a new plot on compression ratios

8b185f32a96b65bf7c74f0df88fbfcc7d8832b92 authored over 8 years ago
Added a plot about speed for Blosc codecs

d1f0868aec972b249b8cf8ab6ac242ce00c6e1e3 authored over 8 years ago
Documentation updated and benchmarks re-done

9b9d0d48c4735d3e9a09f279f1a63d676f4485f1 authored over 8 years ago
Added requirements for RTFD

f4ea8d3a581f6883a6fc898f26b6187fd3086aff authored over 8 years ago
Doing pre 1.3.3 release actions

ee2762154f4f4cdca1d98da3c72979d3a7675533 authored over 8 years ago
Updated benchmarks

8e1e1bf6c366cf374b0d15a7b5210214a1ebdd3a authored over 8 years ago
Addressing some issues on CI

0cf61dfd13e4c0d652e77888044b5e58c0e83699 authored over 8 years ago
Addressing some issues on CI

e0367390ca7f9abb00028ef67d4fe637c95a0e55 authored over 8 years ago
Adding Python 3.5 to CI scripts

1c5a8a9a09c1bb8ff3c0accfffb0de95bc252053 authored over 8 years ago
SSE2 and AVX2 are now auto-discovered

17aae4593c7f70439bfb47bcc4c43098b0ad0327 authored over 8 years ago
-O1 flag is not the default on Linux anymore

bc6eb544f691ef9dc42945f5f0210279d09570cc authored over 8 years ago
Internal c-blosc sources bumped to 1.9.3

f58fa3f62f3b01b91117f57d330d6e2274939c1e authored over 8 years ago
Merge pull request #112 from Siecje/master

Added Python versions for PyPI

846bcc26a5b772a3160c349ae2a8a7e333e977ae authored over 8 years ago
Added Python versions for PyPI

13d1c5a0d2605aa307c988ddf455cc099ffce12a authored over 8 years ago
Updated badges in README

f0f494cdad50689b97b74969591d2420d3b49edd authored over 8 years ago
Merge pull request #111 from FrancescAlted/c-blosc-1.9.0

Internal C-Blosc sources updated to 1.9.0

9b322d464389b349d3bb8e2269732eb924f4be06 authored over 8 years ago
Updated to actual C-Blosc 1.9.0

857fd244badaa5557f1e448963e7dbf44a151249 authored over 8 years ago
Wrestling with appveyor to actually execute tests

85a26173165d8b41a0d8885578258d0fe45af026 authored over 8 years ago
Do not install the generated wheel to avoid issues

837b2ec36f7fa535c70c5ef6ee96be7c5227c7c6 authored over 8 years ago
Internal C-Blosc sources updated to 1.9.0

eb466483eadc5a624b2c32e4a5d290d55ee427b9 authored over 8 years ago
Post 1.3.2 release actions done

12e1835598ed61634faac202fd40c30c33a14693 authored almost 9 years ago
Getting ready for 1.3.2 release

bc029bd5dba6ccc46cbd561d1b3e2cb1aefcecd4 authored almost 9 years ago
Post 1.3.1 release actions done

75f1d300ca2f82a3159ba4db87ed09cf39a58162 authored almost 9 years ago
Updated announcement

fa997d49cfefc99503c4feba97bff882a6a8cafe authored almost 9 years ago
Updated version in docs

70b1b72ab29e411bd9a5899180a34825005b34a5 authored almost 9 years ago
Getting ready for 1.3.1 release.

c9159cf66af61e636edd261a8580f76c4a6de976 authored almost 9 years ago
Internal C-Blosc sources bumped into 1.8.1

c3f8ee1167868585937bbc599504ef339f19cf7f authored almost 9 years ago
Emphasized that a C-Blosc library should be installed first

4b8116c3dce775805aca2a35df96859858d9dc08 authored almost 9 years ago
The fix for #110 is only for Linux

d938209d7e84a60801e32dac32fec358d772ba36 authored almost 9 years ago
Some code beautification

c63889b43bd7ff4ec80e5e1b9818a3d6022cad9f authored almost 9 years ago
Use -O1 when compiling internal C-Blosc sources. Fixes #110.

c757812ed46a8075979aa33c82e8858e040b3b9c authored almost 9 years ago
More consistent indentation in C extenstion

20968fe877aa20c2baf71cce29a7546e74b19a40 authored almost 9 years ago
Refcount decreased when error found in string resize

43c7f073c7e9288be8300f202b0a7c109410ffb1 authored almost 9 years ago
Restored old symbols for backward compatibility with pre 1.3.0

a40bb58fc3a1153ef0db88782b0aba0cdf72d8f6 authored almost 9 years ago
Corrected the github origin

2fa8550f6ddcb06b4ca982c2d0c0d955e8893cb4 authored almost 9 years ago
Added a protection to avoid using BITSHUFLE with C-Blosc < 1.8.0

ab83e9ee04bce70d2b7044d6b303e0c7320e89ca authored almost 9 years ago
Post 1.3.0 release actions done

d9d7e3b934411c6f805af1d779094b35f0611038 authored almost 9 years ago