Version 0.3.6
Greetings wsinfer 0.3.6! This version contains several bugfixes and improvements to documentation. It also includes multi-gpu support, though this does not seem to produce speedups. Perhaps it will speed up inference if the filesystem is fast enough to serve up tiles.
As always, please submit a new GitHub issue is you need help, find a bug, or need a new feature.
What's Changed
- handle 'git' not being installed by @kaczmarj in #90
- [FIX] do not panic on unreadable files by @kaczmarj in #95
- [FIX] remove duplicate choices in 'wsinfer run' cli + clarify model-weight pairs by @kaczmarj in #96
- set cache_tilesource_maximum to 1 by @kaczmarj in #99
- write one run_metadata.json file per run by @kaczmarj in #100
- [ENH] add multi-gpu support by @kaczmarj in #103
- add more intro content to index.rst by @kaczmarj in #104
Full Changelog: v0.3.5...v0.3.6