Ecosyste.ms: OpenCollective

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

github.com/Blosc/python-blosc2

A high-performance compressed ndarray library with a flexible computational engine
https://github.com/Blosc/python-blosc2

ninja is a build dependency already

d72fd2d3c7533b8d9c4a351ec3893ee61f867d7e authored over 1 year ago
Getting ready for release 2.2.8

44de99bf522cc495a3faddf3294ba02323ec1ab9 authored over 1 year ago
Use dependencies correctly

1b501a25a5e2a99dc3b8ca44d9f149e7474c620b authored over 1 year ago
cmake is a build dependency

1a53656183b86e7c6a8b8d4a284919ceb5def2dd authored over 1 year ago
Disable test for torch on Windows

3ce02319c961e2fd1f2681ef64c19c47f0be2312 authored over 1 year ago
Updated to latest C-Blosc2 sources

4d6eb825e0b2663994ada2daa2d166a8d9d1e161 authored over 1 year ago
build is, well, a build dependency

81f010cb16aec7f54a8ef751554e91ee64ca33dd authored over 1 year ago
Updated to latest C-Blosc2 2.10.4 sources

95c35dfec37da91560ab21e61b649baec4d9c4d3 authored over 1 year ago
Relax test dependencies

7cf17a65023e58faa274c6060fdf8a87e58f6480 authored over 1 year ago
Typo

7292fd78010014a6c735a487d9b73d4ebb913cb2 authored over 1 year ago
Simplify super() calls

https://docs.python.org/3/library/functions.html#super

Suggested by pyupgrade.

7d42699b0ec864ac6fab5f9fb3ccf541f75493e3 authored over 1 year ago
Discard explicit `object` inheritance.

In Python 3, `object` inheritance is explicit.
https://docs.python.org/3/tutorial/classes.html?h...

f02871b04c3d44a4be20d00c28a1d8cae2680a77 authored over 1 year ago
IOError → OSError

In Python ≥ 3.3, IOError is an alias of OSError:
https://docs.python.org/3/library/exceptions.ht...

486d7c61f2d3443659d0e768de984b454ce3bec1 authored over 1 year ago
Modernise string formatting

Use f-strings or format() instead of old string formatting.
https://docs.python.org/3/tutorial/i...

083034925cc63139d84aeef8dfbe60441aa5672b authored over 1 year ago
Modify dict initialisation

Suggested by pyupgrade.

55ea4979b98d1b460cac6475961219f8ca0e5f3a authored over 1 year ago
`{str(x)}` → `{x}`

Suggested by refurb.

The `!s` format specifier is the default, so we can omit it.

7ea202ea2d2f9e124344757efa8c28dcfd5d4c86 authored over 1 year ago
`in [x, y, z]` → `in (x, y, z)`

Suggested by refurb.

f11ed5b12d60df3e7581b0ef3fbe5b403557a171 authored over 1 year ago
`x == y or z == y` → `y in (x, z)`

Suggested by refurb.

edee9f9ae03448b3793fb8f35ccfe6de35f2ec4f authored over 1 year ago
Bump docker/setup-qemu-action from 2 to 3

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Re...

a49a232be37e0bcc627172af6a4c3bf3c624d8b0 authored over 1 year ago
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

267f143fb255fccf6b685c0bedd406059f36545a authored over 1 year ago
Switch announcements to Mastodon, instead of Twitter

e353f5e93a340b0cf742e0b35971c17ba8321fcc authored over 1 year ago
Post 2.2.7 release actions done

faa354d48a9217c5527a70db44903cc0b29d2f53 authored over 1 year ago
Add forgotten openhtj2k codec to doc

4438be529844e5e1443e76642ebc40f846eef18b authored over 1 year ago
Getting ready for release 2.2.7

3196064ad1842f082858e0ad979e8ab1c5cdbdbb authored over 1 year ago
Update c-blosc2 sources

fe37acc94fc30205091e634675868c5eb78d9347 authored over 1 year ago
Add openhtj2k

443f767e257deca1e3ffc3ca15a77129886ed361 authored over 1 year ago
Update submodule to latest commit

1ba486876e5432c5fb63dd309f2f7265593aadad authored over 1 year ago
Fix typo found by codespell

f351331e09c1c2dd0efda2fdd1cc7a0c9d702cb8 authored over 1 year ago
Fix a stupid memoryview bug introduced a few days ago

1a8ff4e1842c5950c37fcaaf89d3431321332497 authored over 1 year ago
Update to latest C-Blosc2 sources

2424d94b218168b361cc20e1ed48c9a9a57a4460 authored over 1 year ago
Silence some compile warnings

3744e4029a95ec1e0b5a5a7ec04bf5d0c460e2b0 authored over 1 year ago
Post 2.2.6 release actions done

2f8111440bf84a4eee20fdcc5a0f857b7c167cee authored over 1 year ago
Getting ready for release 2.2.6

d41a0a67630862be17a5f7ec7532433cb3273a3d authored over 1 year ago
Update c-blosc2 sources

58c2e515272f313d09fe35b12e15f76637ef2ed9 authored over 1 year ago
Check multithreading only for python plugin functions

ae36c14239e6cdf6184514c422b98d42638e895d authored over 1 year ago
Add tests

f2c6ea37dc864eebe7f29af524e44618cf5c67ac authored over 1 year ago
Merge branch 'dynamic_filters'

Merge branch for supporting dynamic loaded filters

dd3e197ff8bc90214833c1904c3ec8c06246c4bd authored over 1 year ago
Fix some errors for cython3.0

710d16800be055ad4dd020263d128c49120e0b3b authored over 1 year ago
Support dynamic filters registry for python

5ef4bc7c964def11a16117d413006265b5191490 authored over 1 year ago
Do not use cython 3 (yet)

6c8ec12bd5b728b05065249485d69d171654aae1 authored over 1 year ago
Update submodule to latest commit

8988e1446ab133e1f6fb49aa32539ddd9ee67c11 authored over 1 year ago
Strictly forbid the use of chunks and blocks keys in cparams dict

c08e413f916ac08a83f250b30ff0a46b321363cd authored over 1 year ago
Do not use cython 3 (yet)

1f287bd516a7064150196c163abd3a3c0d75f2fe authored over 1 year ago
Do not use cython 3 (yet)

fa7eb526dc2ab28572f848a0b3e8ca76a1f090b1 authored over 1 year ago
Initialize codec and filter params

Fixes segfault with a plugin that uses these params, such as blosc2_openhtj2k

7b9f9ea2d95733f03c050759965d4c2919de1e97 authored over 1 year ago
Skip test for btune

833003d9cad70725b1270f7c62b66ad158cbb647 authored over 1 year ago
Post 2.2.5 release actions done

3d12b4d70b19066a0851c7894578dd266156097c authored over 1 year ago
Getting ready for release 2.2.5

c46af0dcaedd077604e6e1ea42806f44b2a89e4e authored over 1 year ago
Use the new bytedelta (ID 35)

bc23082a08c885bcc4a3a0f2752bde9df52f5abb authored over 1 year ago
BTUNE_BALANCE -> BTUNE_TRADEOFF

736e2e2d2142dfcee5fc2ee21c3a56602fbe6ecf authored over 1 year ago
C-Blosc2 updated to 2.10.0

1f29b08c668ac0ed78e59de8df3dcd776ddc675d authored over 1 year ago
Update submodule to latest commit

85bfbddffec618c499f23ca2c352d4a32c30cb46 authored over 1 year ago
Mention that there are different tutorials

d8feab77facbf2d349cfdb3fbe036e8a9e61723d authored over 1 year ago
Update 00.schunk-basics.ipynb

5ed4cc06017a1f0046888c382e059f4eb1712e51 authored over 1 year ago
Update 01.schunk-slicing_and_beyond.ipynb

87e1ec22e5d4e1502690b6472dad8bd98ffe2852 authored over 1 year ago
Fix #123

cc8f4dcb5a620fb7e4197ee7963f3bdb5850944a authored over 1 year ago
Post 2.2.4 release actions done

eafc45203e74168bfb14dae75403fdb2cc064a02 authored over 1 year ago
Getting ready for release 2.2.4

ef9f34f967bc6b2ffc063f578521fc5fb8ff2ec4 authored over 1 year ago
Update c-blosc2 sources

c596eda88321bb40613c9611d01cbaccfd241bad authored over 1 year ago
Add python-blosc2.rst

f290c1750710856458f5276dbd434e7175154592 authored over 1 year ago
Add pandoc to requirements-doc

8353bb576f1240877db4ccf46cd6ea7ea7250c7d authored over 1 year ago
Add code of conduct

1cb001334c0ff0ed34bb7f3bfdf34bea3c730847 authored over 1 year ago
Remove rich dependency

411b5e17593a22bfa3710ba0521490a521b32c9b authored over 1 year ago
Fix info

205e056576ca2b2a958e27306f120da5abbe17f8 authored over 1 year ago
Add tutorials

