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

Remove non-functional update of test main function wrapper

github.com/ironArray/Caterva2 - 6c6ee3a81d19b46fc2f9da7a188b1541bc210a93 authored 12 months ago
Ignore PytestAssertRewriteWarning when invoking tests as a script

github.com/ironArray/Caterva2 - 15c399d2aa8ef9b774b32fc4e91578610c695c4f authored 12 months ago
Only recommend script-based test invocation

It's cleaner and its only pending issue is the `PytestAssertRewriteWarning`,
which is not very i...

github.com/ironArray/Caterva2 - e1d42ea8e4e847c9939cef7159927a51f3eb10b2 authored 12 months ago
Getting ready for release 2.5.0

github.com/Blosc/python-blosc2 - ed80cc75e75c06a91243b4b8abed6883f9044ceb authored 12 months ago
Update C-Blosc2 sources to v2.13.0

github.com/Blosc/python-blosc2 - d7058024d28b93cc4c09ccf3a7de1b4b1e0dab96 authored 12 months ago
Post 2.13.0 release actions done

github.com/Blosc/c-blosc2 - c6e8bf60a991c57b0c3d4b887dfb3a414ecd7221 authored 12 months ago
Only pass arguments to pytest if run as a script (or explicitly)

github.com/ironArray/Caterva2 - 8b53839df34af424921b5d096815d823c1e1955c authored 12 months ago
Avoid RuntimeWarning about import order of caterva2.tests.__main__

github.com/ironArray/Caterva2 - d3dae45f7ce5539c8df979ca78f7550113e165c2 authored 12 months ago
Add int_trunc filter

github.com/Blosc/python-blosc2 - be6b5e23e7bdc123a62e32aa56203b762877cd8b authored 12 months ago
Update submodule to latest commit

github.com/Blosc/python-blosc2 - 02adc2c232efed6f558c8a4e994138c2477eb2ce authored 12 months ago
Use "--pyargs __package__" to pass test targets to pytest

Let if figure out file locations.

github.com/ironArray/Caterva2 - 10f6f6500108f99251f8d69508c9a59374ce5f9e authored 12 months ago
Allow passing other pytest arguments to test script

Still take the verbose argument to the main function into account.

github.com/ironArray/Caterva2 - 33f7fa9a2e16b808a9946378c94995d9ce8e853d authored 12 months ago
Getting ready for release 2.13.0

github.com/Blosc/c-blosc2 - 97ac7964f6f0c7c019d641dc7b4b27861a213d4c authored 12 months ago
New BLOSC_FILTER_INT_TRUNC (preliminary)

github.com/Blosc/c-blosc2 - 21324a683a504df928293f6685a6a633333aaf14 authored 12 months ago
Add an entry in release notes

github.com/Blosc/c-blosc2 - 63faf24c1733ee153f7115c7301c3f5b6a832793 authored 12 months ago
Add tests for 32, 16 and 8 bits

github.com/Blosc/c-blosc2 - 70ae60a24e2de9afcf7b907f50c31e166d04c819 authored 12 months ago
Fix the backward direction

github.com/Blosc/c-blosc2 - 44de7e3ad81874afe0da92a6032887245d765448 authored 12 months ago
Prefer BLOSC2_MAX_FILTERS over BLOSC_LAST_FILTER

github.com/Blosc/c-blosc2 - 36e663775d2f8650ec8d7d422fac57410ae323ee authored 12 months ago
Better error format

github.com/Blosc/c-blosc2 - 220beed74c3e265ab523e5fdb65e58aeaffb1ae4 authored 12 months ago
Optimizing zstd, specially when using dicts

github.com/Blosc/c-blosc2 - 8a8c70524c748cdcaa3a8f2ce834cc9ed0e8d49a authored 12 months ago
Replace func calls to tests in docs with pytest / script invocations

Favor `pytest --pyargs caterva2.tests` where reasonable since it still
supports all pytest optio...

github.com/ironArray/Caterva2 - 9286ccb7b6b8f8c56422b69fe3bcbb714b80f0dd authored 12 months ago
Import the main testing function (script) into the tests module

Thus, when before one could run ``import caterva2 as cat2; cat2.test()`` from
code, now one may ...

github.com/ironArray/Caterva2 - 98d7e1aba71df16dbfc3346cfd27a41d9c0dd2b6 authored 12 months ago
Fix testing instructions to include installing testing dependencies

The instructions would not have worked without installing the services and
clients extras. Now ...

github.com/ironArray/Caterva2 - 906519f5785262af4d8a891f9ac09e3f1b3662cd authored 12 months ago
Use tests extra in GitHub actions, since tests are to be run

github.com/ironArray/Caterva2 - 81942da6a2b66e8e0ed5cf03ee1c68e5bd5c7ec8 authored 12 months ago
Create extra package feature for tests, move test dependencies there

That includes enabling services and clients extras in this package.

github.com/ironArray/Caterva2 - 8a317563732997e94944ef58fd7ec831cb9d73af authored 12 months ago
Remove explicit list of exported names in main module

There are no other names in the module anymore, so avoid the redundant list.

github.com/ironArray/Caterva2 - a5528f5b53b2dc900227aaed06a0dfd1f85d7809 authored 12 months ago
Allow verbose options when running tests as a script

github.com/ironArray/Caterva2 - 4c2cb4c07824535bb4a540304cadd795214671a2 authored 12 months ago
Move test execution function into tests module, as script

It can be executed with `python -m caterva2.tests`.

github.com/ironArray/Caterva2 - ef78bb5435d6d1404f2eb692dc72cfce21c458f8 authored 12 months ago
Mention how to listen on all addresses in sample config file

github.com/ironArray/Caterva2 - e6b95e4407c50836ee5c3da7fbe514dc89b985d6 authored 12 months ago
Tutorials: Use comment characters before ellipsis in output samples

github.com/ironArray/Caterva2 - 1091e276c36df0272a7c708c8e76c887685f31ce authored 12 months ago
Tutorials: Using the command-line client

github.com/ironArray/Caterva2 - 29c672ff545b4c2721c38a48e4b14a9d4ad4d8e9 authored 12 months ago
Tutorials: Rename "simple client API" to "plain client API"

github.com/ironArray/Caterva2 - 1a2b2efa3d0f410be692d98278a7b10d2b4cde1f authored 12 months ago
Tutorial: Using the object-oriented client API

github.com/ironArray/Caterva2 - 2d45e50b78cfadfb72480fff97c591199f77a525 authored 12 months ago
Initialize grok lib when loading the library

github.com/Blosc/c-blosc2 - 03736c8f02500ac697e09525111dbdbe99cfeac5 authored 12 months ago
Tutorials: Fix state directory used by tests services

github.com/ironArray/Caterva2 - f3f2d10e694440032c20b551bc30012e3890971a authored 12 months ago
Tutorials: Shorten section on client API

github.com/ironArray/Caterva2 - 8a8e7552d71063f5e5b59ec35179cfa8d1674e79 authored 12 months ago
Tutorials: Using the Caterva2 client API

Probably needs to be shortened.

github.com/ironArray/Caterva2 - d43240ed76794d05a79435b1f09a400f6189dbda authored 12 months ago
Tutorials: How to launch tests services

github.com/ironArray/Caterva2 - 78f1efdad29172ebb23ac83ca5f124d3e2a8827f authored 12 months ago
Add empty tutorials section

github.com/ironArray/Caterva2 - d4fab91bc11070c7622346ff4afd165ac7f67fc2 authored 12 months ago
Installation: How to enable extras

This is important for running the tests later on.

github.com/ironArray/Caterva2 - d16cbc1f1d0ec7f811359aae222e7741af7f7023 authored 12 months ago
Installation: Fix reference to wrong package

github.com/ironArray/Caterva2 - b62aab919604dbdd1e6a6972cb83349e2116ced9 authored 12 months ago
Overview: State the main role of the Caterva2 package

github.com/ironArray/Caterva2 - 30887433da39b947d92bda4ae5bfc71bac2ffd1d authored 12 months ago
Overview: Mention connectivity speed & costs for readability

github.com/ironArray/Caterva2 - fa9e443527f1743817cefc2df8ae992a1c40a925 authored 12 months ago
Overview: Summarize main features and objectives of Caterva2

github.com/ironArray/Caterva2 - b741993455573bd23f274893d7b68f8b20ff3387 authored 12 months ago
Overview: Include description of a Caterva2 deployment

github.com/ironArray/Caterva2 - f9dc960320b7d579fe258106942400dc255341c3 authored 12 months ago
Post 0.2.1 release actions done

github.com/Blosc/blosc2_grok - c3cd4ba488da55f6bbcb5de72ed02827a7bf27af authored 12 months ago
Overview: Add link to Blosc2 website for an introduction

github.com/ironArray/Caterva2 - 59e504b2bd09440caf6d96573241f893185a411d authored 12 months ago
Show docstrings of variables imported into the top module

This is kinda kludgy and it does require an extra textual explanation, but I
found no other way ...

github.com/ironArray/Caterva2 - 237436f826262d54e23c578f02b63c543986822e authored 12 months ago
Add missing docstrings to documented module constants

However, because of the way some of them are imported into the main module,
their docstrings sti...

github.com/ironArray/Caterva2 - 28beb4c91e6f74e337ff5aaa6ea584c0b79a0d45 authored 12 months ago
Getting ready for release 0.2.1

github.com/Blosc/blosc2_grok - 104bca6223b10531d818eb9ef6f7a3af8cf3d523 authored 12 months ago
Merge pull request #5 from Blosc/init_params

Change default params in grok_init

github.com/Blosc/blosc2_grok - ef6d3e7b7efda97f93fc44f6517ce28363f117f4 authored 12 months ago
Change default params in grok_init

github.com/Blosc/blosc2_grok - 90bdfcc76c699a6cab1c61a38a23958d901ca559 authored 12 months ago
Sphix docs generation needs the Caterva2 package to be installed

github.com/ironArray/Caterva2 - 7a4b30089dcc3c12abbee723c05eaabc847b11ab authored 12 months ago
We need a recent version of FastAPI

github.com/ironArray/Caterva2 - 99cd90540932512adaf8f16475cfcbda02e39458 authored 12 months ago
Merge pull request #14 from Blosc/sphinx-docs

Sphinx docs

github.com/ironArray/Caterva2 - 18d111f6c1c17da2259b2bb3d6af1b2c98cd91ff authored about 1 year ago
Add missing index.rst

github.com/ironArray/Caterva2 - 5ad6c3ff970c0e3e3e26e66d2fc55ed4c2704798 authored about 1 year ago
Test building docs

github.com/ironArray/Caterva2 - 365900b7bd1784da42ddb80cdadcab5fd484a18a authored about 1 year ago
Added pydata-sphinx-theme

github.com/ironArray/Caterva2 - 8a4e38dc8e07866758d7f552cd134fcf44d7d3b0 authored about 1 year ago
Subscriber HTML: code cleanup

github.com/ironArray/Caterva2 - a879d378347d11ea2db1b9dd0d2b3f0c150f0f01 authored about 1 year ago
Highlight selected item

github.com/ironArray/Caterva2 - b4f605e83c96becce5f4b8aabfbe5a73fbeaecc2 authored about 1 year ago
Remove unused template

github.com/ironArray/Caterva2 - a24d8dcc6924b16286e59f282d5cfcd1e41159e8 authored about 1 year ago
Scroll when list of paths too long

github.com/ironArray/Caterva2 - 70bb3ceab361c0aa8bdfefa28fc9279dfb97e473 authored about 1 year ago
Move UI from /html/ to /

github.com/ironArray/Caterva2 - 89d8a467952bdac252c75b8d5c42e20dce8e9b28 authored about 1 year ago
Docs are building now

github.com/ironArray/Caterva2 - 4f5006c2adde647862fd6bb9c32f01663863100e authored about 1 year ago
Initial version (cannot build yet)

github.com/ironArray/Caterva2 - 91cdb027d6001faac9bfd8bf0537366b2f9bc559 authored about 1 year ago
Add python-multipart requirement

Fixes RuntimeError: Form data requires "python-multipart" to be installed.

Also jinja2 is only ...

github.com/ironArray/Caterva2 - 15ca32cecfa7358f6237a2b695069f577e4cfd00 authored about 1 year ago
Merge branch 'html'

github.com/ironArray/Caterva2 - 37bc797df69f9115bbe493b57eef3b82aecaffb3 authored about 1 year ago
Fix reload of HTMX url

github.com/ironArray/Caterva2 - 28a05b40ec60b0683d523e9839bc6e2c19623525 authored about 1 year ago
Merge pull request #13 from Blosc/config-file

Basic configuration file support

github.com/ironArray/Caterva2 - 2c6987d72718cf94bdd70f2d294a0254b224f715 authored about 1 year ago
Add example configuration file, with a reference at the readme

github.com/ironArray/Caterva2 - 81b134858c4f83e37d6a53c2ab9fdf94ff289bb8 authored about 1 year ago
Document the releasing procedure

github.com/ironArray/Caterva2 - b81fb8feb999db28f53a1ddd30684bc4c7179056 authored about 1 year ago
Some todos in tests services related with configuration file

github.com/ironArray/Caterva2 - 5ec94ace68d29c4bc63817fc81666a00d3b38e2b authored about 1 year ago
Create python-publish.yml

github.com/ironArray/Caterva2 - b18ec1ed26f0537ec73b7037d15edd774160bd43 authored about 1 year ago
Merge remote-tracking branch 'origin/main' into config-file

github.com/ironArray/Caterva2 - 037fd525dd9ef6e91222b1a86b3b4d8ff915a2bc authored about 1 year ago
Make publisher positional arguments optional

