Ecosyste.ms: OpenCollective

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

github.com/Blosc/bcolz

A columnar data container that can be compressed.
https://github.com/Blosc/bcolz

Updated the announcement

2b8b747ea9a4296e20631588b90fc7376c0b240c authored over 10 years ago
Merge branch 'master' of github.com:Blosc/bcolz

feb2e81e874d558f673401abc46baeb62a0bc8dc authored over 10 years ago
Better explanation of what bcolz is

c1ac62b64d061da7e3985c700c584632d52545a4 authored over 10 years ago
Getting rid of the nose dependency for Python 2.6

ea7945376bf79f345189f6336ec040b03af5b909 authored over 10 years ago
fix the subtree-merge script

23928858d36656e829fc311caf56a34875129b12 authored over 10 years ago
Avoiding importing lists of ints as this has roundtrip problems in 32-bit platforms

7a90d2cb153607d29087f09474a4c5e46042f675 authored over 10 years ago
Return the outcome of the test for checking that in standalone programs

dcf9347bb6a66c2d5cc07d7baee230d1faacc583 authored over 10 years ago
Reminder about tweeting the announcement

6685dda78aaaf7caf1351fb6c80755b3cee87975 authored over 10 years ago
Post 0.7.0 release actions done

4762fccb8f3609d03cec8526b68f134ce24b1aa0 authored over 10 years ago
Added a couple of references to the EP14 notebook

baec5c154b4baf694101dba089fcca66e2063eda authored over 10 years ago
More clear specification of optional dependencies

197c117ada152a31b084600c55355f6eaff64419 authored over 10 years ago
After some parameter tweaking, restored the multi-threading conf by default, as it seems beneficial again

ade7c171426d1f7d0c9f9a671a485e6890d096af authored over 10 years ago
double dashed params (e.g. --heavy) converted to single dashed, as it seems that they are filtered somehow

bf020a9835bc70ce2f33787a0c26d023432ebfaf authored over 10 years ago
New parametrization of compression and numexpr parameters based on movielens experiments

b337ba3f547c97ba24e02aed077a8b7b19b4190e authored over 10 years ago
print_versions() is now a fully public function.

e36dfd0cfd21258ce53d912591e912869d36a599 authored over 10 years ago
Updated MANIFEST to use new c-blosc directory

6e31cdcf15dca81e7430681344944398505f71ac authored over 10 years ago
Using assertEqual instead of assertTrue

320533dc153ff2594234c4d7e950e4bd5cb4aae5 authored over 10 years ago
Skipp tests when pandas or pytables are not detected

c6fd22a72a6c1d5e22c7a2279852ad6f52de530d authored over 10 years ago
Fixed remaining issues with unicode handling of compressoer names.

fbe0f706c6d285504fd739fa8b174b6709f15350 authored over 10 years ago
Fixed a couple of glitches with Python 3

3f50c3217e773e41e752ac08d5addfa880c67a25 authored over 10 years ago
Updated release notes and announcement

3967ee47cbbd4bc356c1e72cec97c485d95c677b authored over 10 years ago
Adding instructions for releasing bcolz

e4f41cf4a09afbaecd8c53e97a2b919cbb61a044 authored over 10 years ago
Version bumped to 0.7.0.dev (getting ready for a 0.7.0 release)

13d64c24d00d916fe8bbd1f9999eee46a48f753f authored over 10 years ago
Added a note on recently disabled threading.

fe5a885b211a516c787516fb9fe952adfb0808f6 authored over 10 years ago
Disabled the multi-threading because it is not delivering the promised speedups

a47eccecbf68073a2f149e2918de17626c4a4297 authored over 10 years ago
Prepare code for a future detection of UnicodeA

a06eefd4d70cb19615e57f6e6a558a41007ab0a8 authored over 10 years ago
When fields in dataframes are objects, try to convert them to strings

16b114365aa6e076b547dbc2d1bc1624a253b562 authored over 10 years ago
Adding tests for objects

65581475566d551b2c597efe6d9ef91cab66b29d authored over 10 years ago
Guarantee that the kwargs arrive during import from dataframe.

5470caee7a7143a6a1c901f33e4ce07d74d0ea79 authored over 10 years ago
Added some round-trip tests for pandas and pytables conversions

c07b0b57dc657c4e999b3b941d99af839c229605 authored over 10 years ago
Added a mode for exporting to an HDF5 file.

08643709b13b341422dcb722fbd9591888a4bde4 authored over 10 years ago
Added support for serializing attrs in HDF5

662493664a7382645fb26489b39f9af47ed9484d authored over 10 years ago
Added a new ctable.tohdf5() method

