This release only minor updates and cleanups compared to v1.4.3. Credit to @johannjacobsohn who contributed significantly to this release. Changes include:
API changes
- Moved
CameraBaseInfo
into new module camera_base_info.py CameraBaseInfo
is more flexible allowing to use regular expressions for metadata access from image filenames.- Introduced logging and removed print statements
- Cleaned up
Filter
andFilterCollection
classes and made them more flexible and less cumbersome. - Moved some lib init methods to new module
_init_utils.py
Bug fixes
- Fixed failing download of test data, which was due to changes applied in last release in
inout.data_search_dirs()