0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jun 23, 2025 — Jun 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Getting ready for release 1.6.2
esc
as Valentin Haenel
More... over 7 years ago
Merge pull request #161 from esc/fix/numpy_dep_alt More... over 7 years ago
move numpy import into unpack_array
esc
as Valentin Haenel
More... over 7 years ago
when releasing, also check the version number in the documentation
esc
as Valentin Haenel
More... over 7 years ago
Post 1.6.1 release actions done
esc
as Valentin Haenel
More... over 7 years ago
version number hiding in ANNOUNCE.rst
esc
as Valentin Haenel
More... over 7 years ago
version number hiding in doc
esc
as Valentin Haenel
More... over 7 years ago
Getting ready for release 1.6.1
esc
as Valentin Haenel
More... over 7 years ago
Merge branch 'prep_1.6.0'
esc
as Valentin Haenel
More... over 7 years ago
update the changelog with recent updates
esc
as Valentin Haenel
More... over 7 years ago
remove downloads from README, it doesn't work anymore anyway
esc
as Valentin Haenel
More... over 7 years ago
Merge pull request #149 from simnyatsanga/add_kwargs_for_unpack
esc
as Valentin Haenel
More... over 7 years ago
update copyright year in sphinx docs
esc
as Valentin Haenel
More... over 7 years ago
update ANNOUNCE.rst for next release
esc
as Valentin Haenel
More... over 7 years ago
Skip Python2.7 string to Python3.x unpickling test for Python3.3 because it is missing the required bytes codec. More... over 7 years ago
Merge pull request #156 from esc/cblosc-v1.14.3
esc
as Valentin Haenel
More... over 7 years ago
README tweaks
esc
as Valentin Haenel
More... over 7 years ago
fix syntax in README
esc
as Valentin Haenel
More... over 7 years ago
adding c-blosc v1.14.3
esc
as Valentin Haenel
More... over 7 years ago
Merge pull request #153 from esc/fix/BloscError_in_py3
esc
as Valentin Haenel
More... over 7 years ago
initialize BloscError in Python3 too
esc
as Valentin Haenel
More... over 7 years ago
Handle the case where input was pickled by Py2.x and unpickled by Py3.x More... over 7 years ago
Merge pull request #150 from esc/travis_py_37
esc
as Valentin Haenel
More... over 7 years ago
update year in Licence
esc
as Valentin Haenel
More... over 7 years ago
update RELEASE_NOTES
esc
as Valentin Haenel
More... over 7 years ago
workaround for python 3.7 via https://github.com/travis-ci/travis-ci/issues/9815
esc
as Valentin Haenel
More... over 7 years ago
update trove classifiers
esc
as Valentin Haenel
More... over 7 years ago
test with Python 3.7 on travis
esc
as Valentin Haenel
More... over 7 years ago
Test for UnicodeDecodeError in python 3.x when unpacking array generated in python 2.x using default ascii encoding More... over 7 years ago
Fix kwargs not supported by python 2 pickle.loads More... over 7 years ago