b079f81d2c66c8aa118325ad04d28fb231f079be authored over 10 years ago
Added a new ctable.fromhdf5() method

d28bc8c6329dc70cc1aaeceb4ab2ab6a6a7981a3 authored over 10 years ago
Added pandas import/export to release notes

c9ae0f69d8349a704a7919341b59f489b20bcfbc authored over 10 years ago
Added a ctable.fromdataframe() method

79dc95c9970422c305ecb7468a76852a2adf7d70 authored over 10 years ago
Added a new todataframe() method for ctable objects

cfd83c1e83b18dfa05d972b32c3891440993a0ce authored over 10 years ago
Allow the tests pass even if numexpr is not installed.

a4e7772c56e205e8a57fc807ab1202679b8a300a authored over 10 years ago
bcolz.eval() moved into chunk_eval.py

5d52ff7befd402939e5cc4518234617d7eba6de0 authored over 10 years ago
Collapse two lines into one

0d9e2bc2af11c7a9fe0b013c75fe12e56e7d245f authored over 10 years ago
Better check for new cparams defaults.

5b0796a2c3865b3ce9fa8815fbe12f64bad763c7 authored over 10 years ago
cparams.setdefaults actually changes the defaults in defaults.py

241ffb0cb252836f49751d6e3a3e266ae6d7a6aa authored over 10 years ago
bcolz.defaults.defaults -> bcolz.defaults

775e18a1c1002bdb8f66aabbad228041db2da65a authored over 10 years ago
defaults has been moved into its own module

63fca663bbfe9b14502ca4386427a9fb331f541f authored over 10 years ago
carray.pyx -> carray_ext.pyx

2c647acd118f86d942be990cccc2f676acc5cc47 authored over 10 years ago
Added a new cparams.setdefaults() for global defaults in carray/ctable creation.

1a88d01e1cf95fa5bce03e7de6ad08b1b75ca997 authored over 10 years ago
bcolz_ext.pyx -> carray.pyx

0224153a007e948e48fab7e24a22931246deee5b authored over 10 years ago
Small embellishements

60dcdfc3ce10e6ef55b17cd95ed3c158c9b0274c authored over 10 years ago
Added tests for different compressors; and in some benchmarks too.

c34f024212a557ab2ddd3e54478d36fa1cea0b43 authored over 10 years ago
Added a free_cachemem() method

8a299f8f676118585781891bd761bbfbf831b59d authored over 10 years ago
subtree merge blosc v1.4.1

2f914bcd1da70fd55d8b496b5d3c873d8ecd3deb authored over 10 years ago
Added support for different compressors via c-blosc 1.4. Lots of other improvements from BLZ project as well.

57fb952f53f30b38ad30f9d9cd18e37868dfd67d authored over 10 years ago
subtree merge blosc v1.4.0

5a7da5be7e4f4efefa1fc23a92a6ea50d66d8f56 authored over 10 years ago
Adding subtree of c-blosc in master

4ecc3bdf1f2cd067885b92dbd950325e08dcfc6b authored over 10 years ago
Removing old c-blosc sources

8a61a326fefa063f8ac5120445e34554ea50d35a authored over 10 years ago
Start using c-blosc 1.4.0

1ed7efc74a8e78720a91a5e1eac2aba2906a1ec2 authored over 10 years ago
Updated instructions for releasing bcolz

95fa38b4dbbe36663a8f79e27997e0a14b441d50 authored over 10 years ago
Added the iterblocks and whereblocks in release notes

4e439736aaa7311ca2977eb550696662783a21e7 authored over 10 years ago
Moved whereblocks to a function in ctable, where it fits better

70d15d1b7f047375b12c3171a4cb93cf7f1ce38b authored over 10 years ago
Added a couple of new functions: iterblocks and whereblocks

71615c7c2c7d4ef1beca8b646abaddf6701e6c0e authored over 10 years ago
Python 3 support is official now

c007bf47fcad0ad2d87ea5f3921cfc1630ba176d authored over 10 years ago
Fixed yet another glitch with Python 3

931fbfeb0418fe7e14ede992d1fd08972fcbc32b authored over 10 years ago
Python 3.2 is a minimum requisite.

48e2597f8897276fa4cc5ef7128b9a943a7ff735 authored over 10 years ago
Added some more tests to the suite

483851f1aeb2de154a36ca8948f704a0ed6cf011 authored over 10 years ago
Use xrange from py2help

ba6872409dad2538d5e0c839d7610463f4a8a2ad authored over 10 years ago
Migrated the benchmarks to Python 3

