Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

64 lines (40 loc) · 1.66 KB

Changelog

We are currently working on porting this changelog to the specifications in Keep a Changelog. This project adheres to Semantic Versioning.

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

[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.2.6] - Released 2020-July-4

Fixed

  • Fix np.float, np.bool, and np.int issue
  • Fixed distutils version issue

[Version 2.2.5] - Released 2020-July-4

Fixed

  • 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.

Changed

  • dump_database_csv now returns the dump directory.

[Version 2.2.4] - Released 2020 Jan 25

Fixed

  • pypi deps should now be fixed

[Version 2.1.0]

Added

* First semi-usable pip release