Safe-DS / Runner

Execute Safe-DS programs that were compiled to Python.
MIT License
2 stars 0 forks source link

`file_mtime` should handle list of file names, too #88

Closed lars-reimann closed 6 months ago

lars-reimann commented 6 months ago

Is your feature request related to a problem?

ImageList has a method to load many image files at once. It gets a list of file paths (strings). file_mtime should be able to handle this list of strings.

Desired solution

Return a tuple of last modified times.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 6 months ago

:tada: This issue has been resolved in version 0.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: