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 the `LEGACY_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