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

release GIL for all c function calls #1181

Merged
merged 14 commits into from
Aug 12, 2022
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
since version 1.6.0 release
==============================
* add Dataset methods has_<name>_filter (where <name>=zstd,blosc,bzip2,szip)
to check for availability of extra compression filters.
to check for availability of extra compression filters.
* release GIL for all C-lib calls (issue #1180).

version 1.6.0 (tag v1.6.0rel)
==============================
Expand Down