Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated blosc code #712

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Mar 1, 2025

This was deprecated in 0.15.0, as code that is either experimental or not intended to be public, so remove it for 0.16.0. This reduces the amount of Python interface we need to maintain for blosc, and enables the option to switch to using the third party blosc python package in the future.

@dstansby dstansby force-pushed the rm-deprecated-blosc branch 3 times, most recently from d9f20de to 810364c Compare March 1, 2025 13:13
@dstansby dstansby marked this pull request as draft March 1, 2025 13:13
@dstansby dstansby force-pushed the rm-deprecated-blosc branch from 810364c to 8e69611 Compare March 1, 2025 15:16
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (a2bdbe5) to head (8e69611).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #712      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files          63       63              
  Lines        2754     2714      -40     
==========================================
- Hits         2753     2713      -40     
  Misses          1        1              
Files with missing lines Coverage Δ
numcodecs/__init__.py 100.00% <100.00%> (ø)
numcodecs/tests/common.py 100.00% <ø> (ø)
numcodecs/tests/test_blosc.py 100.00% <ø> (ø)

@dstansby dstansby marked this pull request as ready for review March 1, 2025 15:21
@dstansby dstansby added this to the 0.16.0 milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant