-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Activate Python 3.9 #859
Activate Python 3.9 #859
Conversation
Thanks for starting this Josh 😄 Probably need to bump or relax the |
Do you know the reasoning behind the 0.6.4 pins, @jakirkham ? |
Ok. So the codecov failure is the same as #811 I assume if you have any ideas, @jakirkham. I'll fix the py39/numpy1.17 filtration problem (though maybe I just bump to numpy 1.18 ...) |
My guess is Matthias had some issues on CI and pinned it to fix them. Not really sure. PR ( #674 ) shows they have been here since adding GH Actions. Dropping them makes sense.
No new thoughts. |
Looking a little closer, it looks like |
Ok. Now down to just the codecov issue. The next clue in debugging is that:
appears to now return matching values for |
@joshmoore, sorry I missed my mention earlier. It looks like something in has changed to cause |
Oh interesting, meaning that Blosc may have changed something, which is affecting us here? |
It looks like maybe Blosc has changed the default to just use 1 block if blocksize isn't defined so nbytes will equal blocksize by default, where previously it used to use some default (or tried to guess an optimum) blocksize. In |
Think that would be helpful. We'd like to keep the partial read functionality in good working order 🙂 |
Thanks Josh! 😀 |
In an attempt to track down #858
Closes #629
TODO: