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

refactor the travis yaml, use correct dependencies and version

e5d47a0e0bbbcf5c65ec4cd6fd95c0b407d0d29c authored about 9 years ago
pin blosc to 1.2.7 for now since 1.2.8 causes major unit-test failures

d8a71dad7c3f20fc552750c3c8c804c84735d991 authored about 9 years ago
fix for compressing sliced array, fortran handling still shakey

847ad1edb5593bdfe04daf1f842dce02b3ee8eb3 authored about 9 years ago
test sliced array, exposes #43

c62067da6939591f5ac9b69e97862d34c9425ebe authored about 9 years ago
fix tests for larger and huge arrays

52bfbc0c38b2d8b45d530c8b1d252b6cf7ab79ab authored about 9 years ago
remove unused import

af2d867f7bf21980a0daf5f08c8875438bf84782 authored about 9 years ago
adding makefile

59721fd7b6dc707b68e949156c8d22fc2414f0e7 authored over 9 years ago
fix un/pack_bytes_file to be available from toplevel

55bb4a5e6b418f5135a8b477d5168a440bc2d5ad authored over 9 years ago
update dev version

4997b5ba30fc61579e009241c80459e3538c7311 authored over 9 years ago
0.9.0

d8f0b81044d28e9863355c045e4f31df8e520c44 authored over 9 years ago
update the changelog

73ba50b7a88999fe81a2c6e1dcb7c234cfabe523 authored over 9 years ago
Merge pull request #41 from esc/vh/feature/pack_unpack_bytes_file

Support for packing/unpacking bytes to/from file

a53a36335eb5e409a5c568e3981fbcb8e5a0944f authored over 9 years ago
don't forget to open the file in binary mode for Python 3

9a4a0cdcfac271fa298135bc09af8ae145c248f7 authored over 9 years ago
update the changelog, hopefully a new release today

3e927878b69f1f5b64d6b906e222e4004923ca8a authored over 9 years ago
roundtrip some bytes through a file

35d0a41f7864b3cbf7f3e31ad3c14c6716dcd4f2 authored over 9 years ago
implement pack and unpack bytes to/from file

9bed92ccb25cf59b2b65c4eb9b31c56f5268a165 authored over 9 years ago
refactor metadataargs into defaults

3c31cb8caf0b9e61db6b95c88d098caae5c6d0f7 authored over 9 years ago
don't cover this line

9f0023ae18d13f33cf4f47fd52e529c923cf849a authored over 9 years ago
Merge pull request #39 from cpcloud/faster-safe-eval

Use ast.literal_eval instead of np.safe_eval which is at least 20x slower

23409d44bd392df50e99a74a1eea20a3d648f7bd authored over 9 years ago
No need for this

e9d42e9f8a95c6157f7d394ab9f6b01dda97844e authored over 9 years ago
Remove uncovered lines

91f4c787640391d59ba03d2832075c8d6f680a33 authored over 9 years ago
Use ast.literal_eval instead of np.safe_eval which is 20x slower

8a6ab4234946dbd0842125cad70497054ad54e1e authored over 9 years ago
Merge pull request #38 from esc/vh/feature/toc_in_readme

Vh/feature/toc in readme

fae1a6460cd3dd0f3205a1e5caa5eb8fd2e9bb77 authored over 9 years ago
just have a single depth

51cde2954d9d614b30dd50844cb88b742b291ae9 authored over 9 years ago
add contents directive

acf4c37ad3f99203ca26945d1232280d8956e375 authored over 9 years ago
bump to next dev version

2360142849acd19af0cb8a3a2d223b67181e9e41 authored over 9 years ago
v0.8.0 changelog

355a9c7f350be29d2d2f6f1cdadb8f389f910f69 authored over 9 years ago
v0.8.0

528e71b0cfdaf3e031fe95e190a59b5fb3909a3d authored over 9 years ago
update changelog

e9e21e5bcae691655dac3526c776b3a8f5972f2a authored over 9 years ago
Merge pull request #14 from esc/feature/py3

Python 3 Compatability

a585c37d45384c701e8f37f4a4aeebe2cfc37805 authored over 9 years ago
py3 compat for the numpy backwards compat...

26b6e8edc9a7225da0cfd8c119eb12dfc18e52c1 authored over 9 years ago
make test_verbose_debug py3 compatible

f9eef2e46c638b034f7828fdff751c5b38f2409e authored over 9 years ago
tweak the debug output a little

6d9345c0c1ec594ffe7104976474417c20bcb78a authored over 9 years ago
check output in case of wrong subcommand

Conflicts:
test_cmdline/test_help.cram

7bb8c6bff76f6239d1bb35fd3804c51050df2609 authored over 9 years ago
fix metadata codec test

