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

Merge pull request #23 from esc/blosc_as_subtree_for_merge

Blosc as subtree for merge

77ca6574eaec7294b6f86ad59daed1fe7bc77761 authored almost 12 years ago
Merge pull request #20 from esc/pep8/toplevel.py

Minor pep8 fixes.

2aa951f4e8077b1fd3ca3695e98ce5d116148d63 authored almost 12 years ago
Merge pull request #19 from esc/docstring_compress_ptr

explicit warning about the dangers of compress_ptr

00124bf6d3dfa2304f94f7f935acb55e8fec0d3a authored almost 12 years ago
Merge pull request #21 from esc/mailmap

Adding a simple mailmap file

ad5793885ea10108b61a0bf8343c50da4d6cdffb authored almost 12 years ago
add decompress_ptr to blosc/__init__.py

5f5e8e97ebf90f866861eff7ea3a6b68367d1447 authored almost 12 years ago
add decompress_ptr in toplevel.py

931932d35065255398350ad6ddb6cf3cae573ad2 authored almost 12 years ago
docstrings for decompression helpers

50f9586fb3e52dc5cf0f81cec0a5911248034adb authored almost 12 years ago
refactor decompress_ptr to reduce copy 'n' paste

25da6bed02bbb01ea77a2365874641bd592ad321 authored almost 12 years ago
first implementation of decompress_ptr

7328904152de498abab286141e61a6d3d3c4c2c9 authored almost 12 years ago
adding a .mailmap file

This give improved legibility when using git shortlog by combining multiple
usernames/emails int...

5ca8c20e06be725df22ddb2bd53f5c89632133c4 authored almost 12 years ago
pep8 fixes

blosc/toplevel.py:37:14: E261 at least two spaces before inline comment
blosc/toplevel.py:41:56:...

f637b90fc87f8caf0c998a7f165d6a1632c7e6ca authored almost 12 years ago
explicit warning about the dangers of compress_ptr

6f2aca220e09dcc11143f523bedd56011350cf9e authored almost 12 years ago
Merge pull request #11 from esc/fix_setup

missing exit_with_error function

0dee2fb692d4ea24da7995ca0d76db10ed539b13 authored almost 12 years ago
Merge pull request #17 from esc/fix_import

no need to import blosc at beginning of toplevel.py

75ff45311578b8faf3911eb9d662955c6f2ebbac authored almost 12 years ago
Merge pull request #16 from esc/feature/compress_from_address

Feature/compress from address

cd21df7520d8e53ad8fdac21f9bc71f6eadd3170 authored almost 12 years ago
no need to import blosc at beginning of toplevel.py

c14fcbafd83d1d0e2abdfdab84aed506cf679bf5 authored almost 12 years ago
fix documentation

370500277c81158564718a3f3c055e073b8adb73 authored almost 12 years ago
change length -> items

c9b03c1e706ff9cb9ff8cacea904a93e67f727db authored almost 12 years ago
add a toplevel compress_ptr function

dfde777550b34c337cf695a569eecd87dc720975 authored almost 12 years ago
use size_t during compression

706732c77e0441f84d668cb6fbe0faa7b4551a3a authored almost 12 years ago
check the return value of PyLong_AsVoidPtr for NULL

ea239cd54e28cef11f85b2175ed61286d6160b80 authored almost 12 years ago
use PyLong_AsVoidPtr as suggested by pv

f69ce1d574b1fc58d9dbd33ea2ac399ed74bcc46 authored almost 12 years ago
change signature of helper to be explicit about pointer

To ensure that anyone reading the code, realizes that the first argument of the
helper should be...

4e322a4527a707c0570be02cf51cc70ad1a56049 authored almost 12 years ago
introduce a compress_ptr method

0c2a0492d2ce6c05b6ebcd5607ac5a790af0bfe0 authored almost 12 years ago
split compression into main method and helper

3c84c5829efa6ff28cae9e403c421c85337adf31 authored almost 12 years ago
describe how to subtree merge in README

752e41434c8e01fe68a68eb86e25cf8b0917b917 authored almost 12 years ago
subtree merge blosc v1.1.5

e0cabb851d6a5409e9cb78118d695297d9345184 authored almost 12 years ago
refactor MANIFEST.in, change of blosc sources

bdd814510b2fecd979174613a89140340da040a1 authored almost 12 years ago
refactor setup.py, change of blosc sources

b84052ed3b568fb8c846ecb1a6ea5d9ccd0819d1 authored almost 12 years ago
missing exit_with_error function

a3b02ee70cef320c1f1f9a1c5253ad0771fc5c68 authored almost 12 years ago
remove c-blosc sources

7090d0866aef7a6adcffd9980c79b4a12fadb4ad authored almost 12 years ago
Merge pull request #9 from gcmalloc/master

Correcting import for python3

39d4c98c0067156dfd8b2988535afa8794b7cc94 authored about 12 years ago
adding guard for the import of cPickle, adding the fallback to Pickle

27970703618b016346a6371039ec6d6065bea4a2 authored about 12 years ago
Post 1.0.6 release actions

82e206408f660abc7a86258f3748ccdbfba72227 authored over 12 years ago
Releasing 1.0.6

4120105c320e2985c4816236a8058fa199c572d5 authored over 12 years ago
Merge pull request #8 from cgohlke/patch-1

Fix compile error with msvc compilers

0a7190d3bd049ca7e5f129ddc8920076c5a52f1b authored over 12 years ago
Fix compile error with msvc compilers

3877654734477e220b560ddeb343801eb98f94cd authored over 12 years ago
Post 1.0.5 release actions done

d2354cd1d0e176fb09438c1fe1f5d8d9eac8de95 authored over 12 years ago
More refinements for the release procedure

9500f4581aa6c6bf224d2c5b2267ac28201fb466 authored over 12 years ago
Final touches for 1.0.5 release

8af9eb4950edf99bbc8f9db8d3e13807a695d224 authored over 12 years ago
Updated c-blosc/ with new Blosc 1.1.4

fbb213923b80018ad708c0f0d394f21417c8e69b authored over 12 years ago
Updated releasing instructions

62006537be023b4c23b320be22da72432d65eabd authored over 12 years ago
Updated release instructions

362c9b7179fcdbbbd2dafb429461c7d426315c1d authored over 12 years ago
Merge pull request #7 from esc/feature/free-mem-on-failed-compression

free the python output buffer, in case compression fails

2a09a3c8ffebcd224562c064209e0ce3955bb345 authored over 12 years ago
free the python output buffer, in case compression fails

43ed71ca14d099b668d833736f3666652cae56ee authored over 12 years ago
Final size of destination should be not checked.

640932def3a464399963dc809c9422be3c4bb98a authored over 12 years ago
Improved version of Blosc, without exit() in blosc_compress() and a redefinition of BLOSC_MAX_BUFFERSIZE

e76afe5b198311b86e02d1254f8433da209284b5 authored over 12 years ago
Better handling of types

9666ca8a6383f6f19995de3b7c17c2eea0ca18c4 authored over 12 years ago
Less verbose announcement

aa76debd0b99addfac7cf217fb59e54f7f2c263a authored over 12 years ago
Post 1.0.4 release actions

cf8da02e1d0d39055abe4487ca2d39adf3c47ef1 authored over 12 years ago
Releasing 1.0.4

a5e9fb64d5aad1e4a062a2c8490d050747c08bbe authored over 12 years ago
Merge pull request #4 from esc/feature/no-copy-on-compress

smarter handling of compression (thanks to Valentin)

1e8c323f7985eec5ff05c4ab01fd8758f450c3ed authored over 12 years ago
smarter handling of compression

Instead of forcing the copy from the malloc'ed string, we compress directly
into a Python string...

b538c7f6a812ec900106bb3cca80ff5a2199b1f2 authored over 12 years ago
Merge pull request #3 from esc/feature/rstify_readmes

Feature/rstify readmes

fe3d716f8ff3fe0ede6f3e0176a4b25969fd64c0 authored over 12 years ago
use correct file ending in RELEASE.rst

cba53570f1f40527890dcffb2a42dc87aba87328 authored over 12 years ago
syntax: fixed font for examples

bf75118e941ef879059dd7bf8dfb200e37d7f732 authored over 12 years ago
try to fix the title for the announcement

35a5fa2526f61446d269cf94bff0f40e0093aff0 authored over 12 years ago
syntax: fixed font for examples

2f6d0d8eabaa7374672255440d3fd57c3899c3bc authored over 12 years ago
Merge pull request #2 from esc/feature/expose_typesize

expose the MAX_TYPESIZE to avoid duplication

29f168afe4a45699707c6216e073f3b3f0f03372 authored over 12 years ago
expose the MAX_TYPESIZE to avoid duplication (even if it is unlikely to change)

8b9293bacb0219725969bc200f62d49329feeb25 authored over 12 years ago
rename txt files to rst

