Skip to content

Releases: Erotemic/ibeis

Version 2.3.2

01 Feb 19:16
220ed1a
Compare
Choose a tag to compare

[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 with kwimage.grab_test_image_fpath in tests.

What's Changed

Full Changelog: v2.3.1...v2.3.2

Version 2.3.1

06 Feb 14:48
769c260
Compare
Choose a tag to compare

[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 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

Version 2.3.0

20 Jun 03:06
596a57c
Compare
Choose a tag to compare

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.