SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
55 stars 9 forks source link

backwards compatibility of output directory #206

Closed kaczmarj closed 4 months ago

kaczmarj commented 7 months ago

users may expect the output directory to contain model-outputs with CSV files. in the current main branch, we changed this to model-outputs-csv, because we also generate model-outputs-geojson by default.

one option would be to symlink model-outputs to model-outputs-csv, but windows might not support symlinks...

at the very least, we should include a deprecation notice and make this change over a few versions.

kaczmarj commented 4 months ago

we have been making model-outputs-csv by default for several months, so it's too late for a deprecation notice... closing.