-
Notifications
You must be signed in to change notification settings - Fork 96
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
Update blosc version #461
Update blosc version #461
Conversation
Thanks, @dstansby. Triggering workflows. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 55 -1
Lines 2242 2170 -72
=========================================
- Hits 2242 2170 -72 |
😦 doesn't seem to be working. I'll take a look and see if I can work out why |
I'm going to try bumping one minor release at a time from blosc 1.21.0 to 1.21.4 to help isolate the issue. |
I'll close this and run CI in my own fork until it's fixed so you don't have to keep approving CI here - will re-open this PR ping if/when it's fixed! |
I've reverted to just doing the update from 1.21.0 > 1.21.1, and building seems to fail on some Python 3.8 jobs (see dstansby#1). I had a quick go a reproducing locally, but I can build the pacakge fine on Python 3.8, macos, arm64. |
Yep, just seems to be the Linux Python 3.8 jobs that are failing 😢 Error seems to be:
|
#500 supersedes this with all tests passing.
|
Updates the blosc version to the latest 1.x release.
I think fixes #429?
TODO: