Releases: snototter/vito
Releases · snototter/vito
House Keeping
- Convert boolean masks to uint8 images within
imshowto ensure OpenCV compatibility. - Internal adaptations to fix deprecated (NumPy) and changed (PIL) library usage.
- CI updates to PyPI's trusted publishing.
- Code clean up (added type hints, docstrings, ...).
Drop deprecated functionality
- Deprecated functionality is removed (workarounds for Python versions older than 3.6).
- Most frequently used methods now have type hints.
- Parameter order check to imsave (that's the one thing I alwys mess up when coding without IDE).
imsavenow creates the output directory structure if it did not exist.
Maintenance Release
- Silences the log messages upon import
imshowfalls back to PIL if opencv is compiled without GUI dependencies- Include recent python version in python packaging tests
Colormap changes and dropping support for deprecated Python versions
v1.5.2 update travis urls
Extended imutils functionality (edge case handling)
v1.5.1 modified edge case handling in image stacking
Extended imutils functionality
v1.5.0 tests, tests, tests
Fix Python 3.5 compatibility
f-strings require at least Python 3.6, needed to revert the string formatting
Signature changes in imvis
v1.4.0 bump version due to signature changes
Extending the imutils submodule
v1.3.4 Update README.md
Addressing floating point issues
v1.3.3 Merge branch 'master' of github.com:snototter/vito