Ecosyste.ms: OpenCollective

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

github.com/Blosc/python-blosc

A Python wrapper for the extremely fast Blosc compression library
https://github.com/Blosc/python-blosc

update year in Licence

3bb84170e1b09cc82756c0406c18cf7cf0e4bd97 authored over 6 years ago
update RELEASE_NOTES

206bcf4fac0344a2e5c364c8e6d41a60c243cc37 authored over 6 years ago
update ANNOUNCE.rst for next release

5f9cdf0bcbdd3f78777e41149cc704be58c28409 authored over 6 years ago
README tweaks

86bbef40f718e3bfb8c52a4df43c7761cb9105c2 authored over 6 years ago
update copyright year in sphinx docs

d37d4a19dc322288c9675418d9429272555f36a1 authored over 6 years ago
Merge pull request #149 from simnyatsanga/add_kwargs_for_unpack

Including kwargs to the unpack_array API

10ed6e505d522961f9dd86aad57f9b453f58502e authored over 6 years ago
Skip Python2.7 string to Python3.x unpickling test for Python3.3 because it is missing the required bytes codec.

5f56985ecc2b675d57faef6a9cf7382794fce5d2 authored over 6 years ago
Merge pull request #156 from esc/cblosc-v1.14.3

adding c-blosc v1.14.3

b8c518bf13cc3d16093e58bcc590feb44020603e authored over 6 years ago
fix syntax in README

8bde1e7e855d0624975f81c037c45b93d9040982 authored over 6 years ago
adding c-blosc v1.14.3

90664ef2cbfc862dcb5bdc92257a6eadf4f7ec49 authored over 6 years ago
Merge pull request #153 from esc/fix/BloscError_in_py3

initialize BloscError in Python3 too

f240fb6975d170a5b3124fdb9a7eb35994e9b3cf authored over 6 years ago
initialize BloscError in Python3 too

23b0b2fe4d6a7e2fa1c64e71cd798a3618ac666e authored over 6 years ago
Handle the case where input was pickled by Py2.x and unpickled by Py3.x

20d933c98845ef1b79816c3861226b7f09dabaa3 authored over 6 years ago
Merge pull request #150 from esc/travis_py_37

Travis py 37

439ac8b0f030d4c2acf78f1af8fce11000800540 authored over 6 years ago
workaround for python 3.7 via https://github.com/travis-ci/travis-ci/issues/9815

bcf360e016eb65ed42da38966beefb89f82a0a3e authored over 6 years ago
update trove classifiers

36bffd4a3179be55cbe9aff62614814bad8fcd79 authored over 6 years ago
test with Python 3.7 on travis

288275cff151413345c116b4a5642de68273aa7f authored over 6 years ago
Test for UnicodeDecodeError in python 3.x when unpacking array generated in python 2.x using default ascii encoding

06087c1204fc65d88750895ad4485855e1e6b04c authored over 6 years ago
Fix kwargs not supported by python 2 pickle.loads

494742812bc906a5316a5233a22a8c27afdf9979 authored over 6 years ago
More detail in the unpack_array API doc.

6b4ee1ed24c50e61349e2700f53c777830c21841 authored over 6 years ago
Including kwargs to the unpack_array API

292aa91ab913bf0d44405109bbd73359f2b90ab2 authored over 6 years ago
Merge branch 'master' of https://github.com/Blosc/python-blosc

6958c767fb9b5b4edafe7e8c04f905cc6aa09f58 authored over 6 years ago
Add a code of conduct

10b9e53836519bc82573aa2af5fb729585f6e06e authored over 6 years ago
Merge pull request #148 from lbolla/issue146_doc

Add some docs about disabling compilation flags

533b05f737957b8188690cd3bf7988def93b5f96 authored over 6 years ago
Add some docs about disabling compilation flags

0c54916be2cb189d9b25d49a2bd83d501b6cef58 authored over 6 years ago
Merge pull request #147 from lbolla/issue146

Fix #146 Configurable SSE2 and AVX2 cpu detection

24921a9b74f8a78d681e231ea8e66d4481cc9ebb authored over 6 years ago
Use more 'standard' env vars to disable flags

096e064929cf5bdecc58aa15682cfc67b6927914 authored over 6 years ago
Fix #146 Configurable SSE2 and AVX2 cpu detection

0e91f59ec5e130539271e3eb30599d60962037c3 authored over 6 years ago
Merge pull request #145 from pyrtsa/patch-1

setup.py: Fix INCLUDE_SNAPPY=1 handling on 3.6

eafc28ec1c97c050a762192f51cadc1933423aed authored almost 7 years ago
setup.py: Fix INCLUDE_SNAPPY=1 handling on 3.6

Passing `cflags` around as a string instead of list appears to work on Python 2.7 but on 3.6, `s...

9494102b105b650074a7f0966f0fb69fd42d617c authored almost 7 years ago
Merge pull request #142 from esc/esc/travis_py36

travis py36

c7fae851c1caabe4edc30bf1b4df74d683000244 authored almost 7 years ago
build on travis using python 3.6

c9d9af358e20273aadb22f6de358ca2599245adf authored almost 7 years ago
Merge pull request #141 from esc/esc/prune_trailing_whitespace

prune trailing whitespace

36258b59a56d07a7c19f504e5de8cbe9acdce25c authored almost 7 years ago
prune trailing whitespace

1f76833c836a2c9e9a8e78666bd6c86412d715d9 authored almost 7 years ago
Merge pull request #140 from esc/esc/fix_broken_testsuite

reset blocksize to default after fidgiting it in doctest

162e7298a370f5ce8265b046b0082ebb2eb09002 authored almost 7 years ago
reset blocksize to default after fidgiting it in doctest

The doctests for the blocksize -- specifically setting it to 512 -- causes a
random side-effect ...

610ac77141ff5e937af07dd17ffce6f40b35bb77 authored almost 7 years ago
[UPD] C-Blosc internal sources updated to 1.13.1

51fa8143cae7b6dfc3f23b3c1444557a2bcbbff1 authored about 7 years ago
Merge pull request #135 from itdaniher/master

fixes for building via setup.py on aarch64

93313f991397bedf7dcfd60b6e807a70aa2a5953 authored about 7 years ago
[DOC] One need to build the c library before build the extension.

5ed68da76d01d856ec37a54da0a11cc371660418 authored about 7 years ago
[FIX] Do not enforce an exact number of compressed bytes. Fixes #137.

f8b3151c18f8730d56798ff83cd46a7c61d197e8 authored about 7 years ago
fixes for building on aarch64

76b05cd260d76527c1fa6501f9a939c3b4241a57 authored about 7 years ago
[FIX] New attempt at fixing #133

2a2ebcecc46b9a461883530b46fa371ffbcc0c01 authored about 7 years ago
[FIX] Issue #133 (bitshuffle is picky to buffer lengths)

a1d1f6f5548753dfa001f9ac1ac17a1c0d3af244 authored about 7 years ago
[PEP8] Some minor pep8 fix

1773804db1a805cb9fe3f4c8e6e7bcc73eee195e authored about 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