pyifcb 1.2
New features
- Modern packaging with
pyproject.toml
require_roi_files
setting on fileset related functions and classes. For example you can create aDataDirectory
withrequire_roi_files
set toFalse
and it will list and find filesets without ROI files. The default isTrue
, which preserves previous behavior.
What's Changed
- Packaging by @shravani-whoi in #90
- Partial fileset Issue# 87 by @shravani-whoi in #91
New Contributors
- @shravani-whoi made their first contribution in #90
Full Changelog: v1.1.1...v1.2