We are currently working on porting this changelog to the specifications in Keep a Changelog. This project adheres to Semantic Versioning.
- 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.
- 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 issue with numpy 1.24
- Numpy dtype issues
- Fixed 3.11 change with random.Random
- We have real passing CI now! WOO!
- Unofficial 3.11 support (should work, but was having issues on CI)
- Added loose / strict dependency versioning
- Fix np.float, np.bool, and np.int issue
- Fixed distutils version issue
- Warnings about "is" instead of "==" for integer comparisons in web stuff.
- Update to
dtool_ibeis
1.0.2, which fixes the issue with dumping CSV tables.
dump_database_csv
now returns the dump directory.
- pypi deps should now be fixed
* First semi-usable pip release