However, we are forced to check if `name` did get a value in the end, as it
does not have a conf...

github.com/ironArray/Caterva2 - 3da1824a362c4b18949fb4bb91471a07541c87ec authored about 1 year ago
Adapt client tests to work in the presence of a configuration file

By getting the endpoint for the publisher.

github.com/ironArray/Caterva2 - be48d728767201984727e99ba52e7f5ed3ccff8d authored about 1 year ago
Adapt API tests to work in the presence of a configuration file

By getting the endpoints for publisher and subscriber.

github.com/ironArray/Caterva2 - 60390b680050557420373f007bf4429459540a89 authored about 1 year ago
Adapt tests services to work in the presence of a configuration file

Mostly by getting the endpoints that need to be checked for service start.

github.com/ironArray/Caterva2 - 235cc81b997a5b38301c89ec9c897d5802b86945 authored about 1 year ago
Remove meta when changing from root

github.com/ironArray/Caterva2 - 123c13c1772efae12fc36f1f75f790d84f322ade authored about 1 year ago
Add test fixtures to get Caterva2 configuration, if available

github.com/ironArray/Caterva2 - 039c5c0c802bfdac5635e737ba74f0b6551a3627 authored about 1 year ago
Support clients reading settings from a config file

Currently just to get the subscriber endpoint.

github.com/ironArray/Caterva2 - 02fdb3356be33cd1c3edeaf16428d205f8e1e0c7 authored about 1 year ago
Move configuration file support to main utilities module

As clients may also be interested in getting settings like the publisher
endpoint.

As a result,...

github.com/ironArray/Caterva2 - 773c7cb9317c2cc11bb527fc1a20e73a1d263d3b authored about 1 year ago
Compare grok with zstd(+shuffle)

github.com/Blosc/blosc2_grok - 01bf124803641a5f9e86c55748110247c985334a authored about 1 year ago
Improve search

github.com/ironArray/Caterva2 - dfc0dcaba8e7b7a4c104f67de439f3fef8f530f6 authored about 1 year ago
Update meta onclick

github.com/ironArray/Caterva2 - a7046a97fab58824fe6ff523f670726ee484b186 authored about 1 year ago
More refinements in docs

github.com/ironArray/Caterva2 - ecabc34e999b0d401694928cb0e5a45d98e090f9 authored about 1 year ago
Just rearrange arguments and output of get parser helper function

It gets arguments from more generic to more specific, and outputs option help
the other way around.

github.com/ironArray/Caterva2 - afde21a21ec7394ebd8f3bd87808f06554642fcc authored about 1 year ago
Move parsing of `statedir` option into get parser helper function

This avoids boilerplate in service scripts (and the function already contained
support for other...

github.com/ironArray/Caterva2 - 9215ce97b2f67c68af1ce20bdd28d9895e1ffa7e authored about 1 year ago
Support subscriber reading its settings from a config file

github.com/ironArray/Caterva2 - a1d1117ead9d69dfaaf69e53a4f6b6e14ae85664 authored about 1 year ago
Add directory needed to tests to the wheel

github.com/ironArray/Caterva2 - 35869fb69a1326f5a05434dcd0de879e09aa2613 authored about 1 year ago
Use shortcuts for scripts in docs

github.com/ironArray/Caterva2 - 6703a3901850e53309c47a03ee83e4ee5526a861 authored about 1 year ago
Move parsing of ID option into get parser helper function

This will be used by several scripts.

github.com/ironArray/Caterva2 - 5058af842942eb02a348858456186320a2c2dc06 authored about 1 year ago
Always set service ID if check requested, even if empty

To distinguish configuration objects when it was requested but not provided,
from those where it...

github.com/ironArray/Caterva2 - 33c9730590805a789d8722b1d896951b7cbb02c8 authored about 1 year ago
Allow to specify an ID for the publisher service

github.com/ironArray/Caterva2 - 4b3b72eb41d3dde5129ad98b006b3d491359a867 authored about 1 year ago
Have service ID explicitly passed to configuration object

So that it can be retrieved later on.

github.com/ironArray/Caterva2 - 22550a65a10012ec3d0265a522cc7d18f242ffa5 authored about 1 year ago
Check that service ID does not contain invalid characters

github.com/ironArray/Caterva2 - 947d1d6cbacab011ddbd10c06bc905f8bc7e3988 authored about 1 year ago
Merge pull request #12 from Blosc/new-fetch-api

New fetch API for better separation of concerns

github.com/ironArray/Caterva2 - f278d82e53a6cfec5a58142bbd30c79d3f67e147 authored about 1 year ago