v0.17.0-dev.6
Pre-release
Pre-release
v0.17.0-dev.6 (2024-12-03)
Bug Fixes
📥 Pull Request Description
Currently you cannot use read_image
and write_image
without specifying a FileSystem. The default (LocalFileSystem
) was not used correctly. This is now fixed in this PR.
👀 Affected Areas
- ioutils
📝 Checklist
Please make sure you've completed the following tasks before submitting this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code)
- All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run
Detailed Changes: v0.17.0-dev.5...v0.17.0-dev.6