etils
etils copied to clipboard
Collection of eclectic utils for python.
Makes is_training property hashable in model
Expose klinen
Reproduction pytype issue
Format of `epath.Path.stat()`: https://github.com/google/etils/blob/v1.9.2/etils/epath/stat_utils.py#L21-L39 Format of `pathlib.Path.stat()`: https://docs.python.org/3/library/os.html#os.stat_result Apart from the attribute name differences, the attribute that I am currently interested in is `pathlib.Path.stat().st_mtime_ns`, which represents mtime in nanoseconds. However,...
The documentation of [`pathlib.Path.touch`](https://docs.python.org/3/library/pathlib.html#pathlib.Path.touch): > Create a file at this given path. If mode is given, it is combined with the process’ umask value to determine the file mode and...
Add dill support for enp typings Currently, running some functions on Apache Beam leads to errors. This can be boiled down to this piece of code not working: ``` import...
minor: get_xnp return numpy for pd.Series when strict=False
Use fsspec as the default backend in OSS.