Skip to content

Code cleanup and minor bug fixes

Latest
Compare
Choose a tag to compare
@jgliss jgliss released this 25 Aug 10:35
· 16 commits to master since this release

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 and FilterCollection 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()