76747cbc6aa0daa3089ac14cae68a246a4b2300e authored over 1 year ago
Add 4 pannels to doc

0ebc5507c2c850d9217fb36de86123ebfe9cb029 authored over 1 year ago
Fix #117

f26f5f1958413e7344b887aea13d1ff3be1eb318 authored over 1 year ago
Fix test

52a1cae35d83b660cdb9a5e3959c27321e1a29d1 authored over 1 year ago
Fix test

35b1b3bc5e6e2fa78da7704a698abf98fcf44cb3 authored over 1 year ago
Update submodule. Fix #118

082d9cd657e0c1e8ddf013b72c965c2818a10b38 authored over 1 year ago
Improve doc

91286ecefba7a71e8cb537b64d7376d73667d764 authored over 1 year ago
Now register_codec can be used to register dynamic plugins

If both encoder and decoder are None, then the codec must be a dynamic
plugin, installed as a wh...

d65eeb0cb69f3601d9be7a4a3dac6509878ec19a authored over 1 year ago
Add entries in docs

75004ef11261cc4f0d916e040dc8e25d44d84e73 authored over 1 year ago
Add the cratio for the chunk

3632bd6e3dd9a4c96226c02df8f7fcd62a52ea31 authored over 1 year ago
Cap on non-special buffers

4f2a290ed7a809d7d330a8a9dd0d8ed5c5a2c0d5 authored over 1 year ago
Add a test unit

68e5936fc813651349eb06305eec57090e9634c2 authored over 1 year ago
Preliminary version of new iterchunks_info

27f2e1f7e9dbc2c10ecfce94c18bf7d019355a1d authored over 1 year ago
Fix the calculation of the coords of chunk

fbe162b33a2e74b8106c8c7f8bad01581cb6e07f authored over 1 year ago
Fix bogus line in previous commit

0a270f04769fc9f70bc488df6a8305875da8e795 authored over 1 year ago
Add how to cite Blosc work

75adaea09fcab0c2234e8cd42802afc46af5a9cc authored over 1 year ago
Use empty instead of zeros

ceafa8c9c4da1d61319f31a92f07762e67e53a6e authored over 1 year ago
Fix test for btune

6cd175e491996b85f4b652add3cef8aac7187bc2 authored over 1 year ago
Fix test for btune

0404090d800d1783b1399fc1fe8f7e29c605f589 authored over 1 year ago
Fix docstring for btune

0177e994a1d1672157965399c5abf1bf2700cea2 authored over 1 year ago
Avoid messing up with numpy/python module names

8e679b28973f9bb7f884abcfeb5c748c932d69b2 authored over 1 year ago
Update to latest C-Blosc2 sources

4855e508bbc476e65786c259bed560c5402145be authored over 1 year ago
Avoid circular import

b4fe5b9e5852a33144d2e47e278b9b640588ca42 authored over 1 year ago
Fix testucodecs

3e4d71fbcf9e29ed9a646868dbe836838c1ba57d authored over 1 year ago
Getting ready for release 2.2.3

d054db0cfe02198ee10a2fe48b720c341d12c241 authored over 1 year ago
Update c-blosc2 sources

79d1470710259751cd969e2f123c745cdcf91095 authored over 1 year ago
Do not test params if btune active

28589f468547071c0f34d38e653cc8d26c4bde6e authored over 1 year ago
Some cleanup

a845560ad8c69ce1bc069265fb16afacdd8b56c0 authored over 1 year ago
Update to latest C-Blosc2 sources

099e1af16b1e9351f86876802ad049029eb0b76d authored over 1 year ago
Adapt to the new tuner naming convention

f1f48ae12eb518bfcd82d74180d12450bb4404a2 authored over 1 year ago
check RELEASEGIL

d6fb35398bdd2954ddecd1b1d4346bc70d5f5452 authored over 1 year ago
Update submodule

d2786908c377668342766a65eb0a35f939514eaf authored over 1 year ago
Post 2.2.2 release actions done

acfe45a306d9c127c1ebb1ab3b80d0a5c4c2cbb7 authored over 1 year ago
Getting ready for release 2.2.2

7530d8007481739be1a14895a7f22e605ae8da4b authored over 1 year ago
Exclude pkgconfig from installation

3397c39f204ccc5a42121bc44e248a375b0d73dc authored over 1 year ago
Move setup metadata to pyproject.toml

7b5b507d0d2956ed41b0f65a3e169837d6562c53 authored over 1 year ago