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

Number of threads by default limited to a maximum of 4

168697cf7217a83df3237fdb6d26dc7be468714a authored almost 9 years ago
Using a new copy of c-blosc 1.8.0 tree

0ba5d584a3acefe9b2ffd943597ea48a8b63293e authored almost 9 years ago
Getting ready for 1.3.0

5542f1a125539b91d51c9adcb69bb50bf6b79e95 authored almost 9 years ago
typesize is 8 bytes by default in compression functions now

2b030485b5d46db353e7166d55531b1e10075778 authored almost 9 years ago
Added a new tutorial section on how to use different filters

6f7240ea105fbe86b4f54335c17ad1ede2ae61ee authored almost 9 years ago
Upgraded compress_ptr.py to use bitshuffle

3e01faac031b8e392860abca2c760352fea17e8a authored almost 9 years ago
Do exercise compression for detecting leaks

87f7c0e73bfc352cf36e9073b9d0b4dbb0421d54 authored almost 9 years ago
BLOSC_ prefix from C-Blosc constants have been removed for consistency

41b598cba297d5ad201f3e25e83ff4f64cda6bc9 authored almost 9 years ago
__all__ has been removed from the module

d717c592e7e41655f47b7a469e9aebd9e5f584c4 authored almost 9 years ago
Added support for BITSHUFFLE

8343e157d38744f0633b0c3e06239205e7e1ffa0 authored almost 9 years ago
Internal C-Blosc version bumped to 1.8.0

146c3708f8595c36dc72a69b60d080a21e0219ef authored almost 9 years ago
Wheels are common now, so activate a newer numpy

79b484ba61a925b4aae4fa6bbd2ebd1469548e88 authored almost 9 years ago
Added __SSE2__ macro unconditionally for Windows

86cc9107051b56c8659014cd61628e67e9417751 authored almost 9 years ago
Merge pull request #108 from llllllllll/ref-counting

BUG: fix ref some counts in blosc_extension.

269188c964f864d1b0b5b3f0f730d11ee88b7636 authored almost 9 years ago
BUG: fix ref some counts in blosc_extension.

Also makes some char* const char*.

e24d3d1d44c9937aef84825edcac131bfe04f216 authored almost 9 years ago
C-Blosc is actually 1.4.5 *now*

de556a0f49d7c1892187fffa7ab49c97c08a2379 authored almost 9 years ago
C-Blosc downgraded to 1.4.5 for compatibility with VS2008

015409e338192fd3eef137bb6f913279dc3955b4 authored almost 9 years ago
Updated release notes for new as_bytearray param

4933f1e5f3f0b6fa988f982293d058886b4a0e49 authored almost 9 years ago
Merge pull request #107 from llllllllll/mutable-output

Add as_bytearray=False flag to decompress.

b1ba8f77229391bade3d74b6a9d48e6c3a16bfd7 authored almost 9 years ago
Add as_bytearray=False flag to decompress.

To make it easier to decompress data into a mutable array without
copying there is a new flag 'a...

1852462eb77509b4b8e4f70e64b2ac90862230aa authored almost 9 years ago
Merge pull request #106 from ASPP/master

tests: fix error with new numpy

ed20a2a05fa266e57febc39ff39d2e8276cc8898 authored almost 9 years ago
tests: fix error with new numpy

ERROR: test_pack_array_exceptions (blosc.test.TestCodec)
---------------------------------------...

b49ff10a169a0c8e862a5dbe0f4b291cef17f9d0 authored almost 9 years ago
Changed appveyor from esc -> FrancescAlted

0d55c3de3b31e073c9a543f0922b580bcadbbc68 authored over 9 years ago
Post 1.2.8 release actions done

b2c7794afb5a9fc7a0b2be8607e57d6176492f95 authored over 9 years ago
Release notes are better maintained in the git repo

f666a159e1b32c4a469aee6b8286fc9937371959 authored over 9 years ago
VERSION bumped to 1.2.8

07a8d0aaaa979db042ecc93d10bca869464c1111 authored over 9 years ago
Getting ready for 1.2.8 release

13eec3ee1bf97c384d63f9827a61581b6f57c5e5 authored over 9 years ago
Making Travis runs to use new infraestructure

97d0598ebdef7a86cc1d3a44350ade8b365f9ecb authored over 9 years ago
Removed stale lz4-1.6.0 source files

ed6ba6073faf2b72431168e334bb5a86a2703e3a authored over 9 years ago
Updated to c-blosc 1.7.0

75b05981a0ac80d832be2c11ce32f54154745620 authored over 9 years ago
Merge pull request #104 from sdvillal/bettermemleak

[MRG] Better memory leak tests

5003da3918d4858ec917283b4912ff1bf8c6a526 authored over 9 years ago
updates release notes

9e513c1d46a8503648df81b06ae8302c3e124afa authored over 9 years ago
fixes induced memleak

87845fd4b1143f6898c5882f47ead0de54582d99 authored over 9 years ago
check that memleak test do detect leaks

this should fail also in travis

fc44e27683d161199fd2b20da05d125abf791b4a authored over 9 years ago
memory leak test to measure only current process

a328e29fa529de9aa6ef921e2cba4bb899fa3cfc authored over 9 years ago
Merge pull request #103 from sdvillal/memleak122

[MRG] release buffer to avoid a memory leak in blosc.decompress. Fixes #102.

195a2a5d34dddd4b9eecc6c0876d551e44cec43c authored over 9 years ago
updates release notes

6a4a4906b120a5d15967aee154e1c01c194b98d0 authored over 9 years ago
less assertive message

the test can pass, and still blosc may not be leaking memory

60ebcb2701c20764fda69e6cd2912504933eebfc authored over 9 years ago
use ctypes instead of array to get pointers

this makes everything consistent with other tests
also fixes the test sizes to better tradeoff v...

3531df9a0b9ab1bed2a44f55095281e09ae4fd11 authored over 9 years ago
invoke gc before measuring mem

311ea634a276f42397f7002d0913078c9604189c authored over 9 years ago
fix forced leak after making sure test works

decompress_ptr is still leaking

d6fda2bfd13b871a9463f51eb745aa0e38af6027 authored over 9 years ago
actually test leaks

f7a4f9df139dc8574bedd205c67cbb2c25aebc05 authored over 9 years ago
if we compress, leaks are tiny

obviously

02d571025101db064a08d6721cf499874ff5750b authored over 9 years ago
ignores pycs

1c120484e1e431bf1e39d2bb7b686566e60080a7 authored over 9 years ago
memory leaking tests

note that these may fail even if we do not leak memory
good idea?

21eea697993e51136834a51cfaf9b2f49172c1d7 authored over 9 years ago
increase memleak specificity without increasing too much test time

739dd33c6dfbeefe1a129fafd0029ff590f2e679 authored over 9 years ago
install psutil in travis

2587b4bf495c818597dead935ac73d2590954b24 authored over 9 years ago
fixes test in py3

ef1c1159c552a02dd1c6e314c598569e5c6b7d39 authored over 9 years ago
more memory leaks fixes

4938b30c2f4cab4681f68251e5fc7757fc5faa08 authored over 9 years ago
release buffer

closes #102

75bd1d62e855e7ce16952a4393918f99054405f3 authored over 9 years ago
Merge pull request #97 from FrancescElies/appveyor_v3

Appveyor v3 - fix

26bba136c1849360e201020b1a37b19273eafb02 authored over 9 years ago
appveyor image fix

767301b5b74edad8dcf625b84e7d4cdfc7a8246c authored over 9 years ago
appveyor target esc master

72d7dadf27f84b6572ee0ce0f16d4ea4ee186166 authored over 9 years ago
Merge pull request #96 from FrancescElies/appveyor

Appveyor v2 - fixes

e891edae546be1fe2294c8741980e38e8649fa6a authored over 9 years ago
appveyor badge

8d10646a516c0956087dec864d8a718cb6e43f95 authored over 9 years ago
rename appveyor config file

e73cf0d2b46fc906659974f2919c0955686329c1 authored over 9 years ago
Oops, numexpr -> blosc package

0b1939278284bb9e594fab1a76bf31c65ab876a1 authored over 9 years ago
Adding new appveyor support

1fbefad066f24af4721c9d84a8e5e2a11b7d8f5e authored over 9 years ago
Merge pull request #94 from esc/vh/feature/decompress_buffer

Decompress from a bytes-like object

487fe5531abc38faebd47b92a34991a1489a7ac3 authored over 9 years ago
document that we support the buffer interface

ecea922b0c832b54e0a9626cb52a7fe7f26ae049 authored over 9 years ago
update the changelog

503f517403beff6048a40e13898a57d2bd7f37f1 authored over 9 years ago
test for decompressing from all sorts of stuff

d84ceec9c78ffd753af3e5d9983af84243e508ce authored over 9 years ago
implement decompressing from bytes like object

23852161a5abe65eb0bd838d3f1162dab80e5af2 authored over 9 years ago
don't check the type rely on python to signal an error

0e653734c95c2d87a598a5a8c4270d3bda4b720f authored over 9 years ago
fix indentation foo

2c01a6d125e2a168ff412abd8446fcebd32650d2 authored over 9 years ago
fix use of tabs

cfe45e69052a1ff4e07cc789e5c7a4f999a1c229 authored over 9 years ago
pep8

5729fc08931d2d89037cb7138b446910438454d2 authored over 9 years ago
Merge pull request #93 from ASPP/master

propagate return value from failed tests

e4ffc91eed0ac556a1c1e325b043b48358eab8d0 authored over 9 years ago
Propagate the result of tests

This way things like
python -c 'import sys, blosc; sys.exit(blosc.test())'
actually fail if te...

16688ab07612e4f022b3118e7a18660ffdfcb106 authored over 9 years ago
Allow verbosity to be specified when running test suite

b6c85062b316ecd4606c64b449fe0c8ec5d2a708 authored over 9 years ago
Merge pull request #92 from esc/vh/fix/test_cname_exceptions

check that an invalid cname is caught

44822d95431be0bcde49f38df92a2466be0b846a authored over 9 years ago
check that an invalid cname is caught

d7348f4256b57520f04fa12d8d3ffaa867345dad authored over 9 years ago
Merge pull request #91 from esc/vh/fix/large_buffer_test

pretend like we have a huge object

f32db274add7e606c97afa42775e20048f2ac993 authored over 9 years ago
pretend like we have a huge object

209ac13aed9d5dcab081c2f7c4ecf1672d7d74c9 authored over 9 years ago
update the RELEASE_NOTES

29402c10e731e0d463b95d623fd74d3b2d19eb30 authored over 9 years ago
pep8 the tests

dde967336c78a7a907180f5d3462fbb3b4f81030 authored over 9 years ago
Merge pull request #80 from esc/vh/feature/memoryview

Support memoryviews

76a1581a29862b2967792482d144dd525531834d authored over 9 years ago
remove testing on Python 3.2 since it doesn't allow unicode literals

db1e8b6d563249fc63d3a01164cbfcc3eeec98d9 authored over 9 years ago
disable the input check fully and rely on Python error messages

6241b96e3eef2586ddee29a407c825cffb77d8ae authored over 9 years ago
hack detection of version numbers

be2478163a184891303cb5f9b2f574a5e5bd2d7b authored over 9 years ago
fix documentation for types of compress

a9fbeda0cd5e5dfabd7088d7745d77d1585c11e2 authored over 9 years ago
fix unittest2 with new version number hack

f73b592b9014134032f989d59eb1f715d84a163e authored over 9 years ago
run the memoryview test only on Python 2.6

3c0f03fe9b0bfeb4a32a6cde5ce0fafcf7fdbad2 authored over 9 years ago
fix the various input types

f0e89d183196ac030a379653755c1ac719522e6e authored over 9 years ago
nothing gained by raw strings here

3a75ca3521fcd998614f6f294383c19f76abcb1c authored over 9 years ago
use better format parsing for Python 3

This mimics the behaviour of the zlib module on Python 3.4.

3c6007b5da99496139002639f664823c1aa1a5de authored over 9 years ago
fix tests for Python 3

1cfc3591de0e30db60d97135c87f2acbb1785e30 authored over 9 years ago
unicode should raise a TypeError on Python 3

7e78b40bc1d22df9e9998e01bb907f3a7bb1d9d9 authored over 9 years ago
add buffer too

e0fc5907b0211be2e1d99125162dd61a8bd93ae4 authored over 9 years ago
deactivate python type check

02fae089fa746366e2d761a924c7743a8fbeea5e authored over 9 years ago
implement support for compressing memoryviews

fdeb390067feb05271e81a1a0f3dce46b2c9a1d1 authored over 9 years ago
remove checking for a TypeError with unicode strings on py3

e6527d69cf3b755d1d3d4340ae08c6dcfd9ec566 authored over 9 years ago
add some more tests for varying types

c229db9895e620ea38a617e3d4e3cddd1f35aa37 authored over 9 years ago
fix mailmap

d251598e9a7452443c54e05a48b874e1344d1ff8 authored over 9 years ago
fix error documentation for compress

88487931da68d0da9fee2d3b7df6613e0724b9c4 authored over 9 years ago
fix pep8 missing line

d86d96ce5303b5061ee03d0c3bd0538d323a8206 authored over 9 years ago
adding maintainers makefile

b9b4d6716a408b15a461cfcdfe893eef4e68e62a authored over 9 years ago
Merge pull request #87 from esc/vh/docs/remove_subtree_instructions

remove instructions about using the subtree-merge script

525ec45a2aff90121fe754eafa0f6090826e94a4 authored over 9 years ago
remove instructions about using the subtree-merge script

cc4249b9cc3c6c515cd255f8007a30db2f5819b4 authored over 9 years ago
Merge pull request #89 from esc/vh/fix/numpy_test_dependency

Numpy Test Dependency

0f622452d54eb1b979d117deb00105bd83e9014c authored over 9 years ago