Fix pathlib compatibility in file I/O
This PR fixes up a number of functions to enable reading from pathlib.Path
objects as well as file
and str
. This probably supersedes #1360.
This PR fixes up a number of functions to enable reading from pathlib.Path
objects as well as file
and str
. This probably supersedes #1360.