Skip to content

Releases: snototter/vito

House Keeping

07 May 21:44

Choose a tag to compare

  • Convert boolean masks to uint8 images within imshow to 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

07 Jul 22:31

Choose a tag to compare

  • 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).
  • imsave now creates the output directory structure if it did not exist.

Maintenance Release

15 Jun 21:17

Choose a tag to compare

  • Silences the log messages upon import
  • imshow falls 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

25 Nov 15:09

Choose a tag to compare

Extended imutils functionality (edge case handling)

05 May 09:32

Choose a tag to compare

v1.5.1

modified edge case handling in image stacking

Extended imutils functionality

28 Feb 20:56

Choose a tag to compare

v1.5.0

tests, tests, tests

Fix Python 3.5 compatibility

27 Feb 15:00

Choose a tag to compare

f-strings require at least Python 3.6, needed to revert the string formatting

Signature changes in imvis

27 Feb 14:50

Choose a tag to compare

v1.4.0

bump version due to signature changes

Extending the imutils submodule

26 Feb 20:21
36a2b51

Choose a tag to compare

v1.3.4

Update README.md

Addressing floating point issues

18 Feb 09:59

Choose a tag to compare

v1.3.3

Merge branch 'master' of github.com:snototter/vito