9b2e7e6da4728ed03171c6a2533a82ac9ab85ba9 authored over 10 years ago
Absolute imports everywhere

663795f7264924af870b4d06e3a891dffaa00ed9 authored over 10 years ago
The --heavy flag is honored now

ed0388d86eb07d138549992b55b5043f04dbfb77 authored over 10 years ago
Added a few more missing tests

59b1f6789f2b8a0c94a8eb17def76c0ae4d2908e authored over 10 years ago
All the tests for Python 3(.4) are passing now

ef5f4d7fadcecdc7260c6f151313ab86827c095a authored over 10 years ago
All tests in test_ctable.py pass now

58d54a083783bbce3d9e56bb6518cd4572b419c4 authored over 10 years ago
All tests in test_carray.py passed now

5251c307bcf760c296da906ff6532bc9a370ebfd authored over 10 years ago
More work on serialization (header)

0f9586e2f36eedc59a18b24f74db6ded70bc45b3 authored over 10 years ago
Improved serialization for metadata

6f327e4accf1aea3a5786b65fc3c02ec1700c080 authored over 10 years ago
WIP for porting test_carray to Py3

86e457992811f60c64209191c372bca2c4bfa6fa authored over 10 years ago
WIP for porting to Python 3

b5b517f55462efd777ada7deadb5264af55d97a8 authored over 10 years ago
Code reformatted through PyCharm.

ba8ffd738abffc1e6ea827817d759208d419c321 authored over 10 years ago
Updated the email address

df5b334e5419ad90a57a9c7058d94db97ca98673 authored over 10 years ago
More work in improving documentation

77996d6969fab0c11b9450de631717bfae11c8ee authored over 10 years ago
Migrated the docs to thw new bcolz name

f4414c26fce7b0021bdbde23c0ceb1a87630b647 authored over 10 years ago
Migrated all benchmarks to the new package name

7a210c79cad5fcde92e6f2f2c94f2f22f892bc02 authored over 10 years ago
Merge pull request #26 from esc/feature/readme_improve

just some syntax fixes for the README

d9737baf47451016e4e68a28b635f23428fef25a authored over 10 years ago
Fixed the rest of the test suite.

fcf72c9f984f59385fd64c588ce53a69c9bc50ed authored over 10 years ago
Fixed a couple of bugs during ctable creation on disk.

ae7508e3b894604d81ea7dcce8465abcf524f127 authored over 10 years ago
just some syntax fixes for the README

fbebe1ed494ba617d47e6a82b14d0d3f78873789 authored over 10 years ago
Big renaming in progress. Things do not work properly yet.

e9103ed146a2ee0937e10ab012db40924fc06ffa authored over 10 years ago
Added a note about BLZ being the successor of carray

30ecc0fac26c0d2e3ab09ada20f4501616a94eb9 authored about 11 years ago
Replaced e-mail address from continuum.com to continuum.io

453ef12abfc25d57d81c2a0067a9c3265aa46ba7 authored over 12 years ago
Fixed a problem with datetime64 checking with numpy versions that are lower than 1.6

0dc31def2467a0acb07e87d7485e7f83f6516e21 authored over 12 years ago
Safer way to detect objects during import time

0d6b9ee56dc91aaf23fc756f099eedb9c6352a8b authored over 12 years ago
Fixed glitch in README.rst

8727cb0c7f7c7397260f95fb1b43031a8ea95457 authored over 12 years ago
Fixed a problem with timedelta64 checking with numpy versions that are lower than 1.6

d485f4e8e0cf44a6723140ea25aeaaa1d0190328 authored over 12 years ago
Updated release notes for 0.5.1

7426cc94d9f22355f1209e9e174d6896fa73743e authored over 12 years ago
Added carray.tests package to be installed

5298b2b817e712002db395a875613ccb9e2c2549 authored over 12 years ago
Included the missing carray/tests directory

bf5c3aa906aaa47c3039753fc3f58b4e6dc5ac40 authored over 12 years ago
Some more release notes added

a035d8c952b4a9bc84d1411ea80d0e0024692a86 authored over 12 years ago
Heating enging for 0.5 release

f49003d5ce5699d3ec0dc4a7073985e05de0b912 authored over 12 years ago
Passed aspell on docs

d205605c04d26f5f65e7dc8d93fd9ee2887b14d3 authored over 12 years ago
NumPy 1.5 is required

3398ac5eb1a79b12ac95e72a30c772e25898fd11 authored over 12 years ago
More small touches to docs

e227291946ca831087dd07df75dc4be37871862b authored over 12 years ago