Ecosyste.ms: OpenCollective

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

Blosc

Blosc is a very high performance meta-compressor specially designed for compressing binary data.
Collective - Host: numfocus - https://opencollective.com/blosc - Website: https://www.blosc.org - Code: https://github.com/Blosc/c-blosc2

More flexibility the name of the columns.

Now, column names can be specified also as 'f0 f1' or 'f0, f1',
as well as the original way: ['f...

github.com/Blosc/bcolz - 22d82b3ac88dd0f7cd54a38dd4fae9eb1b30b190 authored about 14 years ago
ctable iterators return namedtuples now.

Before they returned NumPy scalars. I find the way to access
fields in rows more convenient thi...

github.com/Blosc/bcolz - 300575f16023d6a29ec7c517f80b590b0a86e5fe authored about 14 years ago
Added a new sum() method for carray objects.

github.com/Blosc/bcolz - e970340dde51f557ac088a8eac067841930a54f8 authored about 14 years ago
Synce'd manual with docstrings.

github.com/Blosc/bcolz - 2dad3ba60d2ab8800ceea7209bf083843bb0976d authored about 14 years ago
count param is mandatory now for fromiter().

github.com/Blosc/bcolz - cf40a59299822f840c473edfd2a43a1151795519 authored about 14 years ago
Fixed a bug that prevented compression to have any effect.

github.com/Blosc/bcolz - 71826c40c79cbd52c9921ab44d93a9cdb5d54920 authored about 14 years ago
Added a more explicit note on the danger of not specifying count.

github.com/Blosc/bcolz - 056b81bded9b2d8766cfc5f6b9b169314d2b4a3d authored about 14 years ago
Completely revamped ctable-query.py benchmark.

github.com/Blosc/bcolz - 7b480540a437d4a9c7123dccee4f3724583b079b authored about 14 years ago
Version 'degraded' to 0.3.dev.

github.com/Blosc/bcolz - 840866cab0b84d581121eaeb1d3646109f779e29 authored about 14 years ago
More fixes for Win64.

github.com/Blosc/bcolz - f366dc3891f4dbee1efa58d258c0114d8435d955 authored about 14 years ago
Version bumped to 0.3 (final).

github.com/Blosc/bcolz - 055d07ae6715115f91efa9e8d58e6c37577efdef authored about 14 years ago
Better detection of Cython files.

github.com/Blosc/bcolz - 76f31d942aa9ab0e032927c21292a25f1864685d authored about 14 years ago
Added a test() function to run the test suite.

github.com/Blosc/bcolz - f8c7aa1ae17b008bd19a951c4f9893b91a1e97a1 authored about 14 years ago
Fixed 64-bit issues on carray code. Added a new test on this.

github.com/Blosc/bcolz - 1bf7f342fbd9c1c20bc00ab85af1514b303265ed authored about 14 years ago
Introduction chapter improved.

github.com/Blosc/bcolz - 4a97d13e53a68cf8def883a54e1ee75503085dcb authored about 14 years ago
Merge branch 'sphinx-paver'

github.com/Blosc/bcolz - 59802892f3d44f26cbd492c3d0536787576fc330 authored about 14 years ago
Removed USAGE.txt

github.com/Blosc/bcolz - b8255e02b539961bcf05f0cdb710f32dea5a2286 authored about 14 years ago
Added a new html and pdf tasks for paver.

github.com/Blosc/bcolz - 079d3b0177b8bfd3ac42dffda09f072c2ba22b21 authored about 14 years ago
Added a new build task for paver (and other small improvements).

github.com/Blosc/bcolz - 4f00e7c7739658c0eb8bab530911637a78ffd9e3 authored about 14 years ago
More work on the pavement.py to mimic the previous setup.py.

github.com/Blosc/bcolz - 258e537d59ea350b7e2b4a71d1d87dd4e8f84c1c authored about 14 years ago
Introduced Paver-powered setup process.

github.com/Blosc/bcolz - 7952c4d04f9ce5c4fed711cd35b3e883bb09f0e5 authored about 14 years ago
Small glitch.

github.com/Blosc/bcolz - 312f6a097e7144f8bc65d8de2f934de63a0bbaa2 authored about 14 years ago
Documentation converted into sphinx format

github.com/Blosc/bcolz - 81aec9ab79e844ee308747fc0c66c73aa00f74c7 authored about 14 years ago
Completed documentation.

github.com/Blosc/bcolz - 2b2f5e6824b8087d274b87e2cb8a10b83b60c473 authored about 14 years ago
Detect multidimensional inputs for ctables earlier.

github.com/Blosc/bcolz - 7389ee6b970d9219c063480b080f3d60dde0297e authored about 14 years ago
Better workflow for resetting sentinels.

github.com/Blosc/bcolz - 73f02dc8e362a12de7c3016c39f1961af264d4e8 authored about 14 years ago
Increased the length of ctable for eval example to 1 million.

github.com/Blosc/bcolz - ef4f238f07429c228cc076b42fb173b2ed43a6b6 authored about 14 years ago
Updated release notes.

github.com/Blosc/bcolz - 08edbc442692166a23418d126c6445b7f05182dd authored about 14 years ago
Small modifications to USAGE.txt.

github.com/Blosc/bcolz - e24bdbd0bc1df2dc558f589061b774627f6f0cfc authored about 14 years ago
Make carray.append() to not return the number of rows appended.

github.com/Blosc/bcolz - 414b22f20e963726508e656f29cc263b43924f3d authored about 14 years ago
Passed the speller corrector.

github.com/Blosc/bcolz - d76891f836ed11428d7f8c1c8921097b81d98448 authored about 14 years ago
Finished docs for ctable objects.

github.com/Blosc/bcolz - b0cbe0a997183d1790be7dc5e83bae01798f9229 authored about 14 years ago
Fixed a problem with calling ctable.where() after ctable.iter().

github.com/Blosc/bcolz - b8fb56aed2bd5732a9e400fb06d139147140983f authored about 14 years ago
Renamed method getif --> where for both carray and ctable objects.

github.com/Blosc/bcolz - d6f6919480f92232a3bbc4052fa4466b0eb06d84 authored about 14 years ago
Added more doc for ctable objects.

github.com/Blosc/bcolz - 3ee0c004cd7669fe595031b6ffe72f7e37045841 authored about 14 years ago
Improved version of setitem for conditions.

github.com/Blosc/bcolz - 9d317ce3e574bae25cf1ea3cca7ff95bd60183b7 authored about 14 years ago
Added more doc for ctable objects.

github.com/Blosc/bcolz - 9438973b0da8c9682cd7e6604cef1ea790dca962 authored about 14 years ago
Added support for setting items with conditions in ctables.

github.com/Blosc/bcolz - c481ca1c57af82fe7d560f104f499029bee69b05 authored about 14 years ago
Start to document ctable objects in USAGE.txt.

github.com/Blosc/bcolz - 78a2a67d340136ab8c6135f45b53e392d766a463 authored about 14 years ago
Modifyied the representation of a ctable.

github.com/Blosc/bcolz - 994740e8d2ad4bf744d037426a32a0de58427df3 authored about 14 years ago
Added cparams as a property for ctable objects.

github.com/Blosc/bcolz - dc1793421950e93bdfcde332f4382041a003e923 authored about 14 years ago
Update ctable._arr1 when adding and deleting columns.

github.com/Blosc/bcolz - 03e5ef78360be5b92bb132c95b2ab148c9531f0a authored about 14 years ago
Added info about sizes in ctables.

github.com/Blosc/bcolz - e6400f478ddcce61bfef7f1ceb55d834867646ce authored about 14 years ago
New version of the ctable query benchmark with a PyTables comparison.

github.com/Blosc/bcolz - 48511075dc57ba2769f1ac53be340cecbc57f461 authored about 14 years ago
Added a new benchmark for queries in ctable objects.

Some small enhancements have been setup too.

github.com/Blosc/bcolz - c15c7b257e535b334d71d149f850dd680d519e44 authored about 14 years ago
USAGE updated (still a lot of work to do).

github.com/Blosc/bcolz - 044063bdb58c4c8a8f0c8038665b662a03d36072 authored about 14 years ago
cparms --> cparams (part II).

github.com/Blosc/bcolz - 4b00f0e5ccd2f82bae1595d64b4114888beba433 authored about 14 years ago
cparms --> cparams (seems easier to remember).

github.com/Blosc/bcolz - f5a21c6d9c9c187e4bb3f6f5fd66921728fc3c09 authored about 14 years ago
Some modifications in benchmarks.

github.com/Blosc/bcolz - c86f7d8c6287965008d9f6b5c02deb6c5b3dab8e authored about 14 years ago
Updated to Blosc 1.1.3

github.com/Blosc/bcolz - 9e71cf553809f0aaca9bd7ea83406dfe9ad0daa9 authored about 14 years ago
Post 1.1.3 release actions done.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@303 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - fc2c0a06df1d78f2b4ee05026cc6692d490d392a authored about 14 years ago
Post 1.1.3 release actions done.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@303 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - fc2c0a06df1d78f2b4ee05026cc6692d490d392a authored about 14 years ago
Post 1.0.3 release actions done.

github.com/Blosc/python-blosc - 200e1c5705854252acde578cf90443e5e05fbb36 authored about 14 years ago
Post 1.0.3 release actions done.

github.com/Blosc/python-blosc2-c - 200e1c5705854252acde578cf90443e5e05fbb36 authored about 14 years ago
Fixed a typo in memcpy speed.

github.com/Blosc/python-blosc2-c - 0b136b60167c8cfaea0c228dde88cd7998cc655a authored about 14 years ago
Fixed a typo in memcpy speed.

github.com/Blosc/python-blosc - 0b136b60167c8cfaea0c228dde88cd7998cc655a authored about 14 years ago
Removed download URL from setup.py.

github.com/Blosc/python-blosc - 49e18a7736359b621d2c15ad01e6b72fa7c37ca3 authored about 14 years ago
Removed download URL from setup.py.

github.com/Blosc/python-blosc2-c - 49e18a7736359b621d2c15ad01e6b72fa7c37ca3 authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@301 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 8dd21899379e1690fe52519723f9bf4266ac46a4 authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@301 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 8dd21899379e1690fe52519723f9bf4266ac46a4 authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@300 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 0f761a1eb71b9bae2fc22a722608d7329e56daec authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@300 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 0f761a1eb71b9bae2fc22a722608d7329e56daec authored about 14 years ago
Added a reference for HDF5 filter in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@299 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 6764b708696fce4524389c8bc87070d292a56ba8 authored about 14 years ago
Added a reference for HDF5 filter in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@299 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 6764b708696fce4524389c8bc87070d292a56ba8 authored about 14 years ago
Updated announcement for 1.1.3.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@298 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 933b2a495f74f3fe35b0edbf696d548858288270 authored about 14 years ago
Updated announcement for 1.1.3.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@298 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 933b2a495f74f3fe35b0edbf696d548858288270 authored about 14 years ago
Updated announcement for 1.0.3.

github.com/Blosc/python-blosc - 1358735ac579f29e46cda820c36045516631d0bf authored about 14 years ago
Updated announcement for 1.0.3.

github.com/Blosc/python-blosc2-c - 1358735ac579f29e46cda820c36045516631d0bf authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

github.com/Blosc/python-blosc2-c - a0259a93997af57cb67c6706915aa8a6fa947a93 authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

github.com/Blosc/python-blosc - a0259a93997af57cb67c6706915aa8a6fa947a93 authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@297 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - db3ee1c9b1706da4504bca98f9a0cc9859f5c438 authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@297 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - db3ee1c9b1706da4504bca98f9a0cc9859f5c438 authored about 14 years ago
The number of cores on Windows are detected correctly now.

github.com/Blosc/python-blosc - 20c1e04b2ca2e198a70fc967107f1d31a05dfffa authored about 14 years ago
The number of cores on Windows are detected correctly now.

github.com/Blosc/python-blosc2-c - 20c1e04b2ca2e198a70fc967107f1d31a05dfffa authored about 14 years ago
Updated to Blosc 1.1.3. Preparing for 1.0.3 release.

github.com/Blosc/python-blosc2-c - 51bdcc3cfcb912961731a1a51d300e10a6e6982b authored about 14 years ago
Updated to Blosc 1.1.3. Preparing for 1.0.3 release.

github.com/Blosc/python-blosc - 51bdcc3cfcb912961731a1a51d300e10a6e6982b authored about 14 years ago
Releasing 1.1.3.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@296 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - a345ddf944231feca528a495f48009fba2215108 authored about 14 years ago
Releasing 1.1.3.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@296 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - a345ddf944231feca528a495f48009fba2215108 authored about 14 years ago
Fine tuned the blocksize for large sizes and small typesizes.

This allows BloscLZ to achieve better compression ratios in some
scenarios (the ultimate reason ...

github.com/Blosc/c-blosc - 86a9cbf37b20ec6ce1305ea808c6e9cddd01992c authored about 14 years ago
Fine tuned the blocksize for large sizes and small typesizes.

This allows BloscLZ to achieve better compression ratios in some
scenarios (the ultimate reason ...

github.com/Blosc/c-blosc2 - 86a9cbf37b20ec6ce1305ea808c6e9cddd01992c authored about 14 years ago
New example in announcement using array.array only.

github.com/Blosc/python-blosc - ec8c2234b381e778d25d75db13fb890c8b149a1e authored about 14 years ago
New example in announcement using array.array only.

github.com/Blosc/python-blosc2-c - ec8c2234b381e778d25d75db13fb890c8b149a1e authored about 14 years ago
Post 1.0.2 release actions done.

github.com/Blosc/python-blosc2-c - 726cb67dd2998363fa40c7fa4c1a10ac0e71ba0b authored about 14 years ago
Post 1.0.2 release actions done.

github.com/Blosc/python-blosc - 726cb67dd2998363fa40c7fa4c1a10ac0e71ba0b authored about 14 years ago
Version bumped to 1.0.2. Announcement updated.

github.com/Blosc/python-blosc - 58675ef27d1bda4180bee37d4ad8e5fdf651bf14 authored about 14 years ago
Version bumped to 1.0.2. Announcement updated.

github.com/Blosc/python-blosc2-c - 58675ef27d1bda4180bee37d4ad8e5fdf651bf14 authored about 14 years ago
Added a couple of tests for small buffers.

github.com/Blosc/python-blosc2-c - 374ec3b364788f7faf1f57b450449c514ff70254 authored about 14 years ago
Added a couple of tests for small buffers.

github.com/Blosc/python-blosc - 374ec3b364788f7faf1f57b450449c514ff70254 authored about 14 years ago
Post 1.1.2 release actions done.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@294 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 65e2c85c3c1c2559f15bdb861e7240cfe145defc authored about 14 years ago
Post 1.1.2 release actions done.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@294 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 65e2c85c3c1c2559f15bdb861e7240cfe145defc authored about 14 years ago
Synced with blosc 1.1.2 (fixes #1).

github.com/Blosc/python-blosc - fa5d163a0ec9b98a0128f784c51c7846581453b1 authored about 14 years ago
Synced with blosc 1.1.2 (fixes #1).

github.com/Blosc/python-blosc2-c - fa5d163a0ec9b98a0128f784c51c7846581453b1 authored about 14 years ago
Updated announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@293 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - c6e02aae2a659b3fed8b18fb6f8fe61c50f2cf7c authored about 14 years ago
Updated announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@293 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - c6e02aae2a659b3fed8b18fb6f8fe61c50f2cf7c authored about 14 years ago
Version bumped to 1.1.2.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@292 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - e06379dd266dfcc6cf324b279c2a8f3206119b91 authored about 14 years ago
Version bumped to 1.1.2.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@292 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - e06379dd266dfcc6cf324b279c2a8f3206119b91 authored about 14 years ago
Fix for #1 of python-blosc project.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@291 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc2 - 2b81987fdf3bdb241a0b633fce44965451fd70f6 authored about 14 years ago
Fix for #1 of python-blosc project.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@291 5b11b6af-1e7b-4319-8082-0aacbd7ffead

github.com/Blosc/c-blosc - 2b81987fdf3bdb241a0b633fce44965451fd70f6 authored about 14 years ago
bzero -> memset for Windows compatibility.

github.com/Blosc/bcolz - 207d16903eb8546d057d9b0403390984ae38739d authored over 14 years ago
Updated Blosc to 1.1.1.

github.com/Blosc/bcolz - 0feec3cc70508200e455683324155e72d9c99d79 authored over 14 years ago