Skip to content

v0.17.0-dev.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@aiakide aiakide released this 03 Dec 11:40
· 0 commits to main since this release

v0.17.0-dev.6 (2024-12-03)

Bug Fixes

  • read_image and write_image now use LocalFileSystem as default (#140, a0978b9)

📥 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