Skip to content

which() enhancements for Windows

Compare
Choose a tag to compare
@scivision scivision released this 29 Jul 23:00
· 446 commits to main since this release
0eda9d4

stdlib.fileio.which() performs better generally on Windows, where file extension is now optional (.exe is appended and checked also)

h5variables("file.h5", "/not_exist_group") returns empty instead of erroring

some internal cleanup and rearranging