5b78993ed5de5d083fad165061faa68d907067cd authored over 9 years ago
exclude this weird test on Python 2.6

5dd88fe8bb44ee4661bb0bde6d3dee7aa64d8ca6 authored over 9 years ago
cleanup the handling of the metadata

4f7605376d852f792dc8a7359e21708b9678b503 authored over 9 years ago
more metadata test fixes

1ccf67867c3bdd250adab0e134d503d22a633140 authored over 9 years ago
fix metadata tests

d2c2f6d9672e475cdf5ee74b87488325373310c7 authored over 9 years ago
fix initialization of the OrderedDict

129c442000d269e465db59e8ad5796ab6156bd26 authored over 9 years ago
move OrderedDict to the compat module

146f8074adc45e05e81dcb35eeb6bd018c5bf49c authored over 9 years ago
fix metadata output, more or less

b3f5dd8ce16ceb004215864c156a3adb920a5d91 authored over 9 years ago
use direct imports from six

cbead18b1e96d21013d585cb72acc3afeb686b83 authored over 9 years ago
use six for compatability of string and integer types

9088dd4b94302388bb39fed0df2791441ab0e8de authored over 9 years ago
output might be str in python2 and byte in python3

58c5d031f75ad09f3532d39051e77830e4ab19dc authored over 9 years ago
fix predictability of the serializer test

a7c24403807df4250c0ce5fa5738b67a2cb9e910 authored over 9 years ago
fix test_BloscPackHeader_encode

95a624569c8575885244458aa4cec1209e16c744 authored over 9 years ago
fix file_corruption tests

5a7411dd91f2932254a0b5a1fbd678c695087e0a authored over 9 years ago
fix checksum tests, output is packed binary

5d3e4f3557084cb11a518db1c5389a8676943b8a authored over 9 years ago
fix checksums test

8a6c1fca111e93bfe9976757c4eb0db33e6c5188 authored over 9 years ago
make file comparison py3 compatible

In python 2:

>>> b"" == ""
True

In python 3:

>>> b"" == ""
False

Great stuff..

6fe43e641fe4e8729a5d8a2344e1bba3489d6c69 authored over 9 years ago
strip bytes, not strings

9f0b4026d3d0be65bd0a1fd77e507febdd06ac9d authored over 9 years ago
indexing into a byte in python3 does a struct unpack, wtf?

d4c93f2ddd3935703027aca329ca96e6664cab37 authored over 9 years ago
write the file as binary in the test code

4f273228704e378e031f9eaf54b9c8f4fbe7bf19 authored over 9 years ago
open the file to read for info in binary mode

6db3d447cfbb0e9284b1c27f203b2a03530436b4 authored over 9 years ago
make the empty string and empty byte

6e8c208fbe40fb90860ed302c4af732f92ae8462 authored over 9 years ago
make the magic a byte immediately

359f5e7e4127840204ee4a057ebd93575d240097 authored over 9 years ago
use seek(0) instead of reset()

The BytesIO class seems not to have a reset().

222d2dae5e0c0d6865a9a94095cfa2b4338c71d8 authored over 9 years ago
fix all relative imports to be py3 compatible

a18320ebda27d8a3b06ab3a8f6c35340ec340964 authored over 9 years ago
use xrange from six

e40e5b18eab50c36fc38ccf9191711cd7493457b authored over 9 years ago
adding six as compatability

3ce9b033250d3647fc4917313d4d7d865610e631 authored over 9 years ago
iteritems missing in py3

374e5c548696db0ec7b8fbedddbf96a1755aa443 authored over 9 years ago
fix StringIO import to be py3 compat

d4457d5c1333da1e86afd7a86946708788929df8 authored over 9 years ago
activate python3 tests via travis

b85e21c90ccbc911d4e49669469c6070ef65e82f authored over 9 years ago
Merge branch 'maint-0.7.x'

* maint-0.7.x:
v0.7.3
adding tests for _conv from docstring
update the changelog
fix as ...

ab662dfddb7d0df0eb61e7d309d7f57e9709e055 authored over 9 years ago
v0.7.3

df27d081b78234c771a5ce4d0294325d7e086b9b authored over 9 years ago
Merge branch 'vh/fix/numpy_backward_again' into maint-0.7.x

* vh/fix/numpy_backward_again:
adding tests for _conv from docstring
update the changelog
...

d620932f9b70aca553513c0b65a738bce83add31 authored over 9 years ago
adding tests for _conv from docstring

7bae8a6d669a9be196fefd9e2e7dd778cd8320d3 authored over 9 years ago
update the changelog

c37006e27b3a56c4310e2be511ba52cfc955abe1 authored over 9 years ago
fix as suggested by @dmbelov

5eac948c55d2753f758f9083a1e6efbb1f14af5b authored over 9 years ago
expose issue with deserializing numpy arrays

ad7b1750099748a2ba1c7839fea4654300053cec authored over 9 years ago
Revert "Revert "Revert "check output in case of wrong subcommand"""

This reverts commit 52ef32918d4f8134fd4ab255ad76979b5d36cbad.

07d9951b88e7c457bab41a16d024149dfacddb28 authored over 9 years ago
2.6_requirements.txt no longer exists

e7046aceb20bf7e0e9acd0d61ca66c775cc738fd authored over 9 years ago
try to fix imports on master

d22825ec47f75c774822ed80f0083bec7f7c5875 authored over 9 years ago
Revert "Revert "check output in case of wrong subcommand""

This reverts commit 77a2cd2dff38b18d7bb9c2a53e8b4462157a0847.

52ef32918d4f8134fd4ab255ad76979b5d36cbad authored over 9 years ago
Revert "check output in case of wrong subcommand"

This reverts commit eea3783b13c6b5c1f88173a9c70d9e76efc4cf57.

77a2cd2dff38b18d7bb9c2a53e8b4462157a0847 authored over 9 years ago
check output in case of wrong subcommand

eea3783b13c6b5c1f88173a9c70d9e76efc4cf57 authored over 9 years ago
fix subcommands in py3

d22685f4773c0b294dcdbe5b3603e62f98132127 authored over 9 years ago
Merge branch 'vh/refactor/header_ordered'

* vh/refactor/header_ordered:
make the bloscheader an ordered dict

62fd820c26fd21f6a4cd7a83595bd987c48969aa authored over 9 years ago
make the bloscheader an ordered dict

d5e0443bd162773345878ffe192a6e89bd165fc7 authored over 9 years ago
various blosclz fixes

511405e9fa3333118d11f6d936a768dadcf1119b authored over 9 years ago
allow ./test.sh -i to use cram in interactive mode

a1a43a7603329deb5f684073885464aa3f706177 authored over 9 years ago
Merge branch 'vh/random_fixes'

* vh/random_fixes:
fix header tests
fix fileio tests blosclz
fix tests offsets, blosclz
...

d55a7329a447b482e84eeb70bd150961f8c31e17 authored over 9 years ago
fix header tests

6379a82eb7594f65bfb88a5e0590ee6e4d4a8e96 authored over 9 years ago
fix fileio tests blosclz

c66eb692e1c3482ea9dd469c097d7b2d268d47e9 authored over 9 years ago
fix tests offsets, blosclz

069ff8d31c52f90e8fc26ef78b1aa0d7a701ecf6 authored over 9 years ago
use bleeding edge blosc

8149390c50fa872835870a4d89eb03025af37f21 authored over 9 years ago
fix broken error message

a7c9190a35a5fce3ffb645fd1a4c7b69febe1b66 authored over 9 years ago
Merge branch 'vh/feature/check_for_coverage'

* vh/feature/check_for_coverage:
adding check for coverage

e29bf0ae187bd6271e37e5f3bd3b04f7da4f8bb6 authored over 9 years ago
adding check for coverage

fa0d9e8f793b9868d510547a387561c6311a027e authored over 9 years ago
fix whitespace

c29b081bc4bdefcbb8dd30f38a8299abbc80e757 authored almost 10 years ago
bump to next dev version

6177ff0a322926dfb5bcdb0330943a9b8f5d1f3f authored almost 10 years ago
Merge branch 'maint-0.7.x'

* maint-0.7.x: (36 commits)
v0.7.2
v0.7.2 changelog
update the changelog
tweak readme
...

e670e7f7b2d3e27f13be0d645d202c95bc246e5f authored almost 10 years ago
v0.7.2

8ba03c0bc354bace03fd19f0834c477580fdd7a4 authored almost 10 years ago
Merge branch 'release-0.7.2' into maint-0.7.x

* release-0.7.2:
v0.7.2 changelog
update the changelog
tweak readme
adding PyData Berlin...

78155e10a7035749475f74d596597282cb50725e authored almost 10 years ago
v0.7.2 changelog

9993735085ae809875ca51e84399fc93c54e2caf authored almost 10 years ago
update the changelog

d9379440d01de52be5ef59aecc949e0334dcaa10 authored almost 10 years ago
fix shell syntax

e92b9ffb08aa8c735542174f270ece82122c5dbf authored almost 10 years ago
bump copyright

fcb63cd4b7252f691dbc489c2c6d7c6657af6fb8 authored almost 10 years ago
adding PyData Berlin 2014 talk, fixes #25

cf59e630bf3992871594eefe2a2b7e72f74f9b6b authored almost 10 years ago