We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't remember any longer where we wrote it, but it was already pointed out by @cschwan (I guess, otherwise @felixhekhorn) that since July it is possible to handle pathlib.Path directly from pyo3.
pathlib.Path
pyo3
Thus, we should rework the API when dealing with paths, to work with python (and rust) paths, instead of relying on strings.
In particular, it is relevant for Grid::{read,write} and FkTable::{read,write}.
Grid::{read,write}
FkTable::{read,write}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I don't remember any longer where we wrote it, but it was already pointed out by @cschwan (I guess, otherwise @felixhekhorn) that since July it is possible to handle
pathlib.Path
directly frompyo3
.Thus, we should rework the API when dealing with paths, to work with python (and rust) paths, instead of relying on strings.
In particular, it is relevant for
Grid::{read,write}
andFkTable::{read,write}
.The text was updated successfully, but these errors were encountered: