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

A size_t should be format 'n' not 'i'. Fixes #48.

5243f6467296b2a0e3a96006a185917b33c60911 authored over 11 years ago
--squash for merge implies --no-commit

3cfb28139559414119ccc6246a43bbb85bd5abd8 authored over 11 years ago
tweak script description

e621d7948f4ef1b6813ffd9327bb2168fed0b3d4 authored over 11 years ago
document a little how the script works

9a6028fdd0f6fdfc57b56f19324dc267ef80bf61 authored over 11 years ago
fix typo

adb201d1ab6bdee232e951aaa0b2436fa259329e authored over 11 years ago
subtree merge blosc v1.2.1

0aac0a5b8d1afd75e3db3cfb5a5c62f945d309c5 authored over 11 years ago
Preventing some big buffers to happen (specially on Win platforms)

efb66a1ce21ce60bf024d34901bdfc6ab9cd40bd authored over 11 years ago
adding script for automatic subtree merging

1e6a27c437061aadc50cb8392a6abf156714f59a authored almost 12 years ago
subtree merge blosc v1.2.0-rc1

22f1684858698af6af4075e80801a90d6a0f57a6 authored almost 12 years ago
subtree merge blosc v1.2.0

2479acba25166e3792522f666ce30e22867a8c7b authored almost 12 years ago
'git co' should be 'git checkout'

1e4c5a56b69cbc2016de75fe7cbfe7ef212f3bd6 authored almost 12 years ago
Merge pull request #44 from esc/document_exceptions

Fixes: #40 document exceptions raised from toplevel.py

4108452785dc71cc78b3d61083453596a8427045 authored almost 12 years ago
document the exceptions raised by the main API methods

d34675ded2308c366234d7d3cfeb5359b2fe779a authored almost 12 years ago
Merge pull request #43 from esc/refactor_arg_checking

Fixes #29: refactor type and value checking

0452b6d4cbf9cea199ac2441c96a7e0097476b12 authored almost 12 years ago
throw in some pep8 fixes for good measure

9df1d61ab76a83a4d147d8d8254e6398e7b3a0ca authored almost 12 years ago
check typesize too

This is important, because blosc may segfault if the typesize is zero.

58762e8fbd9cac0a6ad575ecb4135525112af2bc authored almost 12 years ago
group argument checks together

c94880d299316445e029b49c5db78bb0c08612e6 authored almost 12 years ago
refactor checking type of address

cde49934dd63c52dd621bae4e5a42746063bbc7d authored almost 12 years ago
refactor checking length of input

5954979d7fecf60002745156e654b9fd420bfaba authored almost 12 years ago
refactor checking the type of bytesobj

d41bfe2479776d22ea69201e61f411e43281b2e6 authored almost 12 years ago
check clevel in pack_array too

2d3649c3a74570114c6f7c566b5f56fffc738579 authored almost 12 years ago
refactor checking clevel

ef733113f0d7fa6f0af5260fa90666c695be5c89 authored almost 12 years ago
Merge pull request #39 from esc/correct_exception_types

use isinstance and TypeError

18f5e38fcb713cce63cd40e8d7508ad47d8c3b33 authored almost 12 years ago
Merge pull request #42 from esc/fix_test_runner

Potential fix for #41: avoid running tests twice

b3c9abdd4af135dd640c8126ba3e69f2f4053b54 authored almost 12 years ago
Potential fix for #41: avoid running tests twice

Rename ``test()`` to ``run()`` but use ``from import as`` to patch ``run()`` as
``blosc.test()``...

cdbaae2f547ac174f9970794b2afcc27fcdfb7f2 authored almost 12 years ago
New test runner that can execute all doctests and testunits in one shot

f17c9215f10aa1a56358fbdfa81a0616682779c1 authored almost 12 years ago
Strings in docstrings prefixed by 'b' too

22614082f64e804a9c49b85c2f9121ce0f2d1cd9 authored almost 12 years ago
fix checking for negative items

9311d3ce168bbb21e2f22c4d3afe314926ce76bf authored almost 12 years ago
tentative fix for py3 special case, please check on py3

21e961a9905eb6a8653e4e05470dbcdc325036f6 authored almost 12 years ago
raise TypeError too, if it doesn't quick like an ndarray

3afc35f85826958169525830dd13bf8bb18906ba authored almost 12 years ago
use isinstance to raise TypeError if the type is wrong

7fa1c3707868316dcd48a913a7769ad84a99d2ca authored almost 12 years ago
byte strings must be prefixed with a 'b'

27f2267d1edb0282bce1a57bd967d30c0fb251ec authored almost 12 years ago
long does not exist in Python 3 anymore