771e20c9a9bd5e50b034b13e1ab94f2e90748e1e authored over 12 years ago
add gitignore

49facbbb4e68c1ad53bc7e0bbc6975d6411db4ec authored over 12 years ago
Post 1.0.3 release actions done.

200e1c5705854252acde578cf90443e5e05fbb36 authored about 14 years ago
Fixed a typo in memcpy speed.

0b136b60167c8cfaea0c228dde88cd7998cc655a authored about 14 years ago
Removed download URL from setup.py.

49e18a7736359b621d2c15ad01e6b72fa7c37ca3 authored about 14 years ago
Updated announcement for 1.0.3.

1358735ac579f29e46cda820c36045516631d0bf authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

a0259a93997af57cb67c6706915aa8a6fa947a93 authored about 14 years ago
The number of cores on Windows are detected correctly now.

20c1e04b2ca2e198a70fc967107f1d31a05dfffa authored about 14 years ago
Updated to Blosc 1.1.3. Preparing for 1.0.3 release.

51bdcc3cfcb912961731a1a51d300e10a6e6982b authored about 14 years ago
New example in announcement using array.array only.

ec8c2234b381e778d25d75db13fb890c8b149a1e authored about 14 years ago
Post 1.0.2 release actions done.

726cb67dd2998363fa40c7fa4c1a10ac0e71ba0b authored about 14 years ago
Version bumped to 1.0.2. Announcement updated.

58675ef27d1bda4180bee37d4ad8e5fdf651bf14 authored about 14 years ago
Added a couple of tests for small buffers.

374ec3b364788f7faf1f57b450449c514ff70254 authored about 14 years ago
Synced with blosc 1.1.2 (fixes #1).

fa5d163a0ec9b98a0128f784c51c7846581453b1 authored about 14 years ago
Sync'ed with blosc-trunk r290 (fixing #6).

2d88a61457ed30d0ee78a3690b93c34829323a86 authored over 14 years ago
Compress is not a defined tag for PyPi.

8c44f3f26e5f514225d6d46b19b9b06b44020928 authored over 14 years ago
Post-release 1.0.1 actions done.

061ad192968fe3495f72cd93c1fd5a7488947332 authored over 14 years ago
More modifications for readme and announcement.

1974a8397d5d6da4002a6b641d82f91b8ff1ed2d authored over 14 years ago
Better version specification.

776a760dd7b2e52400c2e4a35b60de4d904f0a21 authored over 14 years ago
Final touches to announcement.

a294612a3c909ec02e346084be51374f3368f232 authored over 14 years ago
Updated to C-Blosc 1.1.1. Version bumped to 1.0.1.

14f09e5c882227a5c0f2b716afd9e151aae2bb37 authored over 14 years ago
Added MANIFEST.in and Blosc license.

a96516b1c2666ad2416b9bfbded05541ac4c7155 authored over 14 years ago
Added an announcement for 1.0 release.

ab3b8bc9e89fa2aa7881e360c9c817088ad9027f authored over 14 years ago
Name of tarball changed from blosc to python-blosc.

d14c5bba17cbe07700ab585c305325d18a6ea4ca authored over 14 years ago
Name of tarball changed from python-blosc to blosc..

ea0dd4800f47142dead93095573c0b598bfd9b36 authored over 14 years ago
Updated URL and download URL.

aff4e2b800f1e71f115a56db639cb976ba510ab5 authored over 14 years ago
Added the Blosc mailing list.

dbf8bb5961a90ead208165fc094a3c154e584dcc authored over 14 years ago
More protection for avoiding unnecessary thread re-initialization.

0df5b2cbc40b82594e933e03d15f51172b0b5e33 authored over 14 years ago
Fixed a problem with blosc_free_resources() uncovered by doctests.

cf07df7867a2f1f876388a09d847a59f3d007c1c authored over 14 years ago
Added pack_array and unpack_array functions.

fc6cd37bd2753a1bfc53ed8f8d776d4c228c59c6 authored over 14 years ago
string -> bytesobj in functions parameters.

9c01965684cfd93becba4fede57835461eea8715 authored over 14 years ago
Default compression level set to 9.

This is best for solid compressed buffers, like the ones that the
blosc python package is design...

8d7552fa8fe36f5d6ea6a6158836f29ca34392fd authored over 14 years ago
First commit after branching off from Blosc (C).

f5b7be3d4a0443193ad738895658057d56423673 authored over 14 years ago