-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Deprecated autoclose option #2592
Comments
@pwolfram - this option was deprecated in the last release following #2261. Xarray now uses a LRU cache to manage open file handles. This can be configured via a global option: If I recall correctly, you were part of the early LRU cache conversations. release notes on the subject: http://xarray.pydata.org/en/stable/whats-new.html#breaking-changes |
@jhamman, LRU is much better. The api-change on our size is to replace |
In updated versions of xarray we are getting a deprecation error for
autoclose
, e.g., at MPAS-Dev/MPAS-Analysis#501.A look through the issues is not transparent as to this reason and this issue is to collect the high-level information on this change.
Is there an alternative use that should be considered instead?
The text was updated successfully, but these errors were encountered: