Ecosyste.ms: OpenCollective

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

github.com/Blosc/bloscpack

Command line interface to and serialization format for Blosc
https://github.com/Blosc/bloscpack

bump copyright

fcb63cd4b7252f691dbc489c2c6d7c6657af6fb8 authored almost 10 years ago
Merge pull request #33 from esc/vh/fix/backwards_compat_numpy

backwards compat numpy

d2dc0e9d497ee9ff7b09b4b70a98e317c74a6ac8 authored almost 10 years ago
might aswell use mock, if we have it as a dependency

a931c7a955b36eebcf3f322388b79916b11f7fb4 authored almost 10 years ago
fix backwards compatability

65ae5c8422a2f98f3226dc82f903995d81e3289c authored almost 10 years ago
test for backwards compatability

ca6c9c0b581e9b6e0a079467bf8d2845d032ba37 authored almost 10 years ago
Merge pull request #32 from esc/vh/fix/reject_object_arrays

Object arrays should be rejected.

8c21ef969cc8781f2a1042cfbe6f0324dcf1f3ac authored almost 10 years ago
implement rejecting object arrays

ef47156763035ff5ed91386b5ca58334444c385b authored almost 10 years ago
check nested arrays too

01465e6dfb3fca21bf27b98bf9a9e37a2bb74bb5 authored almost 10 years ago
make use of the exception

7d50784a41b43d60c4dbedf130745be7c30eb8fb authored almost 10 years ago
introduce a custom exception for object arrays

2db6c02d2c895d947bfb9c4458a1f6e9e89948b1 authored almost 10 years ago
unit test for rejecting object arrays

d65b10a79fe72c9420ca39536eeaae21d8fb9496 authored almost 10 years ago
Merge branch 'gd/fix/setuptools' into maint-0.7.x

* gd/fix/setuptools:
use setuptools for scripts and deps

e48fb9c9f3c5b376e543b4e3ca3971570268fb71 authored almost 10 years ago
use setuptools for scripts and deps

6e9edcade6d3a8b737cdcacd78ba93a7c67f5109 authored almost 10 years ago
Merge branch 'gd/fix/win32_compat' into maint-0.7.x

* gd/fix/win32_compat:
fix test failure when running under win32

e0cbf10aea4c5d39f6464fbbf9196dae5bc58d53 authored almost 10 years ago
fix test failure when running under win32

a88d9b6c7c732e861aff425c366c6f399afb6e84 authored almost 10 years ago
Merge pull request #24 from esc/vh/bugfix/structured_arrays_v2

bugfix: structured arrays v2

ca60cf61658c5110daded8d83c2d58065ddc0d78 authored almost 10 years ago
fix command line tests

fa573fca4553c228f2c90854fe49f4b726e9d192 authored almost 10 years ago
add the test case from #16

The test doesn't fail because the roundtrip uses an in memory object and the
metadata is never s...

2e85363752de80baa2ae751e93764334ab4642ce authored almost 10 years ago
hacking with nosetest test generators

d210797ccbfb045d4bcb95a1007350027e312922 authored almost 10 years ago
object dtype for numpy arrays not allowed

The reason is, that for 'O' Numpy arrays, the memory contains pointers to
python objects. Thus, ...

8d17c16bb8c5618c31a0cb22281e281af036beff authored almost 10 years ago
alternative fix inspired by npy

Instead of serializing the entire dtype struture, i.e. composite python objects
or a simple stin...

06b219b108c27f4523e0a83d7dcb2019b63d00e1 authored almost 10 years ago
Merge pull request #29 from esc/vh/feature/faster_travis

accelerate travis builds with docker

dd218b24aa1f76d19a80e69ad7b568915ea884c9 authored almost 10 years ago
accelerate travis builds with docker

http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/

f7b0f80e9871dc719bceed9073a9e06412fb5442 authored almost 10 years ago
typo in the installation instructions

0b1762c374ebbce28ebc78d5b29400e7e20b3e75 authored almost 10 years ago
Merge pull request #23 from esc/bugfix/sorted_args

sorted command line arguments

80f7ede35b64bfcc54d96ed94195db9d91dec5c3 authored about 10 years ago
sorted command line arguments

For verbose output stability

ed63eafbbd2f699875c17ddb3e6246afc6d02fdd authored about 10 years ago
pep8

1d1a3e9517ce9441312a2a918265f9f386e7e0fc authored about 10 years ago
update changelog

3e0e5043a2e12c8a1ff1c5eb7184427869839c3f authored about 10 years ago
Merge branches 'vh/bugfix/ensure_chunk_size_divisble_by_typesize' and 'vh/bugfix/support-zero-length-arrays' into maint-0.7.x

* vh/bugfix/ensure_chunk_size_divisble_by_typesize:
fix the text by checking for the exception...

1902eb8ba976bf93e2701d11965e8d387a438365 authored about 10 years ago
get waffle badge to show issues in progress

e41587ccc199cef8dbfb48808503f8b55eea063a authored about 10 years ago
add a new exception type for this kind of mismatch

c340b3871ace319fb975cef1a4b3b6492535837d authored about 10 years ago
fix the text by checking for the exception being raised

a7597a3790e4edad36529cbc2418e2d4b999762e authored about 10 years ago
expose bug when chunk_size not divisible by itemsize (#18)

bdee71a0a53ae0f52f2b4eb158b3ad81a3e2855e authored about 10 years ago
raise the exception

12c2e69d780d68733da1c633056d745cf2fabd45 authored about 10 years ago
some more pep8 stuff

82844823f8151cef302887ffbb756e05d5f2aa03 authored about 10 years ago
changelog entry for bugfix

e7d5d62a2503082cee1481fa232c0fc5dfcee2be authored about 10 years ago
test zero length files on the command line too

766c292073865a52dcc46163d55e7fdd9d726e7a authored about 10 years ago
pep8: whitespace

9270d22df231485f4019944003802d983b375e2f authored about 10 years ago
fix code and tests to support zero length arrays

3cdb752af801de98dbe0569df44df078caba2d83 authored about 10 years ago
expose bug: zero length arrays unsupported (#17)

2f066b7026769d6dd420b1e25eb6d8542c24c9ec authored about 10 years ago
changelog and dev version number for 0.7.2

48af90f936587a1166059a92b9b3e69568813bf5 authored about 10 years ago
more typos

1bccc86025d39a90be5c2ab55c727e1518beff3d authored about 10 years ago
fix typo

d0809e954e9298e85a62d716b07c8e927329f112 authored over 10 years ago
seems like the latest python-blosc has some minor differences, presumably with lz4

4ebceb463f53fda8b21d4cf4e3b9c24d92d22a9b authored over 10 years ago
refactor waffle badge to fit into my badge array

ff679b0962306cd1a6cd590c55bd9c23144bc074 authored over 10 years ago
Merge pull request #13 from waffle-iron/master

waffle.io Badge

d3ada4c1fa7763cc68a4b9805310a228860073c2 authored over 10 years ago
add waffle.io badge

f5913a74e1e1240d1da37e6959174abe91dcc8c9 authored over 10 years ago
Merge branch 'maint-0.7.x'

* maint-0.7.x:
v0.7.1
v0.7.1 changelog

7991bd383d946a2711d7a301b3aa6f032a00ce43 authored over 10 years ago
v0.7.1

e0a26e05fcd1b98a1a6d1accb2efba8e49c90b7a authored over 10 years ago
v0.7.1 changelog

3126f9b63b959ce842e4cb22a140a0ef4f1f811d authored over 10 years ago
discuss and demonstrate inner loop debug optimization

5aac2f619f27a6f55f7cf1510b76e30e2e8baec5 authored over 10 years ago
optimize logging in the inner loop during compression too

0854930514eebaf7dbc6c4dcf3589dbcb9f2fdc9 authored over 10 years ago
fix issue with typesize handling for numpy arrays

574efcca83fd8efe96bd718a2db0787af4ec4d73 authored over 10 years ago
expose an issue with blosc_args handling of numpy arrays

When passing a BloscArgs object to pack_ndarray, the typesize isn't correctly
injected.

894294552a4375c3fb4c62a517d1a9399193928d authored over 10 years ago
optimize logging in the inner-loop

355bf90a8c13a2a1f792d43228c2a68c61476621 authored over 10 years ago
make metadata printing more uniform

0ed7d7581818e5ba4e73de56a396f463e7abb3c0 authored over 10 years ago
fix the name...

92ce0c22e63c4c83a874e7d2a6e98b2da96d4891 authored over 10 years ago
fix using %r instead of %s in error messages

c800dfcf9ea7b04e8492395beca616d58186c5ff authored over 10 years ago
pep8 fixes

36b6777bfad277cde21c220c9f01ada5028ba4a4 authored over 10 years ago
bump to next dev version

1ed1f394e526729772c36d177f429c9af92f1d60 authored over 10 years ago
v0.7.0

7e7e621041e1d99b57b31a9605e08488d652358c authored over 10 years ago
v0.7.0 changelog

aa0687759da15e2166de4a908c750c1357cf6826 authored over 10 years ago
fix rst syntax

00af400d17efe2d093b5ec1727b85e39e3fb0b00 authored over 10 years ago
fix info output in Numpy example

d473aa8c37cff195bbb3da89260b3e36dfdb4dae authored over 10 years ago
update TODO

23d37b1908b60b14bcdcc458fd3a97825646a350 authored over 10 years ago
be explicit about what blpk is exactly

73c32648da16d4cc4b283944f56bfdfeed31ef55 authored over 10 years ago
fix changelog entry

da4d61c27de2cf7bb315edb8adc8b97e3732ae59 authored over 10 years ago
list of publications

421304c24438f2fe91a6f515d72ba85eeae423c0 authored over 10 years ago
add a link to the bloscpack paper

08a231542e806f983830c59f1437b7eb627ecb71 authored over 10 years ago
fix capitalization of Numpy

fbc49e69845e893e68b460c4123a1675c0ed7e33 authored over 10 years ago
update changelog

bb0cca616fbcb521ffcbc9920285a5ec21f3b95b authored over 10 years ago
fix usage of compression ratio, as per Wikipedia defintion

cc @FrancescAlted

0407e9773ea9a7b9553222a73e0526349e120949 authored over 10 years ago
remove unused import

a47ff8d9b6509db6de0fa10cf7464cf633d2f9fe authored over 10 years ago
update the changelog

d9933381d988dba38eb5f1425cdcf211f2fe3e63 authored over 10 years ago
fix the demo debug output

944a4be75bc02de76cafd8adb3cf97087b92371a authored over 10 years ago
fix the verbose output example

9c04b907617775cdfec3db2af767ae96ccd0c448 authored over 10 years ago
fix the printing and order of metadata when using info

36488094e6fb35d5c544a379a658cb5620aaf616 authored over 10 years ago
fix the demo output of the info subcommand

75d19c513e23c83221c9b96f1ea0f7bac5e22460 authored over 10 years ago
missed use of MetadataArgs

e8b22c073e5d493878934e694bed77ccad563e70 authored over 10 years ago
BloscPackHeader -> BloscpackHeader

6585d162fbf6c483f55f0591fcc79f3eb5c882dc authored over 10 years ago
fix checksum output test

Exclude the "'" character from the output.

67b2987df322cc568c866a38743f1afb6a44dc8e authored over 10 years ago
fix regular expression for testing threads

f4931bbcc4d1cc20be6f47a6122a4dec9e04d72a authored over 10 years ago
remove compatability for memoryview

Introduced in d3aefbeb8751de438e72c47449b85bb0df9b9fec

6299c72ade68facc8af4dc37dbe236c9ea24a5d9 authored over 10 years ago
remove some more TODOS

d2adc30e4ac937ebe26490010f170a3e8aa2003f authored over 10 years ago
Merge branch 'feature/objectify_MetadataArgs'

* feature/objectify_MetadataArgs:
fix the docstring
remove unused import
fix docstring
r...

f77a921a6a74a359ebd229cbcdd39e3b71e8b3b4 authored over 10 years ago
fix the docstring

a13647ba9773c2a9dfb1fbfb1e6c2284255be1d5 authored over 10 years ago
remove unused import

77f44637633d8a3b483ba2dd073efdf746c21c56 authored over 10 years ago
fix docstring

2213bc1793a87131e89984f5d1887d2f9a532d78 authored over 10 years ago
remove unused imports

ede336c3b0251886ace5568c07bfd89c904e535a authored over 10 years ago
import the metadata args in the main module

df57eb87818aa6f4c546c73da6748c661cc6c9d1 authored over 10 years ago
make the new MetadataArgs object work, all tests now pass

660a519ae2b3b11ebe46834d39be6be4f0115aca authored over 10 years ago
making progress on replacing the metadata args

fa19f8a5886ff7ace0edef8087f60fb4ec62f636 authored over 10 years ago
let's assume for a moment that this works

9ba6a66abbed5b9e9ab39282ad0dc18e2effa662 authored over 10 years ago
a MetadataArgs object

c7799ab3693bcb5e7017a5feed01eb34d84907e1 authored over 10 years ago
fix whitespace

6226536c8cc6707b02e0d2c472809c5f3aee9676 authored over 10 years ago
fix foobared integer division

d507dd4d475f303d891903fb24b50ae36bb93b45 authored over 10 years ago
fix comment about the zlib hashes

3b3014657f40d344c13174509ebecbf5410bfa8e authored over 10 years ago
fix foobared integer division, dumbass

aef1aa2b77fe1b10b32df0ccf390833938dd009a authored over 10 years ago
remove unused import

3bc54857ff88a99fc441987f913eed377ff73167 authored over 10 years ago
make output checking more robust

c36fd6067fd5cb1c623e42aa539b1291d7990d75 authored over 10 years ago