Releases: Erotemic/ibeis
Releases · Erotemic/ibeis
Version 2.3.2
[Version 2.3.2] - Released 2024-02-01
Fixed:
- Removed codecov from test requirements
- Fixed pandas 2.0 issue.
- Fixed ubelt.Cacher issue.
- Minor compatibility tweaks.
- Replaced
utool.grab_test_imgpath
withkwimage.grab_test_image_fpath
in tests.
What's Changed
Full Changelog: v2.3.1...v2.3.2
Version 2.3.1
[Version 2.3.1] - Released 2023-02-06
Changed
- Ported some utool code to ibeis.util for more direct coupling with this
library. - ibeis will no longer prompt you for a workdir if one is not set. It will just use
ibeis_default_workdir
in the current directory. Old behavior can be restored by setting theLEGACY_WORKDIR_BEHAVIOR
environment variable.
Fixed
- Fixed issue with numpy 1.24
- Numpy dtype issues
- Fixed 3.11 change with random.Random
Changed
- We have real passing CI now! WOO!
- Unofficial 3.11 support (should work, but was having issues on CI)
- Added loose / strict dependency versioning
Version 2.3.0
Fixes issues such that ibeis should not be pip installable for Python 3.7 - 3.10 on Ubuntu. OSX and win32 are still causing issues.