a002d28416604271af341a7e87f2e72dcd70cb2d authored almost 12 years ago
Python3 requires to use the PyLong prefix, not PyInt

3c96119c42204ec874a2a642ab068c41bd0bddc8 authored almost 12 years ago
Checking items in toplevel, not in extension

735cf0b487e1af0cbdcc8879601e9089ac5df52e authored almost 12 years ago
Merge pull request #36 from esc/fix_docstring_typo

sorry, forgot to delete this one...

cd4b58d554b05e1f82ac14ffb6b95f69d79413c0 authored almost 12 years ago
Merge pull request #34 from esc/branding

some essential branding for this product

90f89079e5b43193dee0b7ae3d37d16316a53f4d authored almost 12 years ago
Merge branch 'fix_decompress_ptr' of github.com:esc/python-blosc into esc-fix_decompress_ptr

dd90a6f7ad988a91b434f092931c62a6b58767fc authored almost 12 years ago
Merge pull request #32 from esc/test_suite

growing a test suite

2d189bd67e5a4662ca2fd3d8c87bdd9f4cf6bee1 authored almost 12 years ago
check exception raised during unpack_array

c0760ece32a3d052cf8500725ff44fa91bb09558 authored almost 12 years ago
test exception raised by set_nthreads

4cd615191229465fdf18e55ed2db95eea21de281 authored almost 12 years ago
test exceptions raised when packing an array

64e6451170e79602310ed9a69b7d960293b50456 authored almost 12 years ago
refactor the test code a little

b00bfa3edcb1e1bef8fd0c02a28315f84b286af1 authored almost 12 years ago
testing exceptions raised during decompress_ptr

13e7b416baf242fafae4f2b7aa59f09e6e0101cc authored almost 12 years ago
testing exceptions raised during decompress

4624053bfe9871fb2ef0facf666237d660f4516e authored almost 12 years ago
remove spurious line in docstring

ced6aaa18b2c7b44f411300f01bec903021bc271 authored almost 12 years ago
testing exceptions raises during compression_ptr

8c90e0dc2f4d4f8054284584a901f819c653ba04 authored almost 12 years ago
testing exceptions raises during compression

487ceb65a0729339e21ccf944fa2845cc53ba04c authored almost 12 years ago
more elaborate instructions for running the tests

0b1396966936cfa8240af8fde929efdc430ff2eb authored almost 12 years ago
run unittests similarly to doctests

1926d354774c70b420114d2fba7e65bae31fcec0 authored almost 12 years ago
add blosc import to allow running doctests from nosetests

9f9aea394d34f196fc4150c394ee8dc185e570b6 authored almost 12 years ago
Enjoy data!

42198451ceb136e3d7ed813a90f217ffa5fe7f86 authored almost 12 years ago
expose returning nbytes from decompress_ptr to toplevel

2ff57c1bde0a2df58c8b2100e0769dad81746ea2 authored almost 12 years ago
use Py_ssize_t in decompress_ptr

Since we are using 's#' here, we don't need to check if cbytes is less than
zero, since the leng...

bffcde400dbb8b878cc115eb8a610bbab29dfbbb authored almost 12 years ago
fix return type of decompress_ptr

Adresses #28 and decompress_ptr now returns the number of bytes written to the
buffer.

dc7df4d7d02490d3a9b364a4365bfbd77b203acc authored almost 12 years ago
Merge pull request #30 from esc/fix/readme/list_syntax

quick fix for the README

39e34abad180c516312662dc2be33e7216b56955 authored almost 12 years ago
Merge pull request #31 from esc/fix_docstrings

Fix docstrings

8c719fdb90d6ca29e12611ca40c3679960fad6ff authored almost 12 years ago
adding a test stub

6c62de2440ce8aa4b97ed080a6fe4486d5e58bb4 authored almost 12 years ago
fix prefix in doctests, fixes #25

cbf93b99189babf0054dc4c6196e2a3972047b5c authored almost 12 years ago
fix indentation in docstrings, fixes #27

7ff01de90c6642ef11c43ca049da690810990efb authored almost 12 years ago
missing double colon in __init__.py

f2fece18a1e9ce86e3c4952b8bb5723bf4346f8a authored almost 12 years ago
fix the indentation in the first list item

54050ee31b88fe07244192205173c1673e5c3c62 authored almost 12 years ago
Fixed a conversion problem with the nbytes parameter for compress_ptr()

2a852c3ea13884ffc4de26868e298770e8da2795 authored almost 12 years ago
Merge pull request #22 from esc/feature/decompress_ptr

first implementation of decompress_ptr

fd8e613e10eb7760a3e4642cf8167d2a1860c2e0 authored almost 12 years ago
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